/ServiceOrderLine

Short Description

This resource is unreleased and will be available from version 5.23 of the Dataloy API

Chapter Contents:

Long Description

Properties

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

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": 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 to see related content


Unknown macro: {dynamiccontentbylabel}