POST api/DeliveryPeriodConfig/SwitchSuppliers
Request Information
URI Parameters
None.
Body Parameters
SwitchSuppliersInput| Name | Description | Type | Additional information |
|---|---|---|---|
| suppliers_id | integer |
None. |
|
| post_id | integer |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"suppliers_id": 1,
"post_id": 1,
"token": "sample string 1"
}
application/xml, text/xml
Sample:
<SwitchSuppliersInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.DeliveryPeriodConfig"> <post_id>1</post_id> <suppliers_id>1</suppliers_id> <token>sample string 1</token> </SwitchSuppliersInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |