POST api/ClaimAutomation/SubmitClaimToOscar/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ClaimResponseName | Description | Type | Additional information |
---|---|---|---|
ClaimId | globally unique identifier |
None. |
|
ClaimReference | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClaimId": "26be2eb9-6957-4f94-bbc5-8d348a8e3d64", "ClaimReference": "sample string 1" }
application/xml, text/xml
Sample:
<ClaimResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <ClaimId>26be2eb9-6957-4f94-bbc5-8d348a8e3d64</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>