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": "7c5b236f-b595-4365-8e08-68841218e52c",
"EntityID": 2,
"IsTakeaway": true,
"IsSitin": true,
"IsDelivery": true,
"IsEshop": true
}
application/x-www-form-urlencoded
Sample: