POST api/v1/lpa/documents/tagvehicle
Request Information
URI Parameters
None.
Body Parameters
Collection of DocHeaderMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| DocType | string |
None. |
|
| DocNumber | string |
None. |
|
| CreatedDate | date |
None. |
|
| ReferenceID | string |
None. |
|
| ReferenceName | string |
None. |
|
| VehicleNumber | string |
None. |
|
| DriverName | string |
None. |
|
| TransporterName | string |
None. |
|
| SourceName | string |
None. |
|
| DestinationName | string |
None. |
|
| ewayBillNumber | string |
None. |
|
| ewayBillDate | string |
None. |
|
| expectedArrival | string |
None. |
|
| remarks | string |
None. |
|
| DocItems | Collection of DocItem |
None. |
|
| CustomFields | Dictionary of string [key] and Object [value] |
None. |
|
| AdditionalInfo | Dictionary of string [key] and Object [value] |
None. |
|
| Children | Collection of DocChild |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LogisticsDocumentMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| response | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<LogisticsDocumentMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA"> <message>sample string 2</message> <response>1</response> </LogisticsDocumentMDL>