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": "b6c0711c-b31c-40e8-b148-7c9d56fde9aa", "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>b6c0711c-b31c-40e8-b148-7c9d56fde9aa</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>