GET v1/Palkeurs/Empty
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PalkeurViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Status | PalkeurStatus |
None. |
|
| CicmpyId | integer |
None. |
|
| Cicmpy | string |
None. |
|
| PalfingerProduct | boolean |
None. |
|
| SerialNumber | string |
None. |
|
| InspectionType | integer |
None. |
|
| InspectionDate | date |
None. |
|
| Inspector | integer |
None. |
|
| Remarks | string |
None. |
|
| ProductTypeId | integer |
None. |
|
| ProductBrandId | integer |
None. |
|
| Type | string |
None. |
|
| AbsencesId | globally unique identifier |
None. |
|
| StickerNumber | string |
None. |
|
| ReportNumber | string |
None. |
|
| Sample | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Status": 0,
"CicmpyId": 2,
"Cicmpy": "sample string 3",
"PalfingerProduct": true,
"SerialNumber": "sample string 5",
"InspectionType": 1,
"InspectionDate": "2026-02-04T02:53:06.9579868+01:00",
"Inspector": 1,
"Remarks": "sample string 7",
"ProductTypeId": 1,
"ProductBrandId": 1,
"Type": "sample string 8",
"AbsencesId": "25b9e4a3-e290-49ba-bf1b-aa7c5184f97f",
"StickerNumber": "sample string 9",
"ReportNumber": "sample string 10",
"Sample": true
}
application/xml, text/xml
Sample:
<PalkeurViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dealerportal.Shared.ViewModels.v1.Palkeur"> <AbsencesId>25b9e4a3-e290-49ba-bf1b-aa7c5184f97f</AbsencesId> <Cicmpy>sample string 3</Cicmpy> <CicmpyId>2</CicmpyId> <Id>1</Id> <InspectionDate>2026-02-04T02:53:06.9579868+01:00</InspectionDate> <InspectionType>1</InspectionType> <Inspector>1</Inspector> <PalfingerProduct>true</PalfingerProduct> <ProductBrandId>1</ProductBrandId> <ProductTypeId>1</ProductTypeId> <Remarks>sample string 7</Remarks> <ReportNumber>sample string 10</ReportNumber> <Sample>true</Sample> <SerialNumber>sample string 5</SerialNumber> <Status>Unassigned</Status> <StickerNumber>sample string 9</StickerNumber> <Type>sample string 8</Type> </PalkeurViewModel>