GET v1/StabilityRequests/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StabilityRequestViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Status | ProcessStatus |
None. |
|
eSynergyStatus | eSynergyStatus |
None. |
|
CicmpyId | integer |
None. |
|
Cicmpy | string |
None. |
|
VehicleBrandId | integer |
None. |
|
VehicleType | string |
None. |
|
VehicleMotor | byte |
None. |
|
VehicleAxleConfiguration | byte |
None. |
|
VehicleWheelBase | string |
None. |
|
VehicleCabin | byte |
None. |
|
VehicleVerticalExhaust | boolean |
None. |
|
VehicleAxleMaxWeight1 | integer |
None. |
|
VehicleAxleMaxWeight2 | integer |
None. |
|
VehicleAxleMaxWeight3 | integer |
None. |
|
VehicleAxleMaxWeight4 | integer |
None. |
|
VehicleAxleMaxWeight5 | integer |
None. |
|
VehicleConstructionId | integer |
None. |
|
ConstructionWeight | integer |
None. |
|
FrontRadius | string |
None. |
|
BackRadius | string |
None. |
|
Length | string |
None. |
|
ConstructionBrand | string |
None. |
|
ConstructionType | string |
None. |
|
SystemLength | string |
None. |
|
Container | boolean |
None. |
|
ContainerLength | string |
None. |
|
CraneItemCode | string |
None. |
|
CraneHydraulics | string |
None. |
|
CraneMechanicalParts | byte |
None. |
|
CraneExtraFunctions | byte |
None. |
|
CraneJib | boolean |
None. |
|
CraneJibType | string |
None. |
|
CraneHighStand | boolean |
None. |
|
CraneHighSit | boolean |
None. |
|
CraneLyre | boolean |
None. |
|
CraneLyreType | string |
None. |
|
Remarks | string |
None. |
|
Explanation | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Status": 0, "eSynergyStatus": 0, "CicmpyId": 1, "Cicmpy": "sample string 1", "VehicleBrandId": 1, "VehicleType": "sample string 2", "VehicleMotor": 64, "VehicleAxleConfiguration": 64, "VehicleWheelBase": "sample string 3", "VehicleCabin": 64, "VehicleVerticalExhaust": true, "VehicleAxleMaxWeight1": 1, "VehicleAxleMaxWeight2": 1, "VehicleAxleMaxWeight3": 1, "VehicleAxleMaxWeight4": 1, "VehicleAxleMaxWeight5": 1, "VehicleConstructionId": 1, "ConstructionWeight": 1, "FrontRadius": "sample string 5", "BackRadius": "sample string 6", "Length": "sample string 7", "ConstructionBrand": "sample string 8", "ConstructionType": "sample string 9", "SystemLength": "sample string 10", "Container": true, "ContainerLength": "sample string 12", "CraneItemCode": "sample string 13", "CraneHydraulics": "sample string 14", "CraneMechanicalParts": 64, "CraneExtraFunctions": 64, "CraneJib": true, "CraneJibType": "sample string 16", "CraneHighStand": true, "CraneHighSit": true, "CraneLyre": true, "CraneLyreType": "sample string 20", "Remarks": "sample string 21", "Explanation": "sample string 22" }
application/xml, text/xml
Sample:
<StabilityRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dealerportal.Shared.ViewModels.v1.StabilityRequest"> <BackRadius>sample string 6</BackRadius> <Cicmpy>sample string 1</Cicmpy> <CicmpyId>1</CicmpyId> <ConstructionBrand>sample string 8</ConstructionBrand> <ConstructionType>sample string 9</ConstructionType> <ConstructionWeight>1</ConstructionWeight> <Container>true</Container> <ContainerLength>sample string 12</ContainerLength> <CraneExtraFunctions>64</CraneExtraFunctions> <CraneHighSit>true</CraneHighSit> <CraneHighStand>true</CraneHighStand> <CraneHydraulics>sample string 14</CraneHydraulics> <CraneItemCode>sample string 13</CraneItemCode> <CraneJib>true</CraneJib> <CraneJibType>sample string 16</CraneJibType> <CraneLyre>true</CraneLyre> <CraneLyreType>sample string 20</CraneLyreType> <CraneMechanicalParts>64</CraneMechanicalParts> <Explanation>sample string 22</Explanation> <FrontRadius>sample string 5</FrontRadius> <Id>1</Id> <Length>sample string 7</Length> <Remarks>sample string 21</Remarks> <Status>Unassigned</Status> <SystemLength>sample string 10</SystemLength> <VehicleAxleConfiguration>64</VehicleAxleConfiguration> <VehicleAxleMaxWeight1>1</VehicleAxleMaxWeight1> <VehicleAxleMaxWeight2>1</VehicleAxleMaxWeight2> <VehicleAxleMaxWeight3>1</VehicleAxleMaxWeight3> <VehicleAxleMaxWeight4>1</VehicleAxleMaxWeight4> <VehicleAxleMaxWeight5>1</VehicleAxleMaxWeight5> <VehicleBrandId>1</VehicleBrandId> <VehicleCabin>64</VehicleCabin> <VehicleConstructionId>1</VehicleConstructionId> <VehicleMotor>64</VehicleMotor> <VehicleType>sample string 2</VehicleType> <VehicleVerticalExhaust>true</VehicleVerticalExhaust> <VehicleWheelBase>sample string 3</VehicleWheelBase> <eSynergyStatus>Open</eSynergyStatus> </StabilityRequestViewModel>