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": "7d6218ac-03a6-4d29-90d0-178c9b24018f",
"ConversationGroupId": "5ab874ed-2af7-421b-a898-5cd3adfe40b0",
"DocumentPath": "sample string 2",
"DocumentTypeId": "b140cb29-276b-453a-96d4-5d00057fc24b",
"IsEClaim": true,
"IsUnknown": true,
"PersonId": "7b6e8b33-7c7d-4798-84e7-cc3b9353c5a3",
"PolicyId": "7f20f2ca-2222-4d5d-a6d3-842560eaff56"
}
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>7d6218ac-03a6-4d29-90d0-178c9b24018f</ClaimId> <ClaimedAmount>1</ClaimedAmount> <ConversationGroupId>5ab874ed-2af7-421b-a898-5cd3adfe40b0</ConversationGroupId> <DocumentPath>sample string 2</DocumentPath> <DocumentTypeId>b140cb29-276b-453a-96d4-5d00057fc24b</DocumentTypeId> <IsEClaim>true</IsEClaim> <IsUnknown>true</IsUnknown> <PersonId>7b6e8b33-7c7d-4798-84e7-cc3b9353c5a3</PersonId> <PolicyId>7f20f2ca-2222-4d5d-a6d3-842560eaff56</PolicyId> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.