POST api/Ordering
Request Information
URI Parameters
None.
Body Parameters
OrderName | 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": "2024-11-21T15:07:05.6530354+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>2024-11-21T15:07:05.6530354+05:30</eventTime> <eventType>sample string 3</eventType> </Ordering.Order>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OdrStatusName | 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>