POST api/Ordering
Request Information
URI Parameters
None.
Body Parameters
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId | string |
None. |
|
| eventTime | date |
None. |
|
| eventType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventId": "sample string 1",
"eventTime": "2025-10-28T17:30:31.662587+05:30",
"eventType": "sample string 3"
}
application/xml, text/xml
Sample:
<Ordering.Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebOrderingAPI.Models"> <eventId>sample string 1</eventId> <eventTime>2025-10-28T17:30:31.662587+05:30</eventTime> <eventType>sample string 3</eventType> </Ordering.Order>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OdrStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1"
}
application/xml, text/xml
Sample:
<Ordering.OdrStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebOrderingAPI.Models"> <Message>sample string 1</Message> </Ordering.OdrStatus>