POST api/RiderRegistrationRequest/GetVehicleTypes
Request Information
URI Parameters
None.
Body Parameters
DTOVehicleType| Name | 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": "7f0171b5-5e61-4e90-bab0-2c826894a215",
"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>7f0171b5-5e61-4e90-bab0-2c826894a215</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.