PUT api/storageCards/UpdateStorageCard

Get storage card and update parameters.

Request Information

URI Parameters

None.

Body Parameters

StorageCardRequest
NameDescriptionTypeAdditional 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": "46674425-bd07-43aa-9064-e61f9ba17236",
  "BranchId": 1,
  "VehicleClassificationId": "3e42d401-6dc4-493d-bd9e-60c61618d509",
  "StockPlaceStockId": "04199df9-7ef7-4efa-b306-262a4f1d987f",
  "StockPlaceId": 1,
  "CustomerId": "e6866986-4461-4cf0-a1ad-69675bcc4102",
  "InvoiceCustomerId": "84b86533-bdd1-4de1-8fe6-2f48b10500a0",
  "DepartmentId": "be03cb77-c021-41e9-b3fc-d3c89229afaa",
  "EquipmentSet": {
    "EquipmentSetId": "de3506e6-9ba9-4078-ab10-ea934c2d7cf9",
    "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:33",
    "MissingReasonId": 1,
    "DebitModelId": "e1a4249b-d4d2-4761-a1c4-168952fce77a",
    "Equipments": [
      {
        "Id": "24477268-3cb4-4f51-a5cc-8e8d3ded280a",
        "ContactId": "4249e740-9041-40e5-8059-86e937cac616",
        "CustomerId": "b0130887-6e27-4ffe-bc1b-737a25c5ce81",
        "EquipmentSetId": "e088a572-b9f2-49a3-b620-fa68f541b009",
        "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": "f2b9ee3f-084d-4865-a336-151b702f47dd"
        }
      },
      {
        "Id": "24477268-3cb4-4f51-a5cc-8e8d3ded280a",
        "ContactId": "4249e740-9041-40e5-8059-86e937cac616",
        "CustomerId": "b0130887-6e27-4ffe-bc1b-737a25c5ce81",
        "EquipmentSetId": "e088a572-b9f2-49a3-b620-fa68f541b009",
        "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": "f2b9ee3f-084d-4865-a336-151b702f47dd"
        }
      }
    ]
  },
  "PreviousEquipmentSet": {
    "EquipmentSetId": "de3506e6-9ba9-4078-ab10-ea934c2d7cf9",
    "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:33",
    "MissingReasonId": 1,
    "DebitModelId": "e1a4249b-d4d2-4761-a1c4-168952fce77a",
    "Equipments": [
      {
        "Id": "24477268-3cb4-4f51-a5cc-8e8d3ded280a",
        "ContactId": "4249e740-9041-40e5-8059-86e937cac616",
        "CustomerId": "b0130887-6e27-4ffe-bc1b-737a25c5ce81",
        "EquipmentSetId": "e088a572-b9f2-49a3-b620-fa68f541b009",
        "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": "f2b9ee3f-084d-4865-a336-151b702f47dd"
        }
      },
      {
        "Id": "24477268-3cb4-4f51-a5cc-8e8d3ded280a",
        "ContactId": "4249e740-9041-40e5-8059-86e937cac616",
        "CustomerId": "b0130887-6e27-4ffe-bc1b-737a25c5ce81",
        "EquipmentSetId": "e088a572-b9f2-49a3-b620-fa68f541b009",
        "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": "f2b9ee3f-084d-4865-a336-151b702f47dd"
        }
      }
    ]
  },
  "Vehicle": {
    "VehicleId": "f21b6226-546d-4839-a388-c8ad3ad1f2e1",
    "LicensePlate": "sample string 1",
    "CustomerPlate": "sample string 2",
    "VehicleIdentification": "sample string 3",
    "EuNumber": "sample string 4",
    "CustomerID": "2aee19fe-80d2-4c60-b1ba-14e57bfe3c0e",
    "ContactID": "2336faa7-c7ee-47ff-a95f-0292ac168d7f",
    "Make": "sample string 5",
    "Model": "sample string 6",
    "YearModel": "sample string 7",
    "Colour": "sample string 8",
    "VehicleTypeID": "90e7857a-0165-4a97-828d-9621960ac97e",
    "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": "a859118e-8e3f-40f5-a4f9-2032ab574d65",
  "DebitModelId": "f9cf7148-c997-4758-ba1d-dfc1a8dd97f6",
  "RetainStockPlace": true,
  "IsGracePeriod": true,
  "WheelLock": "sample string 4",
  "TPMS": "sample string 5",
  "DropLocation": "sample string 6",
  "WashedDate": "2026-01-21 22:49:33",
  "Wash": true,
  "Collect": true,
  "CollectDate": "2026-01-21 22:49:33",
  "Return": true,
  "ReturnDate": "2026-01-21 22:49:33",
  "ChangedByUserId": "83241e2b-1de6-45d2-89b2-82b8929669b0",
  "ReturnGoodsRegisteredByUserId": "dfa5c67a-88b2-420f-b669-4aebcedb2443",
  "AlternativeSearchName": "sample string 10",
  "DebitOrderId": 1,
  "DebitOrderSellerBranchId": 1,
  "ExcludeFromPrePlanning": true,
  "LastChargeDate": "2026-01-21 22:49:33",
  "BookedDate": "2026-01-21 22:49:33",
  "DebitActive": true,
  "DebitArticlePackageHeadId": "7e1a733d-80c8-4d3f-a14e-879c05491a0e"
}

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:33.9643187+01:00</BookedDate>
  <BranchId>1</BranchId>
  <ChangedByUserId>83241e2b-1de6-45d2-89b2-82b8929669b0</ChangedByUserId>
  <Collect>true</Collect>
  <CollectDate>2026-01-21T22:49:33.9643187+01:00</CollectDate>
  <ContactID>a859118e-8e3f-40f5-a4f9-2032ab574d65</ContactID>
  <CustomerId>e6866986-4461-4cf0-a1ad-69675bcc4102</CustomerId>
  <DebitActive>true</DebitActive>
  <DebitArticlePackageHeadId>7e1a733d-80c8-4d3f-a14e-879c05491a0e</DebitArticlePackageHeadId>
  <DebitModelId>f9cf7148-c997-4758-ba1d-dfc1a8dd97f6</DebitModelId>
  <DebitOrderId>1</DebitOrderId>
  <DebitOrderSellerBranchId>1</DebitOrderSellerBranchId>
  <DepartmentId>be03cb77-c021-41e9-b3fc-d3c89229afaa</DepartmentId>
  <DropLocation>sample string 6</DropLocation>
  <EquipmentSet>
    <BranchId>1</BranchId>
    <DebitModelId>e1a4249b-d4d2-4761-a1c4-168952fce77a</DebitModelId>
    <EquipmentSetId>de3506e6-9ba9-4078-ab10-ea934c2d7cf9</EquipmentSetId>
    <Equipments>
      <EquipmentRequest>
        <ContactId>4249e740-9041-40e5-8059-86e937cac616</ContactId>
        <CustomerId>b0130887-6e27-4ffe-bc1b-737a25c5ce81</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>e088a572-b9f2-49a3-b620-fa68f541b009</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>f2b9ee3f-084d-4865-a336-151b702f47dd</TireImageId>
          <TreadDepth>1</TreadDepth>
          <TreadPattern>sample string 2</TreadPattern>
        </EquipmentTyre>
        <Id>24477268-3cb4-4f51-a5cc-8e8d3ded280a</Id>
        <Position>1</Position>
      </EquipmentRequest>
      <EquipmentRequest>
        <ContactId>4249e740-9041-40e5-8059-86e937cac616</ContactId>
        <CustomerId>b0130887-6e27-4ffe-bc1b-737a25c5ce81</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>e088a572-b9f2-49a3-b620-fa68f541b009</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>f2b9ee3f-084d-4865-a336-151b702f47dd</TireImageId>
          <TreadDepth>1</TreadDepth>
          <TreadPattern>sample string 2</TreadPattern>
        </EquipmentTyre>
        <Id>24477268-3cb4-4f51-a5cc-8e8d3ded280a</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:33.9643187+01:00</MissingDate>
    <MissingReasonId>1</MissingReasonId>
    <Nitrogen>true</Nitrogen>
    <SeasonId>2</SeasonId>
  </EquipmentSet>
  <ExcludeFromPrePlanning>true</ExcludeFromPrePlanning>
  <InvoiceCustomerId>84b86533-bdd1-4de1-8fe6-2f48b10500a0</InvoiceCustomerId>
  <IsGracePeriod>true</IsGracePeriod>
  <LastChargeDate>2026-01-21T22:49:33.9643187+01:00</LastChargeDate>
  <PreviousEquipmentSet>
    <BranchId>1</BranchId>
    <DebitModelId>e1a4249b-d4d2-4761-a1c4-168952fce77a</DebitModelId>
    <EquipmentSetId>de3506e6-9ba9-4078-ab10-ea934c2d7cf9</EquipmentSetId>
    <Equipments>
      <EquipmentRequest>
        <ContactId>4249e740-9041-40e5-8059-86e937cac616</ContactId>
        <CustomerId>b0130887-6e27-4ffe-bc1b-737a25c5ce81</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>e088a572-b9f2-49a3-b620-fa68f541b009</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>f2b9ee3f-084d-4865-a336-151b702f47dd</TireImageId>
          <TreadDepth>1</TreadDepth>
          <TreadPattern>sample string 2</TreadPattern>
        </EquipmentTyre>
        <Id>24477268-3cb4-4f51-a5cc-8e8d3ded280a</Id>
        <Position>1</Position>
      </EquipmentRequest>
      <EquipmentRequest>
        <ContactId>4249e740-9041-40e5-8059-86e937cac616</ContactId>
        <CustomerId>b0130887-6e27-4ffe-bc1b-737a25c5ce81</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>e088a572-b9f2-49a3-b620-fa68f541b009</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>f2b9ee3f-084d-4865-a336-151b702f47dd</TireImageId>
          <TreadDepth>1</TreadDepth>
          <TreadPattern>sample string 2</TreadPattern>
        </EquipmentTyre>
        <Id>24477268-3cb4-4f51-a5cc-8e8d3ded280a</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:33.9643187+01:00</MissingDate>
    <MissingReasonId>1</MissingReasonId>
    <Nitrogen>true</Nitrogen>
    <SeasonId>2</SeasonId>
  </PreviousEquipmentSet>
  <RetainStockPlace>true</RetainStockPlace>
  <Return>true</Return>
  <ReturnDate>2026-01-21T22:49:33.9643187+01:00</ReturnDate>
  <ReturnGoodsRegisteredByUserId>dfa5c67a-88b2-420f-b669-4aebcedb2443</ReturnGoodsRegisteredByUserId>
  <StockPlaceId>1</StockPlaceId>
  <StockPlaceStockId>04199df9-7ef7-4efa-b306-262a4f1d987f</StockPlaceStockId>
  <StorageCardId>46674425-bd07-43aa-9064-e61f9ba17236</StorageCardId>
  <TPMS>sample string 5</TPMS>
  <Vehicle>
    <BusClass>sample string 12</BusClass>
    <Colour>sample string 8</Colour>
    <ContactID>2336faa7-c7ee-47ff-a95f-0292ac168d7f</ContactID>
    <CustomerID>2aee19fe-80d2-4c60-b1ba-14e57bfe3c0e</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>f21b6226-546d-4839-a388-c8ad3ad1f2e1</VehicleId>
    <VehicleIdentification>sample string 3</VehicleIdentification>
    <VehicleTypeClass>sample string 14</VehicleTypeClass>
    <VehicleTypeCode>sample string 13</VehicleTypeCode>
    <VehicleTypeID>90e7857a-0165-4a97-828d-9621960ac97e</VehicleTypeID>
    <VehicleYear>sample string 19</VehicleYear>
    <Weight>1</Weight>
    <YearModel>sample string 7</YearModel>
  </Vehicle>
  <VehicleClassificationId>3e42d401-6dc4-493d-bd9e-60c61618d509</VehicleClassificationId>
  <Wash>true</Wash>
  <WashedDate>2026-01-21T22:49:33.9643187+01:00</WashedDate>
  <WheelLock>sample string 4</WheelLock>
</StorageCardRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.