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": "c2002653-ceeb-4e64-87f4-d3423f23df50",
"BranchId": 1,
"VehicleClassificationId": "8b5afba3-5777-4a47-9dbb-3cb9c6cfd094",
"StockPlaceStockId": "d672c565-687a-49e7-ba0b-9aca694a4922",
"StockPlaceId": 1,
"CustomerId": "79ef968c-23b7-4740-963b-a92a0b15dc89",
"InvoiceCustomerId": "d82f6350-55a4-419a-bd43-f1b0121adc8f",
"DepartmentId": "336c0ab8-4a0a-4f04-9b00-3793df44cbce",
"EquipmentSet": {
"EquipmentSetId": "5efe4cb4-b4c9-4ef1-802d-d5a14ac43829",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "2026-08-24 04:28:58",
"MissingReasonId": 1,
"DebitModelId": "2d840810-06ec-4e03-a011-4661fc66e1f4",
"Equipments": [
{
"Id": "2549f4d9-01c7-4776-b7bc-154998e6deab",
"ContactId": "77f439d9-9c4d-4641-bece-5df303eb20f4",
"CustomerId": "9ee78292-f3e1-4b70-90c2-86642dd81b7b",
"EquipmentSetId": "33eebb68-ecca-4f42-b176-0ff36c11d636",
"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": "880320e6-1141-4e70-9150-66ee632dd322"
}
},
{
"Id": "2549f4d9-01c7-4776-b7bc-154998e6deab",
"ContactId": "77f439d9-9c4d-4641-bece-5df303eb20f4",
"CustomerId": "9ee78292-f3e1-4b70-90c2-86642dd81b7b",
"EquipmentSetId": "33eebb68-ecca-4f42-b176-0ff36c11d636",
"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": "880320e6-1141-4e70-9150-66ee632dd322"
}
}
]
},
"PreviousEquipmentSet": {
"EquipmentSetId": "5efe4cb4-b4c9-4ef1-802d-d5a14ac43829",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "2026-08-24 04:28:58",
"MissingReasonId": 1,
"DebitModelId": "2d840810-06ec-4e03-a011-4661fc66e1f4",
"Equipments": [
{
"Id": "2549f4d9-01c7-4776-b7bc-154998e6deab",
"ContactId": "77f439d9-9c4d-4641-bece-5df303eb20f4",
"CustomerId": "9ee78292-f3e1-4b70-90c2-86642dd81b7b",
"EquipmentSetId": "33eebb68-ecca-4f42-b176-0ff36c11d636",
"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": "880320e6-1141-4e70-9150-66ee632dd322"
}
},
{
"Id": "2549f4d9-01c7-4776-b7bc-154998e6deab",
"ContactId": "77f439d9-9c4d-4641-bece-5df303eb20f4",
"CustomerId": "9ee78292-f3e1-4b70-90c2-86642dd81b7b",
"EquipmentSetId": "33eebb68-ecca-4f42-b176-0ff36c11d636",
"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": "880320e6-1141-4e70-9150-66ee632dd322"
}
}
]
},
"Vehicle": {
"VehicleId": "22ff27a9-2f24-4545-9098-5d899719dd2c",
"LicensePlate": "sample string 1",
"CustomerPlate": "sample string 2",
"VehicleIdentification": "sample string 3",
"EuNumber": "sample string 4",
"CustomerID": "88530873-cd8d-43d5-a02f-53f37fe0046c",
"ContactID": "f9687c4d-e542-4bab-ba78-ecb1d0d33a19",
"Make": "sample string 5",
"Model": "sample string 6",
"YearModel": "sample string 7",
"Colour": "sample string 8",
"VehicleTypeID": "12f5bb00-0219-4bef-a77d-2fb316b0cced",
"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": "545be92f-e51f-4262-87da-3498fdfa8a24",
"DebitModelId": "eab0a85c-064c-417e-bf2e-2a9d5862edf1",
"RetainStockPlace": true,
"IsGracePeriod": true,
"WheelLock": "sample string 4",
"TPMS": "sample string 5",
"DropLocation": "sample string 6",
"WashedDate": "2026-08-24 04:28:58",
"Wash": true,
"Collect": true,
"CollectDate": "2026-08-24 04:28:58",
"Return": true,
"ReturnDate": "2026-08-24 04:28:58",
"ChangedByUserId": "3770e01f-b203-4458-a91c-bf2cda1d6654",
"ReturnGoodsRegisteredByUserId": "13e0b78d-a1b8-4a29-a3db-1cad25a77968",
"AlternativeSearchName": "sample string 10",
"DebitOrderId": 1,
"DebitOrderSellerBranchId": 1,
"ExcludeFromPrePlanning": true,
"LastChargeDate": "2026-08-24 04:28:58",
"BookedDate": "2026-08-24 04:28:58",
"DebitActive": true,
"DebitArticlePackageHeadId": "0e2642cc-f11f-4403-839b-4d8b3014d699"
}
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-08-24T04:28:58.0748267+02:00</BookedDate>
<BranchId>1</BranchId>
<ChangedByUserId>3770e01f-b203-4458-a91c-bf2cda1d6654</ChangedByUserId>
<Collect>true</Collect>
<CollectDate>2026-08-24T04:28:58.0748267+02:00</CollectDate>
<ContactID>545be92f-e51f-4262-87da-3498fdfa8a24</ContactID>
<CustomerId>79ef968c-23b7-4740-963b-a92a0b15dc89</CustomerId>
<DebitActive>true</DebitActive>
<DebitArticlePackageHeadId>0e2642cc-f11f-4403-839b-4d8b3014d699</DebitArticlePackageHeadId>
<DebitModelId>eab0a85c-064c-417e-bf2e-2a9d5862edf1</DebitModelId>
<DebitOrderId>1</DebitOrderId>
<DebitOrderSellerBranchId>1</DebitOrderSellerBranchId>
<DepartmentId>336c0ab8-4a0a-4f04-9b00-3793df44cbce</DepartmentId>
<DropLocation>sample string 6</DropLocation>
<EquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>2d840810-06ec-4e03-a011-4661fc66e1f4</DebitModelId>
<EquipmentSetId>5efe4cb4-b4c9-4ef1-802d-d5a14ac43829</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>77f439d9-9c4d-4641-bece-5df303eb20f4</ContactId>
<CustomerId>9ee78292-f3e1-4b70-90c2-86642dd81b7b</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>33eebb68-ecca-4f42-b176-0ff36c11d636</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>880320e6-1141-4e70-9150-66ee632dd322</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>2549f4d9-01c7-4776-b7bc-154998e6deab</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>77f439d9-9c4d-4641-bece-5df303eb20f4</ContactId>
<CustomerId>9ee78292-f3e1-4b70-90c2-86642dd81b7b</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>33eebb68-ecca-4f42-b176-0ff36c11d636</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>880320e6-1141-4e70-9150-66ee632dd322</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>2549f4d9-01c7-4776-b7bc-154998e6deab</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-08-24T04:28:58.0748267+02:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</EquipmentSet>
<ExcludeFromPrePlanning>true</ExcludeFromPrePlanning>
<InvoiceCustomerId>d82f6350-55a4-419a-bd43-f1b0121adc8f</InvoiceCustomerId>
<IsGracePeriod>true</IsGracePeriod>
<LastChargeDate>2026-08-24T04:28:58.0748267+02:00</LastChargeDate>
<PreviousEquipmentSet>
<BranchId>1</BranchId>
<DebitModelId>2d840810-06ec-4e03-a011-4661fc66e1f4</DebitModelId>
<EquipmentSetId>5efe4cb4-b4c9-4ef1-802d-d5a14ac43829</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>77f439d9-9c4d-4641-bece-5df303eb20f4</ContactId>
<CustomerId>9ee78292-f3e1-4b70-90c2-86642dd81b7b</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>33eebb68-ecca-4f42-b176-0ff36c11d636</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>880320e6-1141-4e70-9150-66ee632dd322</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>2549f4d9-01c7-4776-b7bc-154998e6deab</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>77f439d9-9c4d-4641-bece-5df303eb20f4</ContactId>
<CustomerId>9ee78292-f3e1-4b70-90c2-86642dd81b7b</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>33eebb68-ecca-4f42-b176-0ff36c11d636</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>880320e6-1141-4e70-9150-66ee632dd322</TireImageId>
<TreadDepth>1</TreadDepth>
<TreadPattern>sample string 2</TreadPattern>
</EquipmentTyre>
<Id>2549f4d9-01c7-4776-b7bc-154998e6deab</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-08-24T04:28:58.0748267+02:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</PreviousEquipmentSet>
<RetainStockPlace>true</RetainStockPlace>
<Return>true</Return>
<ReturnDate>2026-08-24T04:28:58.0748267+02:00</ReturnDate>
<ReturnGoodsRegisteredByUserId>13e0b78d-a1b8-4a29-a3db-1cad25a77968</ReturnGoodsRegisteredByUserId>
<StockPlaceId>1</StockPlaceId>
<StockPlaceStockId>d672c565-687a-49e7-ba0b-9aca694a4922</StockPlaceStockId>
<StorageCardId>c2002653-ceeb-4e64-87f4-d3423f23df50</StorageCardId>
<TPMS>sample string 5</TPMS>
<Vehicle>
<BusClass>sample string 12</BusClass>
<Colour>sample string 8</Colour>
<ContactID>f9687c4d-e542-4bab-ba78-ecb1d0d33a19</ContactID>
<CustomerID>88530873-cd8d-43d5-a02f-53f37fe0046c</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>22ff27a9-2f24-4545-9098-5d899719dd2c</VehicleId>
<VehicleIdentification>sample string 3</VehicleIdentification>
<VehicleTypeClass>sample string 14</VehicleTypeClass>
<VehicleTypeCode>sample string 13</VehicleTypeCode>
<VehicleTypeID>12f5bb00-0219-4bef-a77d-2fb316b0cced</VehicleTypeID>
<VehicleYear>sample string 19</VehicleYear>
<Weight>1</Weight>
<YearModel>sample string 7</YearModel>
</Vehicle>
<VehicleClassificationId>8b5afba3-5777-4a47-9dbb-3cb9c6cfd094</VehicleClassificationId>
<Wash>true</Wash>
<WashedDate>2026-08-24T04:28:58.0748267+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.