POST api/Users/LicencePlates
Request Information
URI Parameters
None.
Body Parameters
UserLicencePlatePostDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LicencePlate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LicencePlate": "sample string 1"
}
application/xml, text/xml
Sample:
<UserLicencePlatePostDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.User"> <LicencePlate>sample string 1</LicencePlate> </UserLicencePlatePostDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.