POST api/OrderProfile/ValidateSaveTempOrderProfile?StoreUID={StoreUID}&OrgUID={OrgUID}&DistributionChannelUID={DistributionChannelUID}&FranchiseeOrgUID={FranchiseeOrgUID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| tempOrderProfile | 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:24:22.6414972",
"ToDate": "2026-04-16T02:24:22.6414972",
"SKUCount": 4,
"CanEdit": true,
"CanDelete": true,
"Status": "sample string 7"
}
application/xml, text/xml
Sample:
<TempOrderProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model"> <CanDelete>true</CanDelete> <CanEdit>true</CanEdit> <FromDate>2026-04-16T02:24:22.6414972+12:00</FromDate> <SKUCount>4</SKUCount> <Status>sample string 7</Status> <ToDate>2026-04-16T02:24:22.6414972+12:00</ToDate> <UID>sample string 1</UID> </TempOrderProfile>
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.