POST api/Products/SetSourceAvailability

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "f9cc46f3-7d20-46f0-9720-1529b6d3a05e",
  "EntityID": 2,
  "IsTakeaway": true,
  "IsSitin": true,
  "IsDelivery": true,
  "IsEshop": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SourceAvailabilty'.