POST api/company/restaurant-block-courier

Request Information

URI Parameters

None.

Body Parameters

RestaurantBlockCourierDTO
NameDescriptionTypeAdditional information
CourierId

integer

None.

RestaurantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CourierId": 1,
  "RestaurantId": 2
}

application/xml, text/xml

Sample:
<RestaurantDTO.RestaurantBlockCourierDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanelAPI.Models">
  <CourierId>1</CourierId>
  <RestaurantId>2</RestaurantId>
</RestaurantDTO.RestaurantBlockCourierDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.