PUT api/storageCards/UpdateStorageCard
Get storage card and update parameters.
Request Information
URI Parameters
None.
Body Parameters
StorageCardRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StorageCardId | globally unique identifier |
None. |
|
| BranchId | integer |
Required |
|
| VehicleClassificationId | globally unique identifier |
None. |
|
| StockPlaceStockId | globally unique identifier |
None. |
|
| StockPlaceId | integer |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| InvoiceCustomerId | globally unique identifier |
None. |
|
| DepartmentId | globally unique identifier |
None. |
|
| EquipmentSet | EquipmentSetRequest |
None. |
|
| PreviousEquipmentSet | EquipmentSetRequest |
None. |
|
| Vehicle | VehicleRequest |
None. |
|
| ContactID | globally unique identifier |
None. |
|
| DebitModelId | globally unique identifier |
None. |
|
| RetainStockPlace | boolean |
Required |
|
| IsGracePeriod | boolean |
Required |
|
| WheelLock | string |
Max length: 50 |
|
| TPMS | string |
Max length: 50 |
|
| DropLocation | string |
Max length: 255 |
|
| WashedDate | date |
None. |
|
| Wash | boolean |
Required |
|
| Collect | boolean |
Required |
|
| CollectDate | date |
None. |
|
| Return | boolean |
None. |
|
| ReturnDate | date |
None. |
|
| ChangedByUserId | globally unique identifier |
None. |
|
| ReturnGoodsRegisteredByUserId | globally unique identifier |
None. |
|
| AlternativeSearchName | string |
Max length: 128 |
|
| DebitOrderId | integer |
None. |
|
| DebitOrderSellerBranchId | integer |
None. |
|
| ExcludeFromPrePlanning | boolean |
None. |
|
| LastChargeDate | date |
None. |
|
| BookedDate | date |
None. |
|
| DebitActive | boolean |
None. |
|
| DebitArticlePackageHeadId | globally unique identifier |
None. |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
Sample:
{
"StorageCardId": "9a327b5f-a5b8-437e-8f19-134b93b101b9",
"BranchId": 1,
"VehicleClassificationId": "24fdd92c-8fe9-4e5f-81e9-95350379e986",
"StockPlaceStockId": "e47a4ebb-5325-40b3-9dcb-bc9a319ae241",
"StockPlaceId": 1,
"CustomerId": "416bf15b-e819-414f-9f50-a6732f31b3b6",
"InvoiceCustomerId": "92ab12bb-3547-4f6d-86d7-103cda539a35",
"DepartmentId": "44b8dca6-69e3-403d-92bf-519b0c399ac6",
"EquipmentSet": {
"EquipmentSetId": "b1aaa1aa-5f12-4c46-bb18-acb45bd2dec9",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "2026-06-12 18:20:10",
"MissingReasonId": 1,
"DebitModelId": "7a7fa84e-24e8-4356-af15-aa5497530c8c",
"Equipments": [
{
"Id": "b5e31bb9-d451-4cff-aae3-f95b8c0c0482",
"ContactId": "d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47",
"CustomerId": "3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3",
"EquipmentSetId": "7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2",
"Position": 1,
"EquipmentRim": {
"Diameter": 1.0,
"BoltPattern": 1.0,
"CentreBore": 1.0,
"Offset": 1.0,
"Width": 1.0,
"Backspacing": 1.0,
"IsAlloy": true,
"IsOriginal": true
},
"EquipmentText": {
"Text": "sample string 1"
},
"EquipmentTyre": {
"SectionWidth": 1.0,
"AspectRatio": 1.0,
"RimDiameter": 1.0,
"LoadIndexId": 1,
"SpeedRating": "sample string 1",
"Circumference": 1.0,
"TreadPattern": "sample string 2",
"TreadDepth": 1.0,
"RecommendedPressure": 1.0,
"Pressure": 1.0,
"Make": "sample string 3",
"Studs": true,
"Hubcap": true,
"TireImageId": "3af74306-85bf-48b2-ba10-ae2ca3381104"
}
},
{
"Id": "b5e31bb9-d451-4cff-aae3-f95b8c0c0482",
"ContactId": "d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47",
"CustomerId": "3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3",
"EquipmentSetId": "7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2",
"Position": 1,
"EquipmentRim": {
"Diameter": 1.0,
"BoltPattern": 1.0,
"CentreBore": 1.0,
"Offset": 1.0,
"Width": 1.0,
"Backspacing": 1.0,
"IsAlloy": true,
"IsOriginal": true
},
"EquipmentText": {
"Text": "sample string 1"
},
"EquipmentTyre": {
"SectionWidth": 1.0,
"AspectRatio": 1.0,
"RimDiameter": 1.0,
"LoadIndexId": 1,
"SpeedRating": "sample string 1",
"Circumference": 1.0,
"TreadPattern": "sample string 2",
"TreadDepth": 1.0,
"RecommendedPressure": 1.0,
"Pressure": 1.0,
"Make": "sample string 3",
"Studs": true,
"Hubcap": true,
"TireImageId": "3af74306-85bf-48b2-ba10-ae2ca3381104"
}
}
]
},
"PreviousEquipmentSet": {
"EquipmentSetId": "b1aaa1aa-5f12-4c46-bb18-acb45bd2dec9",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "2026-06-12 18:20:10",
"MissingReasonId": 1,
"DebitModelId": "7a7fa84e-24e8-4356-af15-aa5497530c8c",
"Equipments": [
{
"Id": "b5e31bb9-d451-4cff-aae3-f95b8c0c0482",
"ContactId": "d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47",
"CustomerId": "3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3",
"EquipmentSetId": "7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2",
"Position": 1,
"EquipmentRim": {
"Diameter": 1.0,
"BoltPattern": 1.0,
"CentreBore": 1.0,
"Offset": 1.0,
"Width": 1.0,
"Backspacing": 1.0,
"IsAlloy": true,
"IsOriginal": true
},
"EquipmentText": {
"Text": "sample string 1"
},
"EquipmentTyre": {
"SectionWidth": 1.0,
"AspectRatio": 1.0,
"RimDiameter": 1.0,
"LoadIndexId": 1,
"SpeedRating": "sample string 1",
"Circumference": 1.0,
"TreadPattern": "sample string 2",
"TreadDepth": 1.0,
"RecommendedPressure": 1.0,
"Pressure": 1.0,
"Make": "sample string 3",
"Studs": true,
"Hubcap": true,
"TireImageId": "3af74306-85bf-48b2-ba10-ae2ca3381104"
}
},
{
"Id": "b5e31bb9-d451-4cff-aae3-f95b8c0c0482",
"ContactId": "d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47",
"CustomerId": "3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3",
"EquipmentSetId": "7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2",
"Position": 1,
"EquipmentRim": {
"Diameter": 1.0,
"BoltPattern": 1.0,
"CentreBore": 1.0,
"Offset": 1.0,
"Width": 1.0,
"Backspacing": 1.0,
"IsAlloy": true,
"IsOriginal": true
},
"EquipmentText": {
"Text": "sample string 1"
},
"EquipmentTyre": {
"SectionWidth": 1.0,
"AspectRatio": 1.0,
"RimDiameter": 1.0,
"LoadIndexId": 1,
"SpeedRating": "sample string 1",
"Circumference": 1.0,
"TreadPattern": "sample string 2",
"TreadDepth": 1.0,
"RecommendedPressure": 1.0,
"Pressure": 1.0,
"Make": "sample string 3",
"Studs": true,
"Hubcap": true,
"TireImageId": "3af74306-85bf-48b2-ba10-ae2ca3381104"
}
}
]
},
"Vehicle": {
"VehicleId": "4492a8d4-1054-48cd-be6f-3750f796c748",
"LicensePlate": "sample string 1",
"CustomerPlate": "sample string 2",
"VehicleIdentification": "sample string 3",
"EuNumber": "sample string 4",
"CustomerID": "122f4b89-77dc-47d0-9511-84571a425d80",
"ContactID": "bce24144-d185-4528-916c-c023d6687d9c",
"Make": "sample string 5",
"Model": "sample string 6",
"YearModel": "sample string 7",
"Colour": "sample string 8",
"VehicleTypeID": "e16dc567-b169-4eaa-a4f9-4492a3fba503",
"Odometer": 1,
"EnginePowerKw": 1.0,
"Weight": 1,
"TotalWeight": 1,
"MaxLoadWeight": 1,
"TrailerWeight": 1,
"NumberOfAxles": 1,
"Note": "sample string 9",
"TopSpeed": 1,
"EUVehicleCategory": "sample string 10",
"FrontAxleLoad": 1,
"ReartAxleLoad": 1,
"ModelCode": "sample string 11",
"BusClass": "sample string 12",
"VehicleTypeCode": "sample string 13",
"VehicleTypeClass": "sample string 14",
"GroupNumber": "sample string 15",
"TradeName": "sample string 16",
"ModelNumber": "sample string 17",
"EngineNumber": "sample string 18",
"VehicleYear": "sample string 19"
},
"ContactID": "33846b74-5c4f-4bc0-83cd-59abd21c524d",
"DebitModelId": "c0125669-0687-4248-843e-2a2ca59d8448",
"RetainStockPlace": true,
"IsGracePeriod": true,
"WheelLock": "sample string 4",
"TPMS": "sample string 5",
"DropLocation": "sample string 6",
"WashedDate": "2026-06-12 18:20:10",
"Wash": true,
"Collect": true,
"CollectDate": "2026-06-12 18:20:10",
"Return": true,
"ReturnDate": "2026-06-12 18:20:10",
"ChangedByUserId": "d3d5cb51-53be-4e1d-8c8b-5cf5091b2e43",
"ReturnGoodsRegisteredByUserId": "21e5e4c9-9025-4502-b078-2b4541751da0",
"AlternativeSearchName": "sample string 10",
"DebitOrderId": 1,
"DebitOrderSellerBranchId": 1,
"ExcludeFromPrePlanning": true,
"LastChargeDate": "2026-06-12 18:20:10",
"BookedDate": "2026-06-12 18:20:10",
"DebitActive": true,
"DebitArticlePackageHeadId": "045e9fce-8332-4709-adf7-ed63c8a44259"
}
application/xml, text/xml
Sample:
<StorageCardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.TyreHotel">
<AlternativeSearchName>sample string 10</AlternativeSearchName>
<BookedDate>2026-06-12T18:20:10.0130898+02:00</BookedDate>
<BranchId>1</BranchId>
<ChangedByUserId>d3d5cb51-53be-4e1d-8c8b-5cf5091b2e43</ChangedByUserId>
<Collect>true</Collect>
<CollectDate>2026-06-12T18:20:10.0130898+02:00</CollectDate>
<ContactID>33846b74-5c4f-4bc0-83cd-59abd21c524d</ContactID>
<CustomerId>416bf15b-e819-414f-9f50-a6732f31b3b6</CustomerId>
<DebitActive>true</DebitActive>
<DebitArticlePackageHeadId>045e9fce-8332-4709-adf7-ed63c8a44259</DebitArticlePackageHeadId>
<DebitModelId>c0125669-0687-4248-843e-2a2ca59d8448</DebitModelId>
<DebitOrderId>1</DebitOrderId>
<DebitOrderSellerBranchId>1</DebitOrderSellerBranchId>
<DepartmentId>44b8dca6-69e3-403d-92bf-519b0c399ac6</DepartmentId>
<DropLocation>sample string 6</DropLocation>
<EquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>7a7fa84e-24e8-4356-af15-aa5497530c8c</DebitModelId>
<EquipmentSetId>b1aaa1aa-5f12-4c46-bb18-acb45bd2dec9</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47</ContactId>
<CustomerId>3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3</CustomerId>
<EquipmentRim>
<Backspacing>1</Backspacing>
<BoltPattern>1</BoltPattern>
<CentreBore>1</CentreBore>
<Diameter>1</Diameter>
<IsAlloy>true</IsAlloy>
<IsOriginal>true</IsOriginal>
<Offset>1</Offset>
<Width>1</Width>
</EquipmentRim>
<EquipmentSetId>7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2</EquipmentSetId>
<EquipmentText>
<Text>sample string 1</Text>
</EquipmentText>
<EquipmentTyre>
<AspectRatio>1</AspectRatio>
<Circumference>1</Circumference>
<Hubcap>true</Hubcap>
<LoadIndexId>1</LoadIndexId>
<Make>sample string 3</Make>
<Pressure>1</Pressure>
<RecommendedPressure>1</RecommendedPressure>
<RimDiameter>1</RimDiameter>
<SectionWidth>1</SectionWidth>
<SpeedRating>sample string 1</SpeedRating>
<Studs>true</Studs>
<TireImageId>3af74306-85bf-48b2-ba10-ae2ca3381104</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>b5e31bb9-d451-4cff-aae3-f95b8c0c0482</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47</ContactId>
<CustomerId>3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3</CustomerId>
<EquipmentRim>
<Backspacing>1</Backspacing>
<BoltPattern>1</BoltPattern>
<CentreBore>1</CentreBore>
<Diameter>1</Diameter>
<IsAlloy>true</IsAlloy>
<IsOriginal>true</IsOriginal>
<Offset>1</Offset>
<Width>1</Width>
</EquipmentRim>
<EquipmentSetId>7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2</EquipmentSetId>
<EquipmentText>
<Text>sample string 1</Text>
</EquipmentText>
<EquipmentTyre>
<AspectRatio>1</AspectRatio>
<Circumference>1</Circumference>
<Hubcap>true</Hubcap>
<LoadIndexId>1</LoadIndexId>
<Make>sample string 3</Make>
<Pressure>1</Pressure>
<RecommendedPressure>1</RecommendedPressure>
<RimDiameter>1</RimDiameter>
<SectionWidth>1</SectionWidth>
<SpeedRating>sample string 1</SpeedRating>
<Studs>true</Studs>
<TireImageId>3af74306-85bf-48b2-ba10-ae2ca3381104</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>b5e31bb9-d451-4cff-aae3-f95b8c0c0482</Id>
<Position>1</Position>
</EquipmentRequest>
</Equipments>
<ExternalNote>sample string 3</ExternalNote>
<HasNoteChanged>true</HasNoteChanged>
<InStorage>true</InStorage>
<InternalNote>sample string 4</InternalNote>
<IsMissing>true</IsMissing>
<MissingDate>2026-06-12T18:20:10.0130898+02:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</EquipmentSet>
<ExcludeFromPrePlanning>true</ExcludeFromPrePlanning>
<InvoiceCustomerId>92ab12bb-3547-4f6d-86d7-103cda539a35</InvoiceCustomerId>
<IsGracePeriod>true</IsGracePeriod>
<LastChargeDate>2026-06-12T18:20:10.0130898+02:00</LastChargeDate>
<PreviousEquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>7a7fa84e-24e8-4356-af15-aa5497530c8c</DebitModelId>
<EquipmentSetId>b1aaa1aa-5f12-4c46-bb18-acb45bd2dec9</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47</ContactId>
<CustomerId>3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3</CustomerId>
<EquipmentRim>
<Backspacing>1</Backspacing>
<BoltPattern>1</BoltPattern>
<CentreBore>1</CentreBore>
<Diameter>1</Diameter>
<IsAlloy>true</IsAlloy>
<IsOriginal>true</IsOriginal>
<Offset>1</Offset>
<Width>1</Width>
</EquipmentRim>
<EquipmentSetId>7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2</EquipmentSetId>
<EquipmentText>
<Text>sample string 1</Text>
</EquipmentText>
<EquipmentTyre>
<AspectRatio>1</AspectRatio>
<Circumference>1</Circumference>
<Hubcap>true</Hubcap>
<LoadIndexId>1</LoadIndexId>
<Make>sample string 3</Make>
<Pressure>1</Pressure>
<RecommendedPressure>1</RecommendedPressure>
<RimDiameter>1</RimDiameter>
<SectionWidth>1</SectionWidth>
<SpeedRating>sample string 1</SpeedRating>
<Studs>true</Studs>
<TireImageId>3af74306-85bf-48b2-ba10-ae2ca3381104</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>b5e31bb9-d451-4cff-aae3-f95b8c0c0482</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>d3fb6c1f-5cc5-4940-a33e-4e1f5d3f8b47</ContactId>
<CustomerId>3cc3e0a9-d269-4fb2-a2a6-c831e238b7b3</CustomerId>
<EquipmentRim>
<Backspacing>1</Backspacing>
<BoltPattern>1</BoltPattern>
<CentreBore>1</CentreBore>
<Diameter>1</Diameter>
<IsAlloy>true</IsAlloy>
<IsOriginal>true</IsOriginal>
<Offset>1</Offset>
<Width>1</Width>
</EquipmentRim>
<EquipmentSetId>7d1ba25d-d7bd-493f-9b94-1aa00a1a14a2</EquipmentSetId>
<EquipmentText>
<Text>sample string 1</Text>
</EquipmentText>
<EquipmentTyre>
<AspectRatio>1</AspectRatio>
<Circumference>1</Circumference>
<Hubcap>true</Hubcap>
<LoadIndexId>1</LoadIndexId>
<Make>sample string 3</Make>
<Pressure>1</Pressure>
<RecommendedPressure>1</RecommendedPressure>
<RimDiameter>1</RimDiameter>
<SectionWidth>1</SectionWidth>
<SpeedRating>sample string 1</SpeedRating>
<Studs>true</Studs>
<TireImageId>3af74306-85bf-48b2-ba10-ae2ca3381104</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>b5e31bb9-d451-4cff-aae3-f95b8c0c0482</Id>
<Position>1</Position>
</EquipmentRequest>
</Equipments>
<ExternalNote>sample string 3</ExternalNote>
<HasNoteChanged>true</HasNoteChanged>
<InStorage>true</InStorage>
<InternalNote>sample string 4</InternalNote>
<IsMissing>true</IsMissing>
<MissingDate>2026-06-12T18:20:10.0130898+02:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</PreviousEquipmentSet>
<RetainStockPlace>true</RetainStockPlace>
<Return>true</Return>
<ReturnDate>2026-06-12T18:20:10.0130898+02:00</ReturnDate>
<ReturnGoodsRegisteredByUserId>21e5e4c9-9025-4502-b078-2b4541751da0</ReturnGoodsRegisteredByUserId>
<StockPlaceId>1</StockPlaceId>
<StockPlaceStockId>e47a4ebb-5325-40b3-9dcb-bc9a319ae241</StockPlaceStockId>
<StorageCardId>9a327b5f-a5b8-437e-8f19-134b93b101b9</StorageCardId>
<TPMS>sample string 5</TPMS>
<Vehicle>
<BusClass>sample string 12</BusClass>
<Colour>sample string 8</Colour>
<ContactID>bce24144-d185-4528-916c-c023d6687d9c</ContactID>
<CustomerID>122f4b89-77dc-47d0-9511-84571a425d80</CustomerID>
<CustomerPlate>sample string 2</CustomerPlate>
<EUVehicleCategory>sample string 10</EUVehicleCategory>
<EngineNumber>sample string 18</EngineNumber>
<EnginePowerKw>1</EnginePowerKw>
<EuNumber>sample string 4</EuNumber>
<FrontAxleLoad>1</FrontAxleLoad>
<GroupNumber>sample string 15</GroupNumber>
<LicensePlate>sample string 1</LicensePlate>
<Make>sample string 5</Make>
<MaxLoadWeight>1</MaxLoadWeight>
<Model>sample string 6</Model>
<ModelCode>sample string 11</ModelCode>
<ModelNumber>sample string 17</ModelNumber>
<Note>sample string 9</Note>
<NumberOfAxles>1</NumberOfAxles>
<Odometer>1</Odometer>
<ReartAxleLoad>1</ReartAxleLoad>
<TopSpeed>1</TopSpeed>
<TotalWeight>1</TotalWeight>
<TradeName>sample string 16</TradeName>
<TrailerWeight>1</TrailerWeight>
<VehicleId>4492a8d4-1054-48cd-be6f-3750f796c748</VehicleId>
<VehicleIdentification>sample string 3</VehicleIdentification>
<VehicleTypeClass>sample string 14</VehicleTypeClass>
<VehicleTypeCode>sample string 13</VehicleTypeCode>
<VehicleTypeID>e16dc567-b169-4eaa-a4f9-4492a3fba503</VehicleTypeID>
<VehicleYear>sample string 19</VehicleYear>
<Weight>1</Weight>
<YearModel>sample string 7</YearModel>
</Vehicle>
<VehicleClassificationId>24fdd92c-8fe9-4e5f-81e9-95350379e986</VehicleClassificationId>
<Wash>true</Wash>
<WashedDate>2026-06-12T18:20:10.0130898+02:00</WashedDate>
<WheelLock>sample string 4</WheelLock>
</StorageCardRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.