PATCH api/Item/UpdateItemsDeviceData

Request Information

URI Parameters

None.

Body Parameters

ItemsDeviceData
NameDescriptionTypeAdditional information
ItemDeviceData

Collection of ItemDeviceData

None.

Request Formats

application/xml, text/xml

Sample:
<ItemsDeviceData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ItemDeviceData>
    <ItemID>sample string 1</ItemID>
    <IsDevice>true</IsDevice>
    <GuarantorID>sample string 2</GuarantorID>
    <SupplierID>sample string 3</SupplierID>
    <WarrantyID>sample string 4</WarrantyID>
    <TypeOfService>sample string 5</TypeOfService>
    <ServiceInterval>1</ServiceInterval>
    <ServiceIntervalUnit>sample string 6</ServiceIntervalUnit>
    <DepartmentID>sample string 7</DepartmentID>
    <InsUpdDate>2025-12-18T20:28:15.2061494+01:00</InsUpdDate>
  </ItemDeviceData>
  <ItemDeviceData>
    <ItemID>sample string 1</ItemID>
    <IsDevice>true</IsDevice>
    <GuarantorID>sample string 2</GuarantorID>
    <SupplierID>sample string 3</SupplierID>
    <WarrantyID>sample string 4</WarrantyID>
    <TypeOfService>sample string 5</TypeOfService>
    <ServiceInterval>1</ServiceInterval>
    <ServiceIntervalUnit>sample string 6</ServiceIntervalUnit>
    <DepartmentID>sample string 7</DepartmentID>
    <InsUpdDate>2025-12-18T20:28:15.2061494+01:00</InsUpdDate>
  </ItemDeviceData>
</ItemsDeviceData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UpdateResult
NameDescriptionTypeAdditional information
ResultCode

ExternalResultCode

None.

Errors

Collection of Error

None.

Response Formats

application/xml, text/xml

Sample:
<UpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ResultCode>None</ResultCode>
  <Errors>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
  </Errors>
</UpdateResult>