POST api/v1/lpa/documents/hierarchy/create
Request Information
URI Parameters
None.
Body Parameters
Collection of LPADocHierarchyMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| docId | string |
None. |
|
| docType | string |
None. |
|
| children | Collection of LPADocHierarchyMDL |
None. |
|
| CustomFields | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
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>