POST api/DeliveryPeriodConfig/GetSuppliersList
物流实效列表
Request Information
URI Parameters
None.
Body Parameters
GetSuppliersListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| suppliers_type |
供应商类型(0生产供应商 1经营供应商) |
integer |
None. |
| goods_id | integer |
None. |
|
| brand_id |
品牌id |
integer |
None. |
| user_id |
当前登录者Id |
string |
None. |
| token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"suppliers_type": 1,
"goods_id": 1,
"brand_id": 1,
"user_id": "sample string 1",
"token": "sample string 2"
}
application/xml, text/xml
Sample:
<GetSuppliersListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.DeliveryPeriodConfig"> <token xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 2</token> <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 1</user_id> <brand_id>1</brand_id> <goods_id>1</goods_id> <suppliers_type>1</suppliers_type> </GetSuppliersListInput>
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. |