POST api/storageCards/InsertStorageCard
Inserts a new storagecard
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": "1a84e4ff-a4ad-4eee-a104-b87a699a897f",
"BranchId": 1,
"VehicleClassificationId": "9c955345-2a07-44a9-b64b-ead2f795ab09",
"StockPlaceStockId": "abe9a797-08f5-4bed-ac72-7fd68d605db8",
"StockPlaceId": 1,
"CustomerId": "e442f1cf-5d71-462b-b9fa-41f371b67db7",
"InvoiceCustomerId": "b40ad73c-fe18-4f4e-94e7-200d6965a956",
"DepartmentId": "aad2f32f-7b76-4606-bf60-fff21798b9f0",
"EquipmentSet": {
"EquipmentSetId": "16738c0e-af54-483b-b5fc-60c383a89496",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "2026-01-21 22:49:21",
"MissingReasonId": 1,
"DebitModelId": "649e6605-34a5-434c-b2cc-2c33c4fd10ad",
"Equipments": [
{
"Id": "4a254842-0ea5-4be2-9170-ada2c81440fe",
"ContactId": "a1870363-9e0d-4782-ae1e-d7f8e840a6b6",
"CustomerId": "4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b",
"EquipmentSetId": "491ed23f-6e2e-415d-acbd-01d077ec7da4",
"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": "be9cbcde-115f-45b6-ae7e-c5d3bacd477d"
}
},
{
"Id": "4a254842-0ea5-4be2-9170-ada2c81440fe",
"ContactId": "a1870363-9e0d-4782-ae1e-d7f8e840a6b6",
"CustomerId": "4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b",
"EquipmentSetId": "491ed23f-6e2e-415d-acbd-01d077ec7da4",
"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": "be9cbcde-115f-45b6-ae7e-c5d3bacd477d"
}
}
]
},
"PreviousEquipmentSet": {
"EquipmentSetId": "16738c0e-af54-483b-b5fc-60c383a89496",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "2026-01-21 22:49:21",
"MissingReasonId": 1,
"DebitModelId": "649e6605-34a5-434c-b2cc-2c33c4fd10ad",
"Equipments": [
{
"Id": "4a254842-0ea5-4be2-9170-ada2c81440fe",
"ContactId": "a1870363-9e0d-4782-ae1e-d7f8e840a6b6",
"CustomerId": "4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b",
"EquipmentSetId": "491ed23f-6e2e-415d-acbd-01d077ec7da4",
"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": "be9cbcde-115f-45b6-ae7e-c5d3bacd477d"
}
},
{
"Id": "4a254842-0ea5-4be2-9170-ada2c81440fe",
"ContactId": "a1870363-9e0d-4782-ae1e-d7f8e840a6b6",
"CustomerId": "4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b",
"EquipmentSetId": "491ed23f-6e2e-415d-acbd-01d077ec7da4",
"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": "be9cbcde-115f-45b6-ae7e-c5d3bacd477d"
}
}
]
},
"Vehicle": {
"VehicleId": "436d570c-7b7b-4265-86f6-cb1e99385d78",
"LicensePlate": "sample string 1",
"CustomerPlate": "sample string 2",
"VehicleIdentification": "sample string 3",
"EuNumber": "sample string 4",
"CustomerID": "f5ff35d8-6e9f-4611-b393-58c970c7762c",
"ContactID": "20d34975-04cc-40cd-b77f-59aecdcc23c9",
"Make": "sample string 5",
"Model": "sample string 6",
"YearModel": "sample string 7",
"Colour": "sample string 8",
"VehicleTypeID": "2a122cba-8286-4397-820d-9b88aa1ac8ec",
"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": "87aefef7-976a-4401-a49d-e3906cc425f4",
"DebitModelId": "510c1bb2-bfdb-47cc-81e7-2a0a28959ff7",
"RetainStockPlace": true,
"IsGracePeriod": true,
"WheelLock": "sample string 4",
"TPMS": "sample string 5",
"DropLocation": "sample string 6",
"WashedDate": "2026-01-21 22:49:21",
"Wash": true,
"Collect": true,
"CollectDate": "2026-01-21 22:49:21",
"Return": true,
"ReturnDate": "2026-01-21 22:49:21",
"ChangedByUserId": "96387d26-32c2-4337-86d6-30ac605d56bd",
"ReturnGoodsRegisteredByUserId": "6a37e944-6dd5-4e4c-954f-0b9b7d268382",
"AlternativeSearchName": "sample string 10",
"DebitOrderId": 1,
"DebitOrderSellerBranchId": 1,
"ExcludeFromPrePlanning": true,
"LastChargeDate": "2026-01-21 22:49:21",
"BookedDate": "2026-01-21 22:49:21",
"DebitActive": true,
"DebitArticlePackageHeadId": "2139b4bd-7281-45da-85c3-ca35f4aa2a81"
}
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-01-21T22:49:21.9828663+01:00</BookedDate>
<BranchId>1</BranchId>
<ChangedByUserId>96387d26-32c2-4337-86d6-30ac605d56bd</ChangedByUserId>
<Collect>true</Collect>
<CollectDate>2026-01-21T22:49:21.9828663+01:00</CollectDate>
<ContactID>87aefef7-976a-4401-a49d-e3906cc425f4</ContactID>
<CustomerId>e442f1cf-5d71-462b-b9fa-41f371b67db7</CustomerId>
<DebitActive>true</DebitActive>
<DebitArticlePackageHeadId>2139b4bd-7281-45da-85c3-ca35f4aa2a81</DebitArticlePackageHeadId>
<DebitModelId>510c1bb2-bfdb-47cc-81e7-2a0a28959ff7</DebitModelId>
<DebitOrderId>1</DebitOrderId>
<DebitOrderSellerBranchId>1</DebitOrderSellerBranchId>
<DepartmentId>aad2f32f-7b76-4606-bf60-fff21798b9f0</DepartmentId>
<DropLocation>sample string 6</DropLocation>
<EquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>649e6605-34a5-434c-b2cc-2c33c4fd10ad</DebitModelId>
<EquipmentSetId>16738c0e-af54-483b-b5fc-60c383a89496</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>a1870363-9e0d-4782-ae1e-d7f8e840a6b6</ContactId>
<CustomerId>4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b</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>491ed23f-6e2e-415d-acbd-01d077ec7da4</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>be9cbcde-115f-45b6-ae7e-c5d3bacd477d</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>4a254842-0ea5-4be2-9170-ada2c81440fe</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>a1870363-9e0d-4782-ae1e-d7f8e840a6b6</ContactId>
<CustomerId>4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b</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>491ed23f-6e2e-415d-acbd-01d077ec7da4</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>be9cbcde-115f-45b6-ae7e-c5d3bacd477d</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>4a254842-0ea5-4be2-9170-ada2c81440fe</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-01-21T22:49:21.9672585+01:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</EquipmentSet>
<ExcludeFromPrePlanning>true</ExcludeFromPrePlanning>
<InvoiceCustomerId>b40ad73c-fe18-4f4e-94e7-200d6965a956</InvoiceCustomerId>
<IsGracePeriod>true</IsGracePeriod>
<LastChargeDate>2026-01-21T22:49:21.9828663+01:00</LastChargeDate>
<PreviousEquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>649e6605-34a5-434c-b2cc-2c33c4fd10ad</DebitModelId>
<EquipmentSetId>16738c0e-af54-483b-b5fc-60c383a89496</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>a1870363-9e0d-4782-ae1e-d7f8e840a6b6</ContactId>
<CustomerId>4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b</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>491ed23f-6e2e-415d-acbd-01d077ec7da4</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>be9cbcde-115f-45b6-ae7e-c5d3bacd477d</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>4a254842-0ea5-4be2-9170-ada2c81440fe</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>a1870363-9e0d-4782-ae1e-d7f8e840a6b6</ContactId>
<CustomerId>4c7408a2-4805-4d1e-b3ea-b81afd5f6c7b</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>491ed23f-6e2e-415d-acbd-01d077ec7da4</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>be9cbcde-115f-45b6-ae7e-c5d3bacd477d</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>4a254842-0ea5-4be2-9170-ada2c81440fe</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-01-21T22:49:21.9672585+01:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</PreviousEquipmentSet>
<RetainStockPlace>true</RetainStockPlace>
<Return>true</Return>
<ReturnDate>2026-01-21T22:49:21.9828663+01:00</ReturnDate>
<ReturnGoodsRegisteredByUserId>6a37e944-6dd5-4e4c-954f-0b9b7d268382</ReturnGoodsRegisteredByUserId>
<StockPlaceId>1</StockPlaceId>
<StockPlaceStockId>abe9a797-08f5-4bed-ac72-7fd68d605db8</StockPlaceStockId>
<StorageCardId>1a84e4ff-a4ad-4eee-a104-b87a699a897f</StorageCardId>
<TPMS>sample string 5</TPMS>
<Vehicle>
<BusClass>sample string 12</BusClass>
<Colour>sample string 8</Colour>
<ContactID>20d34975-04cc-40cd-b77f-59aecdcc23c9</ContactID>
<CustomerID>f5ff35d8-6e9f-4611-b393-58c970c7762c</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>436d570c-7b7b-4265-86f6-cb1e99385d78</VehicleId>
<VehicleIdentification>sample string 3</VehicleIdentification>
<VehicleTypeClass>sample string 14</VehicleTypeClass>
<VehicleTypeCode>sample string 13</VehicleTypeCode>
<VehicleTypeID>2a122cba-8286-4397-820d-9b88aa1ac8ec</VehicleTypeID>
<VehicleYear>sample string 19</VehicleYear>
<Weight>1</Weight>
<YearModel>sample string 7</YearModel>
</Vehicle>
<VehicleClassificationId>9c955345-2a07-44a9-b64b-ead2f795ab09</VehicleClassificationId>
<Wash>true</Wash>
<WashedDate>2026-01-21T22:49:21.9828663+01: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.