POST V2/Enquiry/DelOrderDetails
Request Information
URI Parameters
None.
Body Parameters
DelOrderCond| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| Ids | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": 1,
"Ids": [
"1f6116de-4ffd-4351-a13f-25c6fa2344cf",
"a47e7c24-2a11-468d-9377-8a32e935d078"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {},
"Code": 4
}