POST api/BEOrder/GetDispatchList

Request Information

URI Parameters

None.

Body Parameters

GetDispatchListInput
NameDescriptionTypeAdditional information
Code

string

None.

DispatchType

Collection of string

None.

CarPlate

string

None.

ExecDateTimeStart

string

None.

ExecDateTimeEnd

string

None.

UsingPaging

boolean

None.

NumberOfPerPage

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "DispatchType": [
    "sample string 1",
    "sample string 2"
  ],
  "CarPlate": "sample string 2",
  "ExecDateTimeStart": "sample string 3",
  "ExecDateTimeEnd": "sample string 4",
  "UsingPaging": true,
  "NumberOfPerPage": 6,
  "PageIndex": 7
}

application/xml, text/xml

Sample:
<DispatchModel.GetDispatchListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <NumberOfPerPage>6</NumberOfPerPage>
  <PageIndex>7</PageIndex>
  <UsingPaging>true</UsingPaging>
  <CarPlate>sample string 2</CarPlate>
  <Code>sample string 1</Code>
  <DispatchType xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </DispatchType>
  <ExecDateTimeEnd>sample string 4</ExecDateTimeEnd>
  <ExecDateTimeStart>sample string 3</ExecDateTimeStart>
</DispatchModel.GetDispatchListInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfGetDispatchOutput
NameDescriptionTypeAdditional information
body

GetDispatchOutput

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfDispatchModel.GetDispatchOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <TotalRow>1</TotalRow>
    <DispatchLists>
      <DispatchModel.DispatchList>
        <ActualPrice>1</ActualPrice>
        <CarPlate>sample string 1</CarPlate>
        <Code>sample string 2</Code>
        <CompleteDateTime>2026-04-21T17:40:06.6253462+08:00</CompleteDateTime>
        <DispatchProcess>sample string 3</DispatchProcess>
        <DispatchProcessName>sample string 4</DispatchProcessName>
        <EstimatedPrice>1</EstimatedPrice>
        <ExecDateTime>2026-04-21T17:40:06.6253462+08:00</ExecDateTime>
      </DispatchModel.DispatchList>
      <DispatchModel.DispatchList>
        <ActualPrice>1</ActualPrice>
        <CarPlate>sample string 1</CarPlate>
        <Code>sample string 2</Code>
        <CompleteDateTime>2026-04-21T17:40:06.6253462+08:00</CompleteDateTime>
        <DispatchProcess>sample string 3</DispatchProcess>
        <DispatchProcessName>sample string 4</DispatchProcessName>
        <EstimatedPrice>1</EstimatedPrice>
        <ExecDateTime>2026-04-21T17:40:06.6253462+08:00</ExecDateTime>
      </DispatchModel.DispatchList>
    </DispatchLists>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfDispatchModel.GetDispatchOutputuKWfnEcv>