POST api/FECorporate/CreateOrder
Request Information
URI Parameters
None.
Body Parameters
CreateOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractCode | string |
None. |
|
| MonthlyQty | decimal number |
None. |
|
| UP_UserId | string |
None. |
|
| WasteCode | string |
None. |
|
| CollectDesignatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContractCode": "sample string 1",
"MonthlyQty": 2.0,
"UP_UserId": "sample string 3",
"WasteCode": "sample string 4",
"CollectDesignatedDate": "2026-04-21 17:37:24"
}
application/xml, text/xml
Sample:
<OrderModel.CreateOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CollectDesignatedDate>2026-04-21T17:37:24.4407339+08:00</CollectDesignatedDate> <ContractCode>sample string 1</ContractCode> <MonthlyQty>2</MonthlyQty> <UP_UserId>sample string 3</UP_UserId> <WasteCode>sample string 4</WasteCode> </OrderModel.CreateOrder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional 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>