This method lists claims (callouts) for the specified account and for the specified policy (order).
This API needs external user to authenticate.
Success Response Content
Example JSON:
{    "validationErrors": [],    "result": {        "claimsBean": {            "claims": [                {                    "name": "Air Conditioning • Family Suite",                    "description": "Adhoc Job Template",                    "referenceNumber": "WO-00000004",                    "state": "NEW",                    "date": "2017-07-10T14:22:53.000",                    "creationTime": "2009-01-01T00:00:02.000",                    "type": "ACTIVE"                },                {                    "name": "Air Conditioning • Family Suite",                    "description": "1111",                    "referenceNumber": "WO-00000806",                    "state": "NEW",                    "date": "2017-07-10T14:22:53.000",                    "creationTime": "2009-01-01T00:00:02.000",                    "documentsCount": 1,                    "commentsCount": 1,                    "type": "ACTIVE"                }            ]        }    }}Field Descriptions