POST V2/Enquiry/SearchOrderMessageList

Request Information

URI Parameters

None.

Body Parameters

OrderMessageCond
NameDescriptionTypeAdditional information
CreateDateFrom

string

None.

CreateDateTo

string

None.

ReceiverId

string

None.

SenderId

string

None.

PageInfo

PageInfo

None.

IsBuyer

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CreateDateFrom": "sample string 1",
  "CreateDateTo": "sample string 2",
  "ReceiverId": "sample string 3",
  "SenderId": "sample string 4",
  "PageInfo": {
    "Page": 1,
    "PageSize": 2,
    "Offset": 0,
    "SortName": "sample string 3",
    "SortOrder": "sample string 4"
  },
  "IsBuyer": true
}

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 'OrderMessageCond'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.