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": "12a6bbb4-304f-470c-884a-0f02ba6d2fd0",
"ConversationGroupId": "55ca8995-d388-479a-ab90-b524a3667e43",
"DocumentPath": "sample string 2",
"DocumentTypeId": "1c2c856c-b1ba-4c67-ae3d-a82b28c8c652",
"IsEClaim": true,
"IsUnknown": true,
"PersonId": "f298b00b-ebe6-479a-968f-4eb437918871",
"PolicyId": "5c848449-5e3c-4a7b-ba0c-7ee761b8b03b"
}
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>12a6bbb4-304f-470c-884a-0f02ba6d2fd0</ClaimId> <ClaimedAmount>1</ClaimedAmount> <ConversationGroupId>55ca8995-d388-479a-ab90-b524a3667e43</ConversationGroupId> <DocumentPath>sample string 2</DocumentPath> <DocumentTypeId>1c2c856c-b1ba-4c67-ae3d-a82b28c8c652</DocumentTypeId> <IsEClaim>true</IsEClaim> <IsUnknown>true</IsUnknown> <PersonId>f298b00b-ebe6-479a-968f-4eb437918871</PersonId> <PolicyId>5c848449-5e3c-4a7b-ba0c-7ee761b8b03b</PolicyId> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.