POST V3/savecode/{COMcode}/delivery-address
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5L_DeliveryAddressDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DC_no | integer |
None. |
|
| DC_code | string |
None. |
|
| DC_id | string |
None. |
|
| DC_add1 | string |
None. |
|
| DC_add2 | string |
None. |
|
| DC_add3 | string |
None. |
|
| DC_tel | string |
None. |
|
| DC_zone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DC_no": 1,
"DC_code": "sample string 2",
"DC_id": "sample string 3",
"DC_add1": "sample string 4",
"DC_add2": "sample string 5",
"DC_add3": "sample string 6",
"DC_tel": "sample string 7",
"DC_zone": "sample string 8"
}
application/xml, text/xml
Sample:
<M5L_DeliveryAddressDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <DC_add1>sample string 4</DC_add1> <DC_add2>sample string 5</DC_add2> <DC_add3>sample string 6</DC_add3> <DC_code>sample string 2</DC_code> <DC_id>sample string 3</DC_id> <DC_no>1</DC_no> <DC_tel>sample string 7</DC_tel> <DC_zone>sample string 8</DC_zone> </M5L_DeliveryAddressDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.