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": "945b1567-6d50-4a70-b6cb-99616f14a59c",
"ConversationGroupId": "e55740fd-9a17-4d3a-940c-830a196e6ebf",
"DocumentPath": "sample string 2",
"DocumentTypeId": "4f66baea-ed59-4d69-8f03-adf0f8dc718d",
"IsEClaim": true,
"IsUnknown": true,
"PersonId": "534aa9bf-d910-4ea6-9f79-3e71ab31c5c0",
"PolicyId": "7b2b52e0-a024-4819-956f-82b0e7543d71"
}
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>945b1567-6d50-4a70-b6cb-99616f14a59c</ClaimId> <ClaimedAmount>1</ClaimedAmount> <ConversationGroupId>e55740fd-9a17-4d3a-940c-830a196e6ebf</ConversationGroupId> <DocumentPath>sample string 2</DocumentPath> <DocumentTypeId>4f66baea-ed59-4d69-8f03-adf0f8dc718d</DocumentTypeId> <IsEClaim>true</IsEClaim> <IsUnknown>true</IsUnknown> <PersonId>534aa9bf-d910-4ea6-9f79-3e71ab31c5c0</PersonId> <PolicyId>7b2b52e0-a024-4819-956f-82b0e7543d71</PolicyId> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.