POST api/v1/Claims/Create
Request Information
URI Parameters
None.
Body Parameters
Claim| Name | Description | Type | Additional information |
|---|---|---|---|
| number | string |
None. |
|
| type | integer |
None. |
|
| claimDate | string |
None. |
|
| dsc | string |
None. |
|
| docNumber | string |
None. |
|
| docType | integer |
None. |
|
| code | string |
None. |
|
| count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"number": "sample string 1",
"type": 1,
"claimDate": "sample string 2",
"dsc": "sample string 3",
"docNumber": "sample string 4",
"docType": 1,
"code": "sample string 5",
"count": 1
}
application/xml, text/xml
Sample:
<Claim xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshLogicAPI.Models"> <claimDate>sample string 2</claimDate> <code>sample string 5</code> <count>1</count> <docNumber>sample string 4</docNumber> <docType>1</docType> <dsc>sample string 3</dsc> <number>sample string 1</number> <type>1</type> </Claim>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.