PUT api/storageCards/UpdateStorageCard
Get storage card and update parameters.
Request Information
URI Parameters
None.
Body Parameters
StorageCardRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StorageCardId |
Id of storageCard, |
globally unique identifier |
None. |
| BranchId |
Branch id see GET /api/Branches |
integer |
Required |
| VehicleClassificationId | globally unique identifier |
None. |
|
| StockPlaceStockId |
Stock id of the stock place |
globally unique identifier |
None. |
| StockPlaceId |
Id of the stock place |
integer |
None. |
| CustomerId |
Id of customer |
globally unique identifier |
None. |
| InvoiceCustomerId |
Invoice customer Id [Deprecated] |
globally unique identifier |
None. |
| DepartmentId |
Id of department see |
globally unique identifier |
None. |
| EquipmentSet |
Request for the equipment set (in storage) |
EquipmentSetRequest |
None. |
| PreviousEquipmentSet |
Request for equipment set (on vehicle) |
EquipmentSetRequest |
None. |
| Vehicle |
Request for the vehicle |
VehicleRequest |
None. |
| ContactID |
Contact id see GET api/Contacts/ |
globally unique identifier |
None. |
| DebitModelId |
Use api/DebitModels to get debit model info. |
globally unique identifier |
None. |
| RetainStockPlace |
Retains stock place |
boolean |
Required |
| IsGracePeriod |
Is grace period |
boolean |
Required |
| WheelLock |
Wheel lock |
string |
Max length: 50 |
| TPMS |
TPMS |
string |
Max length: 50 |
| DropLocation |
Drop location |
string |
Max length: 255 |
| WashedDate |
Washed date |
date |
None. |
| Wash |
Indicates if this storage card should be marked for wash |
boolean |
Required |
| Collect |
Indicated if this storage card should be marked for collect |
boolean |
Required |
| CollectDate |
Date of collection |
date |
None. |
| Return |
Indicates if the storage card should be marked for return |
boolean |
None. |
| ReturnDate |
Date of return |
date |
None. |
| ChangedByUserId |
Id of the user who updated the storage card, Optional |
globally unique identifier |
None. |
| ReturnGoodsRegisteredByUserId |
Optional, user id that registered the return. |
globally unique identifier |
None. |
| AlternativeSearchName |
Alt search name |
string |
Max length: 128 |
| DebitOrderId |
Id of the order that is connected to the storage card, Optional |
integer |
None. |
| DebitOrderSellerBranchId |
Orders branch id, optional |
integer |
None. |
| ExcludeFromPrePlanning |
Indicates if this storage card should be excluded when creating a pre planner |
boolean |
None. |
| LastChargeDate |
Date of last charge/debit |
date |
None. |
| BookedDate |
Date of booking |
date |
None. |
| DebitActive |
Indicates if this storage card should be debited if storage card debits are enabled. |
boolean |
None. |
| DebitArticlePackageHeadId |
If debit is active on the storage card and company tyrehotelsettings, this indicates which article package to use if any. |
globally unique identifier |
None. |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
{
"StorageCardId": "9634a1b7-3dae-4c6d-9615-732287d5eaff",
"BranchId": 1,
"VehicleClassificationId": "36f5b72d-56d3-41ba-b31f-f199391ed35c",
"StockPlaceStockId": "75bc1b21-120d-447f-9733-65bd3ebe3a35",
"StockPlaceId": 1,
"CustomerId": "754160a0-212a-47f2-90d0-180264cb56df",
"InvoiceCustomerId": "4a636549-92d2-4ef4-aeb2-ab010b8ae6f4",
"DepartmentId": "4d5b356e-815b-4b64-8e84-47fd7a71e390",
"EquipmentSet": {
"EquipmentSetId": "0cd0fed4-a86c-4120-89e3-41e700d96891",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "4/16/2026 1:23:06 PM",
"MissingReasonId": 1,
"DebitModelId": "7fc4f382-79a1-4b0f-9cfa-69bd3bbc6286",
"Equipments": [
{
"Id": "0225a5ad-7703-4a54-bd60-a4efce0a8919",
"ContactId": "25dabeb4-7fdd-4aca-a083-18085472ba14",
"CustomerId": "c3262094-0fc6-442c-85f3-b2ce678628e5",
"EquipmentSetId": "ae6211d3-0bcd-4374-910b-7f7d67b20f0b",
"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
}
},
{
"Id": "0225a5ad-7703-4a54-bd60-a4efce0a8919",
"ContactId": "25dabeb4-7fdd-4aca-a083-18085472ba14",
"CustomerId": "c3262094-0fc6-442c-85f3-b2ce678628e5",
"EquipmentSetId": "ae6211d3-0bcd-4374-910b-7f7d67b20f0b",
"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
}
}
]
},
"PreviousEquipmentSet": {
"EquipmentSetId": "0cd0fed4-a86c-4120-89e3-41e700d96891",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "4/16/2026 1:23:06 PM",
"MissingReasonId": 1,
"DebitModelId": "7fc4f382-79a1-4b0f-9cfa-69bd3bbc6286",
"Equipments": [
{
"Id": "0225a5ad-7703-4a54-bd60-a4efce0a8919",
"ContactId": "25dabeb4-7fdd-4aca-a083-18085472ba14",
"CustomerId": "c3262094-0fc6-442c-85f3-b2ce678628e5",
"EquipmentSetId": "ae6211d3-0bcd-4374-910b-7f7d67b20f0b",
"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
}
},
{
"Id": "0225a5ad-7703-4a54-bd60-a4efce0a8919",
"ContactId": "25dabeb4-7fdd-4aca-a083-18085472ba14",
"CustomerId": "c3262094-0fc6-442c-85f3-b2ce678628e5",
"EquipmentSetId": "ae6211d3-0bcd-4374-910b-7f7d67b20f0b",
"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
}
}
]
},
"Vehicle": {
"VehicleId": "c976f8c3-76e7-4147-907b-f91549b02f01",
"LicensePlate": "sample string 1",
"CustomerPlate": "sample string 2",
"VehicleIdentification": "sample string 3",
"EuNumber": "sample string 4",
"CustomerID": "cefc4d00-41e6-4898-8320-240df53089c8",
"ContactID": "57f2cda6-22c5-4c68-9d95-640ac9b72e4f",
"Make": "sample string 5",
"Model": "sample string 6",
"YearModel": "sample string 7",
"Colour": "sample string 8",
"VehicleTypeID": "55235f8d-b922-44f0-92d9-c0b088d9648c",
"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": "659d9f2e-c6e2-4215-8048-f4ec29dc33dd",
"DebitModelId": "109c8bcc-6779-4457-ab30-b6549d5e6d48",
"RetainStockPlace": true,
"IsGracePeriod": true,
"WheelLock": "sample string 4",
"TPMS": "sample string 5",
"DropLocation": "sample string 6",
"WashedDate": "4/16/2026 1:23:06 PM",
"Wash": true,
"Collect": true,
"CollectDate": "4/16/2026 1:23:06 PM",
"Return": true,
"ReturnDate": "4/16/2026 1:23:06 PM",
"ChangedByUserId": "39e1bb34-d82a-4c57-8b20-b07fc3d57f5a",
"ReturnGoodsRegisteredByUserId": "8576975e-48b5-4518-952a-a0fb8c1ba8c1",
"AlternativeSearchName": "sample string 10",
"DebitOrderId": 1,
"DebitOrderSellerBranchId": 1,
"ExcludeFromPrePlanning": true,
"LastChargeDate": "4/16/2026 1:23:06 PM",
"BookedDate": "4/16/2026 1:23:06 PM",
"DebitActive": true,
"DebitArticlePackageHeadId": "cff2d25a-bb9e-4c5a-b32f-6da0434644bb"
}
application/xml, text/xml
<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-04-16T13:23:06.4387955+01:00</BookedDate>
<BranchId>1</BranchId>
<ChangedByUserId>39e1bb34-d82a-4c57-8b20-b07fc3d57f5a</ChangedByUserId>
<Collect>true</Collect>
<CollectDate>2026-04-16T13:23:06.4387955+01:00</CollectDate>
<ContactID>659d9f2e-c6e2-4215-8048-f4ec29dc33dd</ContactID>
<CustomerId>754160a0-212a-47f2-90d0-180264cb56df</CustomerId>
<DebitActive>true</DebitActive>
<DebitArticlePackageHeadId>cff2d25a-bb9e-4c5a-b32f-6da0434644bb</DebitArticlePackageHeadId>
<DebitModelId>109c8bcc-6779-4457-ab30-b6549d5e6d48</DebitModelId>
<DebitOrderId>1</DebitOrderId>
<DebitOrderSellerBranchId>1</DebitOrderSellerBranchId>
<DepartmentId>4d5b356e-815b-4b64-8e84-47fd7a71e390</DepartmentId>
<DropLocation>sample string 6</DropLocation>
<EquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>7fc4f382-79a1-4b0f-9cfa-69bd3bbc6286</DebitModelId>
<EquipmentSetId>0cd0fed4-a86c-4120-89e3-41e700d96891</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>25dabeb4-7fdd-4aca-a083-18085472ba14</ContactId>
<CustomerId>c3262094-0fc6-442c-85f3-b2ce678628e5</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>ae6211d3-0bcd-4374-910b-7f7d67b20f0b</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>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>0225a5ad-7703-4a54-bd60-a4efce0a8919</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>25dabeb4-7fdd-4aca-a083-18085472ba14</ContactId>
<CustomerId>c3262094-0fc6-442c-85f3-b2ce678628e5</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>ae6211d3-0bcd-4374-910b-7f7d67b20f0b</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>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>0225a5ad-7703-4a54-bd60-a4efce0a8919</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-04-16T13:23:06.4387955+01:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</EquipmentSet>
<ExcludeFromPrePlanning>true</ExcludeFromPrePlanning>
<InvoiceCustomerId>4a636549-92d2-4ef4-aeb2-ab010b8ae6f4</InvoiceCustomerId>
<IsGracePeriod>true</IsGracePeriod>
<LastChargeDate>2026-04-16T13:23:06.4387955+01:00</LastChargeDate>
<PreviousEquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>7fc4f382-79a1-4b0f-9cfa-69bd3bbc6286</DebitModelId>
<EquipmentSetId>0cd0fed4-a86c-4120-89e3-41e700d96891</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>25dabeb4-7fdd-4aca-a083-18085472ba14</ContactId>
<CustomerId>c3262094-0fc6-442c-85f3-b2ce678628e5</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>ae6211d3-0bcd-4374-910b-7f7d67b20f0b</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>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>0225a5ad-7703-4a54-bd60-a4efce0a8919</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>25dabeb4-7fdd-4aca-a083-18085472ba14</ContactId>
<CustomerId>c3262094-0fc6-442c-85f3-b2ce678628e5</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>ae6211d3-0bcd-4374-910b-7f7d67b20f0b</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>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>0225a5ad-7703-4a54-bd60-a4efce0a8919</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-04-16T13:23:06.4387955+01:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</PreviousEquipmentSet>
<RetainStockPlace>true</RetainStockPlace>
<Return>true</Return>
<ReturnDate>2026-04-16T13:23:06.4387955+01:00</ReturnDate>
<ReturnGoodsRegisteredByUserId>8576975e-48b5-4518-952a-a0fb8c1ba8c1</ReturnGoodsRegisteredByUserId>
<StockPlaceId>1</StockPlaceId>
<StockPlaceStockId>75bc1b21-120d-447f-9733-65bd3ebe3a35</StockPlaceStockId>
<StorageCardId>9634a1b7-3dae-4c6d-9615-732287d5eaff</StorageCardId>
<TPMS>sample string 5</TPMS>
<Vehicle>
<BusClass>sample string 12</BusClass>
<Colour>sample string 8</Colour>
<ContactID>57f2cda6-22c5-4c68-9d95-640ac9b72e4f</ContactID>
<CustomerID>cefc4d00-41e6-4898-8320-240df53089c8</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>c976f8c3-76e7-4147-907b-f91549b02f01</VehicleId>
<VehicleIdentification>sample string 3</VehicleIdentification>
<VehicleTypeClass>sample string 14</VehicleTypeClass>
<VehicleTypeCode>sample string 13</VehicleTypeCode>
<VehicleTypeID>55235f8d-b922-44f0-92d9-c0b088d9648c</VehicleTypeID>
<VehicleYear>sample string 19</VehicleYear>
<Weight>1</Weight>
<YearModel>sample string 7</YearModel>
</Vehicle>
<VehicleClassificationId>36f5b72d-56d3-41ba-b31f-f199391ed35c</VehicleClassificationId>
<Wash>true</Wash>
<WashedDate>2026-04-16T13:23:06.4387955+01:00</WashedDate>
<WheelLock>sample string 4</WheelLock>
</StorageCardRequest>
application/x-www-form-urlencoded
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.