POST api/ProductCategories/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": "1e3aa075-29cd-49c9-9374-f2c9ff1d4b49",
"EntityID": 2,
"IsTakeaway": true,
"IsSitin": true,
"IsDelivery": true,
"IsEshop": true
}
application/x-www-form-urlencoded
Sample: