POST OrderService/GetChangeOrder?access_token={access_token}
请求参数
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
access_token | string |
Required |
Body 参数
GetChangeOrderParam名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
OrderNo | string |
无。 |
|
Tel | string |
无。 |
|
SendAddr | string |
无。 |
|
VipLevel | string |
无。 |
|
StartSendDate | date |
无。 |
|
EndSendDate | date |
无。 |
|
Skuid | string |
无。 |
|
PageSize | integer |
无。 |
|
PageIndex | integer |
无。 |
|
SearchSkuIds | string 集合 |
无。 |
请求格式
application/json, text/json
示例:
{ "OrderNo": "sample string 1", "Tel": "sample string 2", "SendAddr": "sample string 3", "VipLevel": "sample string 4", "StartSendDate": "2025-05-04 21:11:24", "EndSendDate": "2025-05-04 21:11:24", "Skuid": "sample string 5", "PageSize": 6, "PageIndex": 7, "SearchSkuIds": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
示例:
<GetChangeOrderParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.BS.Entity.Requestparam"> <EndSendDate>2025-05-04T21:11:24.6779524+08:00</EndSendDate> <OrderNo>sample string 1</OrderNo> <PageIndex>7</PageIndex> <PageSize>6</PageSize> <SearchSkuIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </SearchSkuIds> <SendAddr>sample string 3</SendAddr> <Skuid>sample string 5</Skuid> <StartSendDate>2025-05-04T21:11:24.6779524+08:00</StartSendDate> <Tel>sample string 2</Tel> <VipLevel>sample string 4</VipLevel> </GetChangeOrderParam>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |