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": [
"127a21a7-c4bb-4bc1-91cb-616d02883bf7",
"fcd080a2-5cb1-4cc1-948f-afb8d6438e94"
]
}
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
}