POST api/Document/PostAttachmentDocument
Request Information
URI Parameters
None.
Body Parameters
DocumentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimedAmount | decimal number |
None. |
|
| ClaimId | globally unique identifier |
None. |
|
| ConversationGroupId | globally unique identifier |
None. |
|
| DocumentPath | string |
None. |
|
| DocumentTypeId | globally unique identifier |
None. |
|
| IsEClaim | boolean |
None. |
|
| IsUnknown | boolean |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| PolicyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaimedAmount": 1.0,
"ClaimId": "ef7ca9c2-9cdc-4498-8a44-0c5a8b8ebd26",
"ConversationGroupId": "0bd02d09-2c4d-4f06-a637-4dd1805c9975",
"DocumentPath": "sample string 2",
"DocumentTypeId": "c73ef342-78e1-4b6a-b2a4-f0ff25734371",
"IsEClaim": true,
"IsUnknown": true,
"PersonId": "580a1c08-4f7e-483d-a7bf-d1286132ee1e",
"PolicyId": "ff00633d-1fbe-4ad3-9745-574b5d992448"
}
application/xml, text/xml
Sample:
<DocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <ClaimId>ef7ca9c2-9cdc-4498-8a44-0c5a8b8ebd26</ClaimId> <ClaimedAmount>1</ClaimedAmount> <ConversationGroupId>0bd02d09-2c4d-4f06-a637-4dd1805c9975</ConversationGroupId> <DocumentPath>sample string 2</DocumentPath> <DocumentTypeId>c73ef342-78e1-4b6a-b2a4-f0ff25734371</DocumentTypeId> <IsEClaim>true</IsEClaim> <IsUnknown>true</IsUnknown> <PersonId>580a1c08-4f7e-483d-a7bf-d1286132ee1e</PersonId> <PolicyId>ff00633d-1fbe-4ad3-9745-574b5d992448</PolicyId> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.