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": "35ce7869-e76c-44cb-9d25-a3c1c9cd9882",
"EntityID": 2,
"IsTakeaway": true,
"IsSitin": true,
"IsDelivery": true,
"IsEshop": true
}
application/x-www-form-urlencoded
Sample: