POST api/Masters/Insurance
Request Information
URI Parameters
None.
Body Parameters
Insurance| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuranceID | integer |
None. |
|
| InsuranceCompanyName | string |
None. |
|
| CreatedDate | string |
None. |
|
| CreatedUser | string |
None. |
|
| Status | string |
None. |
|
| Key | string |
None. |
|
| username | string |
None. |
|
| TotalInsurance | integer |
None. |
|
| Lessthan10Days | integer |
None. |
|
| greaterthan10days | integer |
None. |
|
| Expired | integer |
None. |
|
| ModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InsuranceID": 1,
"InsuranceCompanyName": "sample string 2",
"CreatedDate": "sample string 3",
"CreatedUser": "sample string 4",
"Status": "sample string 5",
"Key": "sample string 6",
"username": "sample string 7",
"TotalInsurance": 8,
"Lessthan10Days": 9,
"greaterthan10days": 10,
"Expired": 11,
"ModifiedUser": "sample string 12"
}
application/xml, text/xml
Sample:
<Insurance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusApi.Models"> <CreatedDate>sample string 3</CreatedDate> <CreatedUser>sample string 4</CreatedUser> <Expired>11</Expired> <InsuranceCompanyName>sample string 2</InsuranceCompanyName> <InsuranceID>1</InsuranceID> <Key>sample string 6</Key> <Lessthan10Days>9</Lessthan10Days> <ModifiedUser>sample string 12</ModifiedUser> <Status>sample string 5</Status> <TotalInsurance>8</TotalInsurance> <greaterthan10days>10</greaterthan10days> <username>sample string 7</username> </Insurance>
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.