POST api/PostPersonOrderDeclinineReason
Request Information
URI Parameters
None.
Body Parameters
PostOrderDeclineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BuyerId | globally unique identifier |
None. |
|
| OrderDate | date |
None. |
|
| MealTypeId | integer |
None. |
|
| DeclineReasonId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BuyerId": "a455dcb1-87cb-4017-88f8-d8e924e78193",
"OrderDate": "2026-03-24T09:58:16.8564102+00:00",
"MealTypeId": 3,
"DeclineReasonId": 4
}
application/xml, text/xml
Sample:
<PostOrderDeclineModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.OnlineFRE.APIs.Models.Order"> <BuyerId>a455dcb1-87cb-4017-88f8-d8e924e78193</BuyerId> <DeclineReasonId>4</DeclineReasonId> <MealTypeId>3</MealTypeId> <OrderDate>2026-03-24T09:58:16.8564102+00:00</OrderDate> </PostOrderDeclineModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>