PUT v1/Palkeurs
Request Information
URI Parameters
None.
Body Parameters
PalkeurViewModelName | 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. |
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:51.6060808+02:00", "Inspector": 1, "Remarks": "sample string 7", "ProductTypeId": 1, "ProductBrandId": 1, "Type": "sample string 8", "AbsencesId": "32b4d2cf-17f9-4d9b-977c-6353a4c6b09b", "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>32b4d2cf-17f9-4d9b-977c-6353a4c6b09b</AbsencesId> <Cicmpy>sample string 3</Cicmpy> <CicmpyId>2</CicmpyId> <Id>1</Id> <InspectionDate>2025-08-03T01:16:51.6060808+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
PalkeurViewModelName | 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": "2025-08-03T01:16:51.6060808+02:00", "Inspector": 1, "Remarks": "sample string 7", "ProductTypeId": 1, "ProductBrandId": 1, "Type": "sample string 8", "AbsencesId": "1eee23e3-32ce-4a52-bf0a-5afbcae01acd", "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>1eee23e3-32ce-4a52-bf0a-5afbcae01acd</AbsencesId> <Cicmpy>sample string 3</Cicmpy> <CicmpyId>2</CicmpyId> <Id>1</Id> <InspectionDate>2025-08-03T01:16:51.6060808+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>