POST api/Document/PostAttachmentDocument
Request Information
URI Parameters
None.
Body Parameters
DocumentRequestName | 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": "4b03b2fd-c209-4ac1-86cd-c0cda900c88f", "ConversationGroupId": "fdb37f15-c90b-4bac-aa3d-b3f6244232ec", "DocumentPath": "sample string 2", "DocumentTypeId": "83f07f2f-4d0a-4b50-885f-202f490ca403", "IsEClaim": true, "IsUnknown": true, "PersonId": "bd1f3067-f963-4e31-b1c5-475e134cac7b", "PolicyId": "34c67d7e-2594-4023-b965-7ebfa04a960d" }
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>4b03b2fd-c209-4ac1-86cd-c0cda900c88f</ClaimId> <ClaimedAmount>1</ClaimedAmount> <ConversationGroupId>fdb37f15-c90b-4bac-aa3d-b3f6244232ec</ConversationGroupId> <DocumentPath>sample string 2</DocumentPath> <DocumentTypeId>83f07f2f-4d0a-4b50-885f-202f490ca403</DocumentTypeId> <IsEClaim>true</IsEClaim> <IsUnknown>true</IsUnknown> <PersonId>bd1f3067-f963-4e31-b1c5-475e134cac7b</PersonId> <PolicyId>34c67d7e-2594-4023-b965-7ebfa04a960d</PolicyId> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.