Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ref. endpoint GET /controller/api/v1/shipment/{shipmentNbr}. The Swagger documentation refers to an attribute called "packages". The response does not contain this attribute at all.
Example of response:
{
"shipmentNumber": "000012",
"shipmentType": "Issue",
"status": "Confirmed",
"hold": false,
"operation": "Issue",
"shipmentDate": "2022-02-14T00:00:00",
..
..
"currencyId": "NOK",
"shippedQuantity": 36.000000,
"shippedWeight": 0.000000,
"shippedVolume": 0.000000,
"packagesWeight": 0.000000,
"controlQuantity": 36.000000,
"deliveryAddress": {
..
..
}
We expected this value:
2 REPLIES 2
Hello,
this case has been planned to be fixed in Visma.net Financials API updates for version 8.86.0 (March 2022)
Please follow the "News" for the final release notes.
Hello,
we confirm that "Packages" field exposed via GET Shipment API <ShipmentDto> is not populated, despite it has a value in the Financials ERP UI. It has now been reported to the team to be investigated and verified.
