POST api/RiderRegistrationRequest/GetVehicleTypes
Request Information
URI Parameters
None.
Body Parameters
DTOVehicleTypeName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Type | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "58d7f7a6-10f2-46e6-a009-53649f006ab9", "Name": "sample string 2", "Type": "sample string 3", "Description": "sample string 4" }
application/xml, text/xml
Sample:
<DTOVehicleType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <Description>sample string 4</Description> <Id>58d7f7a6-10f2-46e6-a009-53649f006ab9</Id> <Name>sample string 2</Name> <Type>sample string 3</Type> </DTOVehicleType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.