POST api/PartnerInsurance
Add new Insurance
Request Information
URI Parameters
None.
Body Parameters
PartnerInsurance| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerInsuranceId | integer |
None. |
|
| PartnerId | 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:
{
"partnerInsuranceId": 1,
"partnerId": 2,
"insuranceType": 3,
"name": "sample string 4",
"number": "sample string 5",
"expiration": "2025-12-08T04:04:03.9233058Z",
"eventFee": "sample string 6",
"yearFee": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.