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": "88d08f2a-a5cd-4d5c-9891-d1391a61596e",
"ConversationGroupId": "1d1b449d-513e-4a7f-aacf-059630a1282d",
"DocumentPath": "sample string 2",
"DocumentTypeId": "83085098-2032-4b70-a932-e96775f1259c",
"IsEClaim": true,
"IsUnknown": true,
"PersonId": "7e1e5103-31a0-47ee-9072-134a1403397e",
"PolicyId": "2cfa1421-9462-4144-b246-055ed3fd3bf9"
}
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>88d08f2a-a5cd-4d5c-9891-d1391a61596e</ClaimId> <ClaimedAmount>1</ClaimedAmount> <ConversationGroupId>1d1b449d-513e-4a7f-aacf-059630a1282d</ConversationGroupId> <DocumentPath>sample string 2</DocumentPath> <DocumentTypeId>83085098-2032-4b70-a932-e96775f1259c</DocumentTypeId> <IsEClaim>true</IsEClaim> <IsUnknown>true</IsUnknown> <PersonId>7e1e5103-31a0-47ee-9072-134a1403397e</PersonId> <PolicyId>2cfa1421-9462-4144-b246-055ed3fd3bf9</PolicyId> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.