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": "e3d7353f-2322-44da-adf6-2177291cb4b2",
"BranchId": 1,
"VehicleClassificationId": "7925e936-3a10-445d-bf0b-dc2a956e00de",
"StockPlaceStockId": "20266a1c-a1e0-4755-a90e-419c32b74fb1",
"StockPlaceId": 1,
"CustomerId": "b5619a49-ebb3-4c69-a960-17610bce55dc",
"InvoiceCustomerId": "32274d8d-b497-44aa-9903-d32af5ba1c46",
"DepartmentId": "8b95b9ea-fa63-4b76-a7af-18e429551513",
"EquipmentSet": {
"EquipmentSetId": "fa133dbb-d5c0-4b40-ab59-0f26043ea397",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "12/21/2025 1:01:52 PM",
"MissingReasonId": 1,
"DebitModelId": "28194272-aa51-4925-b84e-ab011d0265c3",
"Equipments": [
{
"Id": "b424cb0b-e636-4c47-868a-6f0fa7cf7edb",
"ContactId": "6639f4b6-ed26-477f-8a10-1415f59c95ed",
"CustomerId": "99accf0f-f007-491e-9f43-ef303ede930c",
"EquipmentSetId": "2d673fed-e930-4f0e-b9f9-9a07b36f8ebe",
"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": "b424cb0b-e636-4c47-868a-6f0fa7cf7edb",
"ContactId": "6639f4b6-ed26-477f-8a10-1415f59c95ed",
"CustomerId": "99accf0f-f007-491e-9f43-ef303ede930c",
"EquipmentSetId": "2d673fed-e930-4f0e-b9f9-9a07b36f8ebe",
"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": "fa133dbb-d5c0-4b40-ab59-0f26043ea397",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "12/21/2025 1:01:52 PM",
"MissingReasonId": 1,
"DebitModelId": "28194272-aa51-4925-b84e-ab011d0265c3",
"Equipments": [
{
"Id": "b424cb0b-e636-4c47-868a-6f0fa7cf7edb",
"ContactId": "6639f4b6-ed26-477f-8a10-1415f59c95ed",
"CustomerId": "99accf0f-f007-491e-9f43-ef303ede930c",
"EquipmentSetId": "2d673fed-e930-4f0e-b9f9-9a07b36f8ebe",
"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": "b424cb0b-e636-4c47-868a-6f0fa7cf7edb",
"ContactId": "6639f4b6-ed26-477f-8a10-1415f59c95ed",
"CustomerId": "99accf0f-f007-491e-9f43-ef303ede930c",
"EquipmentSetId": "2d673fed-e930-4f0e-b9f9-9a07b36f8ebe",
"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": "3c5a9281-68ed-4d63-bd88-dbfe9c7ed818",
"LicensePlate": "sample string 1",
"CustomerPlate": "sample string 2",
"VehicleIdentification": "sample string 3",
"EuNumber": "sample string 4",
"CustomerID": "125ca670-52fe-4b14-bffd-5f5217c97ace",
"ContactID": "b8b6b520-e142-4f02-a250-795bf1c332c8",
"Make": "sample string 5",
"Model": "sample string 6",
"YearModel": "sample string 7",
"Colour": "sample string 8",
"VehicleTypeID": "e540db82-33e8-40b1-97eb-6efcac9126d9",
"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": "2e82156f-6908-4fd0-81c3-b002a5aaec3f",
"DebitModelId": "67b829b0-efd1-4256-b32d-20897de5417c",
"RetainStockPlace": true,
"IsGracePeriod": true,
"WheelLock": "sample string 4",
"TPMS": "sample string 5",
"DropLocation": "sample string 6",
"WashedDate": "12/21/2025 1:01:52 PM",
"Wash": true,
"Collect": true,
"CollectDate": "12/21/2025 1:01:52 PM",
"Return": true,
"ReturnDate": "12/21/2025 1:01:52 PM",
"ChangedByUserId": "5f7cfa52-49d0-4c3e-baa1-931e37ab2d95",
"ReturnGoodsRegisteredByUserId": "8e268ec6-2462-426d-9f00-1a60c66e98e7",
"AlternativeSearchName": "sample string 10",
"DebitOrderId": 1,
"DebitOrderSellerBranchId": 1,
"ExcludeFromPrePlanning": true,
"LastChargeDate": "12/21/2025 1:01:52 PM",
"BookedDate": "12/21/2025 1:01:52 PM",
"DebitActive": true,
"DebitArticlePackageHeadId": "d504665f-3e7b-4098-90a1-ce47a9c95002"
}
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>2025-12-21T13:01:52.8234753+00:00</BookedDate>
<BranchId>1</BranchId>
<ChangedByUserId>5f7cfa52-49d0-4c3e-baa1-931e37ab2d95</ChangedByUserId>
<Collect>true</Collect>
<CollectDate>2025-12-21T13:01:52.8234753+00:00</CollectDate>
<ContactID>2e82156f-6908-4fd0-81c3-b002a5aaec3f</ContactID>
<CustomerId>b5619a49-ebb3-4c69-a960-17610bce55dc</CustomerId>
<DebitActive>true</DebitActive>
<DebitArticlePackageHeadId>d504665f-3e7b-4098-90a1-ce47a9c95002</DebitArticlePackageHeadId>
<DebitModelId>67b829b0-efd1-4256-b32d-20897de5417c</DebitModelId>
<DebitOrderId>1</DebitOrderId>
<DebitOrderSellerBranchId>1</DebitOrderSellerBranchId>
<DepartmentId>8b95b9ea-fa63-4b76-a7af-18e429551513</DepartmentId>
<DropLocation>sample string 6</DropLocation>
<EquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>28194272-aa51-4925-b84e-ab011d0265c3</DebitModelId>
<EquipmentSetId>fa133dbb-d5c0-4b40-ab59-0f26043ea397</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>6639f4b6-ed26-477f-8a10-1415f59c95ed</ContactId>
<CustomerId>99accf0f-f007-491e-9f43-ef303ede930c</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>2d673fed-e930-4f0e-b9f9-9a07b36f8ebe</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>b424cb0b-e636-4c47-868a-6f0fa7cf7edb</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>6639f4b6-ed26-477f-8a10-1415f59c95ed</ContactId>
<CustomerId>99accf0f-f007-491e-9f43-ef303ede930c</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>2d673fed-e930-4f0e-b9f9-9a07b36f8ebe</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>b424cb0b-e636-4c47-868a-6f0fa7cf7edb</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>2025-12-21T13:01:52.8234753+00:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</EquipmentSet>
<ExcludeFromPrePlanning>true</ExcludeFromPrePlanning>
<InvoiceCustomerId>32274d8d-b497-44aa-9903-d32af5ba1c46</InvoiceCustomerId>
<IsGracePeriod>true</IsGracePeriod>
<LastChargeDate>2025-12-21T13:01:52.8234753+00:00</LastChargeDate>
<PreviousEquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>28194272-aa51-4925-b84e-ab011d0265c3</DebitModelId>
<EquipmentSetId>fa133dbb-d5c0-4b40-ab59-0f26043ea397</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>6639f4b6-ed26-477f-8a10-1415f59c95ed</ContactId>
<CustomerId>99accf0f-f007-491e-9f43-ef303ede930c</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>2d673fed-e930-4f0e-b9f9-9a07b36f8ebe</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>b424cb0b-e636-4c47-868a-6f0fa7cf7edb</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>6639f4b6-ed26-477f-8a10-1415f59c95ed</ContactId>
<CustomerId>99accf0f-f007-491e-9f43-ef303ede930c</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>2d673fed-e930-4f0e-b9f9-9a07b36f8ebe</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>b424cb0b-e636-4c47-868a-6f0fa7cf7edb</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>2025-12-21T13:01:52.8234753+00:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</PreviousEquipmentSet>
<RetainStockPlace>true</RetainStockPlace>
<Return>true</Return>
<ReturnDate>2025-12-21T13:01:52.8234753+00:00</ReturnDate>
<ReturnGoodsRegisteredByUserId>8e268ec6-2462-426d-9f00-1a60c66e98e7</ReturnGoodsRegisteredByUserId>
<StockPlaceId>1</StockPlaceId>
<StockPlaceStockId>20266a1c-a1e0-4755-a90e-419c32b74fb1</StockPlaceStockId>
<StorageCardId>e3d7353f-2322-44da-adf6-2177291cb4b2</StorageCardId>
<TPMS>sample string 5</TPMS>
<Vehicle>
<BusClass>sample string 12</BusClass>
<Colour>sample string 8</Colour>
<ContactID>b8b6b520-e142-4f02-a250-795bf1c332c8</ContactID>
<CustomerID>125ca670-52fe-4b14-bffd-5f5217c97ace</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>3c5a9281-68ed-4d63-bd88-dbfe9c7ed818</VehicleId>
<VehicleIdentification>sample string 3</VehicleIdentification>
<VehicleTypeClass>sample string 14</VehicleTypeClass>
<VehicleTypeCode>sample string 13</VehicleTypeCode>
<VehicleTypeID>e540db82-33e8-40b1-97eb-6efcac9126d9</VehicleTypeID>
<VehicleYear>sample string 19</VehicleYear>
<Weight>1</Weight>
<YearModel>sample string 7</YearModel>
</Vehicle>
<VehicleClassificationId>7925e936-3a10-445d-bf0b-dc2a956e00de</VehicleClassificationId>
<Wash>true</Wash>
<WashedDate>2025-12-21T13:01:52.8234753+00: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.