GET api/passengercar/segmentcodes
All Passengercar segmentcodes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Kooijmans.Vehicle.VehicleSegmentCodeName | Description | Type | Additional information |
---|---|---|---|
SegmendeCode |
1 Character code for Segment identification |
string |
None. |
Description |
Description for Segment |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SegmendeCode": "sample string 1", "Description": "sample string 2" }, { "SegmendeCode": "sample string 1", "Description": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfVehicleSegmentCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.kooijmans.nl/vehicledata"> <VehicleSegmentCode> <Description>sample string 2</Description> <SegmendeCode>sample string 1</SegmendeCode> </VehicleSegmentCode> <VehicleSegmentCode> <Description>sample string 2</Description> <SegmendeCode>sample string 1</SegmendeCode> </VehicleSegmentCode> </ArrayOfVehicleSegmentCode>