POST api/Products/SetSourceAvailability
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "e6757b24-1aef-4e06-8a24-a79695d22fda",
"EntityID": 2,
"IsTakeaway": true,
"IsSitin": true,
"IsDelivery": true,
"IsEshop": true
}
application/x-www-form-urlencoded
Sample: