This endpoint allows a client to transfer document to Crawford's core claim management system.
Protocol | Endpoint |
---|---|
POST | api/documents |
Parameter | Data Type | Parameter | Description |
---|---|---|---|
ClaimId | String | Body | Identifier of claim on which search will be performed |
Documents | Array of complex object | Body | List of complex object |
Token | GUID | Header | JWT generated post authorization |
Parameter | Data Type | Parameter | Description |
---|---|---|---|
DocumentType | Integer value of DocumentType Enumeration | Body | Document Type |
DocumentUrl | String | Body | Publicly accessible url for the document |
Field | Description |
---|---|
ResponseCode | Code associated to one type of Response |
ResponseMessage | Message associated to one type of Response |