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": [
"fb8f5a6e-ae0a-4258-a852-b6a24002a744",
"41c6750b-dac1-4d99-b57a-bfc574e143fa"
]
}
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
}