POST api/JXS/SendPJApply
调配发货
请求参数信息
URI 参数
None.
Body 参数
服务站发票信息
FWZPJApplySendRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SendCount | integer |
None. |
|
| ExpessType | integer |
None. |
|
| ExpressCom | string |
None. |
|
| ExpressNo | string |
None. |
|
| ExpressFee | decimal number |
None. |
|
| keyValues | Collection of string |
None. |
|
| sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SendCount": 1,
"ExpessType": 2,
"ExpressCom": "sample string 3",
"ExpressNo": "sample string 4",
"ExpressFee": 5.0,
"keyValues": [
"sample string 1",
"sample string 2"
],
"sign": "sample string 6"
}
application/xml, text/xml
Sample:
<FWZPJApplySendRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models.RequestModel">
<sign xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">sample string 6</sign>
<ExpessType>2</ExpessType>
<ExpressCom>sample string 3</ExpressCom>
<ExpressFee>5</ExpressFee>
<ExpressNo>sample string 4</ExpressNo>
<SendCount>1</SendCount>
<keyValues xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</keyValues>
</FWZPJApplySendRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
接口返回信息
返回信息说明
结果信息
JMResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | string |
None. |
返回数据格式
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": "sample string 3"
}
application/xml, text/xml
Sample:
<JMResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models"> <code>sample string 1</code> <data>sample string 3</data> <msg>sample string 2</msg> </JMResponseOfstring>