Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Short Description

Chapter Contents:

Long Description

Properties

PropertyTypeLengthMandatoryDescriptionComments
portCost
Float    
portCostCurrency
Float    
agent
/BusinessPartner    
exchangeRate
Float    
documentDate
Date    
portCall
/PortCall    
daReference
String16   
isPortCostAdvancedFixed
Boolean    
portCostAdvanced
Float    
proformaReference
String16   
advancedCurrency
/Currency    
portAgentType
/PortAgentType    
currency
/Currency    

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,
    "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": []
}

Top
Back

Related Content

 Expand to see related content

Unknown macro: {dynamiccontentbylabel}

  • No labels