POST v1/Palkeurs

Request Information

URI Parameters

None.

Body Parameters

PalkeurViewModel
NameDescriptionTypeAdditional 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.

Request 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": "2025-08-03T01:16:33.6370785+02:00",
  "Inspector": 1,
  "Remarks": "sample string 7",
  "ProductTypeId": 1,
  "ProductBrandId": 1,
  "Type": "sample string 8",
  "AbsencesId": "3932d8cb-8374-4007-9f6a-5369e0a05919",
  "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>3932d8cb-8374-4007-9f6a-5369e0a05919</AbsencesId>
  <Cicmpy>sample string 3</Cicmpy>
  <CicmpyId>2</CicmpyId>
  <Id>1</Id>
  <InspectionDate>2025-08-03T01:16:33.6370785+02: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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PalkeurViewModel
NameDescriptionTypeAdditional 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": "2025-08-03T01:16:33.6370785+02:00",
  "Inspector": 1,
  "Remarks": "sample string 7",
  "ProductTypeId": 1,
  "ProductBrandId": 1,
  "Type": "sample string 8",
  "AbsencesId": "3243c776-8371-4602-a09b-9e4a77592ed3",
  "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>3243c776-8371-4602-a09b-9e4a77592ed3</AbsencesId>
  <Cicmpy>sample string 3</Cicmpy>
  <CicmpyId>2</CicmpyId>
  <Id>1</Id>
  <InspectionDate>2025-08-03T01:16:33.6370785+02: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>