POST apiwba/all/lvcsyncbycid
Request Information
URI Parameters
None.
Body Parameters
ShippingOrderCompanyRegisterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | string |
None. |
|
| SystemID | globally unique identifier |
None. |
|
| CreatedByUser | globally unique identifier |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerCode": "sample string 1",
"SystemID": "c5505db1-1208-4d16-b2ce-4744bbfbbf0a",
"CreatedByUser": "2c2e4796-4534-4851-bb88-e5e3fc6e26ea",
"Username": "sample string 4",
"Password": "sample string 5"
}
application/xml, text/xml
Sample:
<ShippingOrderCompanyRegisterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Gps"> <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 5</Password> <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 4</Username> <CreatedByUser>2c2e4796-4534-4851-bb88-e5e3fc6e26ea</CreatedByUser> <CustomerCode>sample string 1</CustomerCode> <SystemID>c5505db1-1208-4d16-b2ce-4744bbfbbf0a</SystemID> </ShippingOrderCompanyRegisterInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShippingOrderCompanyRegisterOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessErrorType | integer |
None. |
|
| ProcessErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProcessErrorType": 1,
"ProcessErrorDescription": "sample string 2"
}
application/xml, text/xml
Sample:
<ShippingOrderCompanyRegisterOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Gps"> <ProcessErrorDescription xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 2</ProcessErrorDescription> <ProcessErrorType xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">1</ProcessErrorType> </ShippingOrderCompanyRegisterOutput>