POST api/ShipmentTMSNews
Request Information
URI Parameters
None.
Body Parameters
ShipmentTMSNews| Name | Description | Type | Additional information |
|---|---|---|---|
| LogisticGroupId |
Id de Grupo Logístico |
globally unique identifier |
None. |
| Items |
Items |
Collection of ShipmentTMSNewsItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"LogisticGroupId": "634da161-2806-4304-bc88-e7b075c0cc5b",
"Items": [
{
"DeliveryIdRef": "sample string 1",
"ShipmentIdRef": "sample string 2",
"Status": "sample string 3",
"DestinationCode": "sample string 4",
"ShipmentSiteCode": "sample string 5",
"MaterialVolume": 6.0,
"MaterialWeight": 7.0,
"MaterialValue": 8.0
},
{
"DeliveryIdRef": "sample string 1",
"ShipmentIdRef": "sample string 2",
"Status": "sample string 3",
"DestinationCode": "sample string 4",
"ShipmentSiteCode": "sample string 5",
"MaterialVolume": 6.0,
"MaterialWeight": 7.0,
"MaterialValue": 8.0
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShipmentTMSNewsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of ShipmentTMSNewsItemResult |
None. |
|
| Authenticated | boolean |
None. |
|
| AuthenticatedMessage | string |
None. |
|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| ErrorStackTrace | string |
None. |
|
| ErrorInnerException | string |
None. |
|
| ErrorInnerExceptionExtended | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"Error": true,
"ErrorMessage": "sample string 2",
"DeliveryIdRef": "sample string 3",
"ShipmentIdRef": "sample string 4",
"Status": "sample string 5",
"DestinationCode": "sample string 6",
"ShipmentSiteCode": "sample string 7",
"MaterialVolume": 8.0,
"MaterialWeight": 9.0,
"MaterialValue": 10.0
},
{
"Error": true,
"ErrorMessage": "sample string 2",
"DeliveryIdRef": "sample string 3",
"ShipmentIdRef": "sample string 4",
"Status": "sample string 5",
"DestinationCode": "sample string 6",
"ShipmentSiteCode": "sample string 7",
"MaterialVolume": 8.0,
"MaterialWeight": 9.0,
"MaterialValue": 10.0
}
],
"Authenticated": true,
"AuthenticatedMessage": "sample string 2",
"Error": true,
"ErrorCode": "sample string 4",
"ErrorDescription": "sample string 5",
"ErrorStackTrace": "sample string 6",
"ErrorInnerException": "sample string 7",
"ErrorInnerExceptionExtended": "sample string 8"
}