POST V2/Enquiry/DelOrderDetails

Request Information

URI Parameters

None.

Body Parameters

DelOrderCond
NameDescriptionTypeAdditional information
OrderId

integer

None.

Ids

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": 1,
  "Ids": [
    "fd1ee4f0-6225-436d-a019-9b74f59976ac",
    "135b5bce-4bd8-47dc-925e-0b7a56aed12f"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DelOrderCond'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional 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
}