POST api/AwayPeriod/SaveAwayPeriod?StoreUID={StoreUID}&OrgUID={OrgUID}&DistributionChannelUID={DistributionChannelUID}&FranchiseeOrgUID={FranchiseeOrgUID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| rssAwayPeriod | No documentation available. |
Define this parameter in the request body. |
| StoreUID | No documentation available. |
Define this parameter in the request URI. |
| OrgUID | No documentation available. |
Define this parameter in the request URI. |
| DistributionChannelUID | No documentation available. |
Define this parameter in the request URI. |
| FranchiseeOrgUID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"UID": "sample string 1",
"FromDate": "2026-04-16T02:26:59.0334459",
"ToDate": "2026-04-16T02:26:59.0334459",
"Description": "sample string 4",
"Status": "sample string 5",
"CanEdit": true,
"CanDelete": true
}
application/xml, text/xml
Sample:
<RSSAwayPeriod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model"> <CanDelete>true</CanDelete> <CanEdit>true</CanEdit> <Description>sample string 4</Description> <FromDate>2026-04-16T02:26:59.0334459+12:00</FromDate> <Status>sample string 5</Status> <ToDate>2026-04-16T02:26:59.0334459+12:00</ToDate> <UID>sample string 1</UID> </RSSAwayPeriod>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.