x-api-key: ********************curl --location 'https://dev-api.wincloudone.com/stdinterface/api/v1/rates/adjustment-templates?companyId=undefined&includeInactive=undefined&page=undefined&pageSize=undefined' \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "string",
"errorCode": "string",
"statusCode": 0,
"data": {
"items": [
{
"templateId": 0,
"templateName": "string",
"active": true,
"daySpecific": true,
"applicableDays": [
"string"
],
"dateRangeSpecific": true,
"dateRanges": [
{
"fromDate": "string",
"toDate": "string"
}
]
}
],
"pageNumber": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0,
"hasPrevious": true,
"hasNext": true
},
"timestamp": "2019-08-24T14:15:22.123Z",
"correlationId": "string"
}