/PortAgent
Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
portCost | Double | ||||
portCostCurrency | Double | ||||
agent | /BusinessPartner | ||||
exchangeRate | Double | ||||
documentDate | Date | ||||
portCall | /PortCall | ||||
daReference | String | 16 | |||
isPortCostAdvancedFixed | Boolean | ||||
portCostAdvanced | Double | ||||
proformaReference | String | 16 | |||
advancedCurrency | /Currency | ||||
portAgentType | /PortAgentType | ||||
currency | /Currency | ||||
portCosts | List of port costs | ||||
portCostRevised | Double | The total revised amount | |||
portCostActual | Double | The total actual amount | |||
serviceOrder | /ServiceOrder |
Example Response Body
Updated for API version 2.0.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior version has date format: yyyy-dd-MM hh:mi:ss)
{ "key": 1193295, "self": "http://localhost:8080/ws/rest/PortAgent/1193295", "createdDate": "2012-11-28T15:46:40", "modifiedDate": "2012-11-28T15:47:25", "portCost": 2000, "portCostRevised": 1000, "portCostActual": 1500, "portCostCurrency": 2000, "agent": null, "exchangeRate": 1, "documentDate": "2012-10-24T11:30:00", "portCall": { "key": 1127910, "self": "http://localhost:8080/ws/rest/PortCall/1127910" }, "daReference": null, "isPortCostAdvancedFixed": false, "portCostAdvanced": 0, "proformaReference": null, "advancedCurrency": { "currencyCode": "EUR", "currencyName": "Euro", "key": 400008, "self": "http://localhost:8080/ws/rest/Currency/400008" }, "portAgentType": null, "currency": { "currencyCode": "EUR", "currencyName": "Euro", "key": 400008, "self": "http://localhost:8080/ws/rest/Currency/400008" }, "remarks": [] }