POST api/SharedAnalytics/Retail/Collections/Schedule/MoveDay
Request Information
URI Parameters
None.
Body Parameters
ScheduleDayMoveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleEntryIds | Collection of integer |
None. |
|
| TargetDate | date |
None. |
|
| OverrideReason | string |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScheduleEntryIds": [
1,
2
],
"TargetDate": "2026-04-04T05:48:30.616723+00:00",
"OverrideReason": "sample string 2",
"Notes": "sample string 3"
}
text/html
Sample:
{"ScheduleEntryIds":[1,2],"TargetDate":"2026-04-04T05:48:30.616723+00:00","OverrideReason":"sample string 2","Notes":"sample string 3"}
application/xml, text/xml
Sample:
<ScheduleDayMoveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SharedAnalytics.Retail.Collections">
<Notes>sample string 3</Notes>
<OverrideReason>sample string 2</OverrideReason>
<ScheduleEntryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</ScheduleEntryIds>
<TargetDate>2026-04-04T05:48:30.616723+00:00</TargetDate>
</ScheduleDayMoveRequest>
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. |