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": "522cc983-adc3-42e3-9485-ab7e66f3cd2b", "ConversationGroupId": "f09c0a58-deb5-41e8-aa24-1abcea86e208", "DocumentPath": "sample string 2", "DocumentTypeId": "f4079b97-f1af-46c2-aa13-117666940d8a", "IsEClaim": true, "IsUnknown": true, "PersonId": "ad91ea81-c14e-4ea2-93c0-41663400b486", "PolicyId": "50a05dd0-3293-471e-b899-f9af7e8cded7" }
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>522cc983-adc3-42e3-9485-ab7e66f3cd2b</ClaimId> <ClaimedAmount>1</ClaimedAmount> <ConversationGroupId>f09c0a58-deb5-41e8-aa24-1abcea86e208</ConversationGroupId> <DocumentPath>sample string 2</DocumentPath> <DocumentTypeId>f4079b97-f1af-46c2-aa13-117666940d8a</DocumentTypeId> <IsEClaim>true</IsEClaim> <IsUnknown>true</IsUnknown> <PersonId>ad91ea81-c14e-4ea2-93c0-41663400b486</PersonId> <PolicyId>50a05dd0-3293-471e-b899-f9af7e8cded7</PolicyId> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.