POST api/CreateWebOrder
Request Information
URI Parameters
None.
Body Parameters
WebOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderMaster | WebOrderH |
None. |
|
| OrderSub | Collection of WebOrderS |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderMaster": {
"SN": 1,
"exOrderVNO": "sample string 3",
"VDATE": "2025-12-06T14:42:38.9123784+08:00",
"ContractNO": "sample string 4",
"ContractAddPostCode": "sample string 5",
"ContractAdd": "sample string 6",
"Contact": "sample string 7",
"TEL1": "sample string 8",
"TEL2": "sample string 9",
"TEL3": "sample string 10",
"DIYStationNO": "sample string 13",
"DIYStationNA": "sample string 14",
"DeliveryDate": "2025-12-06T14:42:38.9279985+08:00",
"DeliveryStartTime": "sample string 15",
"DeliveryEndTime": "sample string 16",
"DeliveryMemo": "sample string 17",
"OrderMemo": "sample string 18",
"CRTimes": "2025-12-06T14:42:38.9279985+08:00",
"LogisticianType": "sample string 19",
"CUSTNO": "sample string 20",
"CUSTNA": "sample string 21",
"OrderSource": "sample string 22",
"OrderType": "sample string 23",
"isGasRefund": true,
"PayChannel": "sample string 24",
"PayWay": "sample string 25",
"PayMoney": 26.0,
"exVStatus": "sample string 27",
"exMemberNO": "sample string 28"
},
"OrderSub": [
{
"SNO": 4,
"ItemType": "sample string 5",
"PARTNO": "sample string 6",
"PARTNA": "sample string 7",
"SPEC": "sample string 8",
"QTY": 9.0,
"PRICE": 10.0,
"SubTotal": 11.0,
"MEMO": "sample string 12",
"GasType": "sample string 13",
"TankType": "sample string 14",
"Accessory": "sample string 15",
"CRTimes": "2025-12-06T14:42:38.9279985+08:00"
},
{
"SNO": 4,
"ItemType": "sample string 5",
"PARTNO": "sample string 6",
"PARTNA": "sample string 7",
"SPEC": "sample string 8",
"QTY": 9.0,
"PRICE": 10.0,
"SubTotal": 11.0,
"MEMO": "sample string 12",
"GasType": "sample string 13",
"TankType": "sample string 14",
"Accessory": "sample string 15",
"CRTimes": "2025-12-06T14:42:38.9279985+08:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
API_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| timestamp | string |
None. |
|
| message | Object |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"timestamp": "sample string 2",
"message": {},
"data": {}
}