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
ClaimResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimId | globally unique identifier |
None. |
|
| ClaimReference | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ClaimId": "54f7591e-d936-40f5-9211-14fc855b98f0",
"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>54f7591e-d936-40f5-9211-14fc855b98f0</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>