POST api/Cart/GetOrderHistory?IsFromRecentOrder={IsFromRecentOrder}&StoreUID={StoreUID}&OrgUID={OrgUID}&DistributionChannelUID={DistributionChannelUID}&FranchiseeOrgUID={FranchiseeOrgUID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orderHistoryRequest | No documentation available. |
Define this parameter in the request body. |
| IsFromRecentOrder | No documentation available. |
Define this parameter in the request URI. |
| 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:
{
"StoreUID": "sample string 1",
"OrgUID": "sample string 2",
"DistributionChannelUID": "sample string 3",
"FranchiseeOrgUID": "sample string 4",
"StartDate": "2026-04-16T02:26:18.4551171",
"EndDate": "2026-04-16T02:26:18.4551171",
"OrderStatus": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
application/xml, text/xml
Sample:
<OrderHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model">
<DistributionChannelUID>sample string 3</DistributionChannelUID>
<EndDate>2026-04-16T02:26:18.4551171+12:00</EndDate>
<FranchiseeOrgUID>sample string 4</FranchiseeOrgUID>
<OrderStatus xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
<d2p1:string>sample string 3</d2p1:string>
</OrderStatus>
<OrgUID>sample string 2</OrgUID>
<StartDate>2026-04-16T02:26:18.4551171+12:00</StartDate>
<StoreUID>sample string 1</StoreUID>
</OrderHistoryRequest>
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.