We are using IPS REST Services with contract rates for Service Contracts, using the GET contract/contractrates it returns the following results, how do we call up the rates? as there is not attribute for the rate with a rate and effective & expiry date for the rate.
"data": [
{
"contractor": {
"firstName": "",
"middleName": "",
"lastName": "LEV SERVICES",
"contractorId": "LEVCLE",
"isContractor": true,
"title": "",
"notifications": [],
"fullName": "LEV SERVICES",
"lastModifiedBy": "CHANMS",
"lastModifiedDateTime": "2021-04-06T16:11:02.0000000-04:00",
"id": 116186
},
"contractLineItem": {
"contractId": "002579",
"section": "A",
"subsection": "1a",
"reference": " ",
"description": "2021 - Paint Blockout - Min Charge",
"lastModifiedBy": "MONWIS",
"lastModifiedDateTime": "2020-12-15T10:44:10.0000000-05:00",
"id": 22376
},
"unitOfMeasure": "EA",
"lastModifiedBy": "",
"lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00",
"id": 33596
},
We are also finding that pulling up the service contracts for a contractor, the REST service does not recognise which contracts are currently active, nor provide the Effective and Expiry dates for a contract as an attribute.
Any idea how to get the missing data?
Thanks,
Amir