POST api/templates/Benefit/Driver/{driverId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| driverId | integer |
Default value is 0 |
Body Parameters
Benefit| Name | Description | Type | Additional information |
|---|---|---|---|
| Amenity | string |
None. |
|
| Unlimited | boolean |
None. |
|
| ID | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"amenity": "sample string 1",
"unlimited": true,
"id": 3.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.