The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/GetAllDelinquencyLetters HTTP/1.1
Host: gallifrey.studebakersubmetering.com
Content-Type: application/json
Content-Length: length
{"propertyId":0,"minimumDaysOverdue":0,"daysThresholdValue":0,"minimumValueOverdue":0,"returnRawData":false,"requestIpAddress":"String","token":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"letters":[{"tenantId":0,"tenantName":{"prefix":"String","firstName":"String","lastName":"String","suffix":"String"},"letterText":"String","rawData":{"todaysDate":"String","tenantId":0,"account":0,"namePrefix":"String","firstName":"String","lastName":"String","nameSuffix":"String","headCount":0,"serviceAddress1":"String","serviceAddress2":"String","serviceAddress3":"String","serviceCity":"String","serviceState":"String","serviceZip":"String","billingaddress1":"String","billingaddress2":"String","billingaddress3":"String","billingcity":"String","billingstate":"String","billingzip":"String","phone1":"String","phone2":"String","fax":"String","email":"String","moveInDate":"String","moveOutDate":"String","balance":0,"lastPaymentDate":"String","lastPaymentAmount":0,"adminFeeAmount":0,"billingStartDate":"String","printBill":false,"isExempt":false,"pmsAccount":"String","totalAmountOverdue":0,"maximumDaysLate":0,"minimumDaysLate":0,"noOfOverdueInvoices":0,"fullBillingAddress":"String"}}]}