POST api/mobileRpc/GetOrderList

Request Information

URI Parameters

None.

Body Parameters

OrderMobileCriteria
NameDescriptionTypeAdditional information
CustomerId

string

None.

OrderRereived

boolean

None.

OrderDate

date

None.

IsAllUnDelivered

boolean

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "sample string 1",
  "OrderRereived": true,
  "OrderDate": "2024-03-29T16:58:48.6911165+09:00",
  "IsAllUnDelivered": true,
  "PageSize": 5,
  "PageIndex": 6
}

application/xml, text/xml

Sample:
<OrderMobileCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDR.AppServer.Api">
  <CustomerId>sample string 1</CustomerId>
  <IsAllUnDelivered>true</IsAllUnDelivered>
  <OrderDate>2024-03-29T16:58:48.6911165+09:00</OrderDate>
  <OrderRereived>true</OrderRereived>
  <PageIndex>6</PageIndex>
  <PageSize>5</PageSize>
</OrderMobileCriteria>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.