POST api/ContractInsurance
Add new Insurance
Request Information
URI Parameters
None.
Body Parameters
ContractInsurance| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractInsuranceId | integer |
None. |
|
| ContractId | integer |
None. |
|
| InsuranceType | integer |
None. |
|
| Name | string |
None. |
|
| Number | string |
None. |
|
| Expiration | date |
None. |
|
| EventFee | string |
None. |
|
| YearFee | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"contractInsuranceId": 1,
"contractId": 2,
"insuranceType": 3,
"name": "sample string 4",
"number": "sample string 5",
"expiration": "2025-12-08T04:04:25.3269889Z",
"eventFee": "sample string 6",
"yearFee": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.