POST api/BEOrder/UpdateSingleDayOrder

Request Information

URI Parameters

None.

Body Parameters

UpdateSingleDayOrder
NameDescriptionTypeAdditional information
OL_Code

string

None.

CollectDesignatedDate

date

None.

UP_UserID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OL_Code": "sample string 1",
  "CollectDesignatedDate": "2026-04-21 17:35:36",
  "UP_UserID": "sample string 3"
}

application/xml, text/xml

Sample:
<DispatchModel.UpdateSingleDayOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <CollectDesignatedDate>2026-04-21T17:35:36.7845636+08:00</CollectDesignatedDate>
  <OL_Code>sample string 1</OL_Code>
  <UP_UserID>sample string 3</UP_UserID>
</DispatchModel.UpdateSingleDayOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfObject
NameDescriptionTypeAdditional information
body

Object

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.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body />
  <exception>sample string 3</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfanyTypeRvdAXEcW>