/ServiceOrderLine
Short Description
This resource is unreleased and will be available from version 5.23 of the Dataloy API
Chapter Contents:
Long Description
Properties
| Property | Type | Length | Mandatory | Description |
|---|---|---|---|---|
| serviceOrder | /ServiceOrder | yes | ServiceOrder object | |
| amountEstimate | Double | Estimate amount | ||
| amountRevised | Double | Revised amount | ||
| amountFinal | Double | Final amount | ||
| description | String | 1024 | A description | |
| isOwnersCost | boolean | True if owners cost | ||
| isCharterersCost | boolean | True if charterers cost | ||
| serviceCode | /ServiceCode | yes | Customer specific service code. Request GET /ServiceCode to see all codes. | |
| externalReferenceNo | String | 64 | 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": []
}
Related Content
, multiple selections available,