PUT api/storageCards/UpdateEquipmentSet
Updates an existing equipmentset
Request Information
URI Parameters
None.
Body Parameters
EquipmentSetRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EquipmentSetId |
The id, only required for PUT requests |
globally unique identifier |
None. |
| BranchId |
Branch Id |
integer |
Required |
| SeasonId |
Season Id |
integer |
Required |
| ExternalNote |
External note |
string |
Max length: 4000 |
| InternalNote |
Internal note |
string |
Max length: 4000 |
| InStorage |
Indicates if the equipmentSet is in storage |
boolean |
Required |
| IsMissing |
Indicates if the equipmentSet is missing |
boolean |
Required |
| HasNoteChanged |
Has Note changed |
boolean |
Required |
| Nitrogen |
Nitrogen |
boolean |
Required |
| MissingDate |
Missing date |
date |
None. |
| MissingReasonId |
Refers to the PackingListLineStatusId |
integer |
None. |
| DebitModelId |
Use api/DebitModels for information about a debit model. |
globally unique identifier |
None. |
| Equipments |
The equipments of this set. |
Collection of EquipmentRequest |
None. |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
Sample:
{
"EquipmentSetId": "e38810c6-1c6f-4c2d-9d21-aa340ad4c823",
"BranchId": 1,
"SeasonId": 2,
"ExternalNote": "sample string 3",
"InternalNote": "sample string 4",
"InStorage": true,
"IsMissing": true,
"HasNoteChanged": true,
"Nitrogen": true,
"MissingDate": "4/16/2026 12:53:36 PM",
"MissingReasonId": 1,
"DebitModelId": "333413a1-ec51-428b-8fca-792a139af30a",
"Equipments": [
{
"Id": "660b7983-a9a9-444a-bea2-75f076373e71",
"ContactId": "c047c96e-a3cb-4525-981b-220629333e5d",
"CustomerId": "d7ef98f3-b970-49b9-99f7-bf31572b941d",
"EquipmentSetId": "4afc7ce2-4ea8-4dff-baeb-9a5bb95fe3dd",
"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": "660b7983-a9a9-444a-bea2-75f076373e71",
"ContactId": "c047c96e-a3cb-4525-981b-220629333e5d",
"CustomerId": "d7ef98f3-b970-49b9-99f7-bf31572b941d",
"EquipmentSetId": "4afc7ce2-4ea8-4dff-baeb-9a5bb95fe3dd",
"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
}
}
]
}
application/xml, text/xml
Sample:
<EquipmentSetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.TyreHotel">
<BranchId>1</BranchId>
<DebitModelId>333413a1-ec51-428b-8fca-792a139af30a</DebitModelId>
<EquipmentSetId>e38810c6-1c6f-4c2d-9d21-aa340ad4c823</EquipmentSetId>
<Equipments>
<EquipmentRequest>
<ContactId>c047c96e-a3cb-4525-981b-220629333e5d</ContactId>
<CustomerId>d7ef98f3-b970-49b9-99f7-bf31572b941d</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>4afc7ce2-4ea8-4dff-baeb-9a5bb95fe3dd</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>660b7983-a9a9-444a-bea2-75f076373e71</Id>
<Position>1</Position>
</EquipmentRequest>
<EquipmentRequest>
<ContactId>c047c96e-a3cb-4525-981b-220629333e5d</ContactId>
<CustomerId>d7ef98f3-b970-49b9-99f7-bf31572b941d</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>4afc7ce2-4ea8-4dff-baeb-9a5bb95fe3dd</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>660b7983-a9a9-444a-bea2-75f076373e71</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-16T12:53:36.9951588+01:00</MissingDate>
<MissingReasonId>1</MissingReasonId>
<Nitrogen>true</Nitrogen>
<SeasonId>2</SeasonId>
</EquipmentSetRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.