The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/GetInvoicedPropertyCycles HTTP/1.1
Host: gallifrey.studebakersubmetering.com
Content-Type: application/json
Content-Length: length
{"propertyId":0,"requestIpAddress":"String","token":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"cycles":[{"cycleId":0,"startDate":"\/Date(-62135596800000-0000)\/","endDate":"\/Date(-62135596800000-0000)\/","name":"1/1/0001 - 1/1/0001"}],"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]}}