Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyTypeLengthMandatoryDescription
serviceOrder/ServiceOrder
yesServiceOrder object
amountEstimateDouble

Estimate amount
amountRevisedDouble

Revised amount
amountFinalDouble

Final amount
descriptionString1024
A description
isOwnersCostboolean

True if owners cost
isCharterersCostboolean

True if charterers cost
serviceCode/ServiceCode
yes

Customer specific service code. Request GET /ServiceCode to see all codes.

externalReferenceNoString64
External ServiceOrderLine Reference Number

Example Response Body

Note

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)

...

Code Block
languagejs
{
    "key": 36647846,
    "self": "http://platform-dev.dataloy.com:80/ws/rest/ServiceOrderLine/36647846",
    "description": null,
    "createdById": 35637975,
    "createdDate": "2020-09-10T06:40:15",
    "modifiedDate": "2020-09-10T06:40:15",
    "isCharterersCost": true,
    "isOwnersCost": false,
    "amountEstimate": 10000.0,
    "amountFinal": 11000.0,
    "amountRevised": 0.0,
    "serviceOrder": {
        "key": 36647845,
        "self": "http://platform-dev.dataloy.com:80/ws/rest/ServiceOrder/36647845"
    },
    "serviceCode": {
        "key": 36567907,
        "self": "http://platform-dev.dataloy.com:80/ws/rest/ServiceCode/36567907"
    },
    "isObjectActive": true,
    "remarks": []
}


Top
Back

Related Content

Expand
titleExpand to see related content


Wiki Markup
{dynamiccontentbylabel:showLabels=false|showSpace=false}


...