POST vipcenter/RefreshDeliveryByHoliday?access_token={access_token}
请求参数
URI 参数
| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| access_token | string |
Required |
Body 参数
CustomerHolidayModel| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| CityCode | string |
无。 |
|
| VipId | string |
无。 |
|
| StartTime | date |
无。 |
|
| EndTime | date |
无。 |
|
| ChannelId | string |
无。 |
|
| isPkgOrder | integer |
无。 |
|
| isNormalOrder | integer |
无。 |
|
| AdminUserId | string |
无。 |
请求格式
application/json, text/json
示例:
{
"CityCode": "sample string 1",
"VipId": "sample string 2",
"StartTime": "2025-12-14 02:51:03",
"EndTime": "2025-12-14 02:51:03",
"ChannelId": "sample string 3",
"isPkgOrder": 4,
"isNormalOrder": 5,
"AdminUserId": "sample string 6"
}
application/xml, text/xml
示例:
<CustomerHolidayModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order"> <AdminUserId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Delivery">sample string 6</AdminUserId> <ChannelId>sample string 3</ChannelId> <CityCode>sample string 1</CityCode> <EndTime>2025-12-14T02:51:03.2512929+08:00</EndTime> <StartTime>2025-12-14T02:51:03.2512929+08:00</StartTime> <VipId>sample string 2</VipId> <isNormalOrder>5</isNormalOrder> <isPkgOrder>4</isPkgOrder> </CustomerHolidayModel>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Version | Version |
无。 |
|
| Content | HttpContent |
无。 |
|
| StatusCode | HttpStatusCode |
无。 |
|
| ReasonPhrase | string |
无。 |
|
| Headers | Object 集合 |
无。 |
|
| RequestMessage | HttpRequestMessage |
无。 |
|
| IsSuccessStatusCode | boolean |
无。 |