POST api/Item/AddItemsDeviceData

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-18T22:34:03.769547+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-18T22:34:03.769547+01:00</InsUpdDate>
  </ItemDeviceData>
</ItemsDeviceData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CreateResult
NameDescriptionTypeAdditional information
Keys

Collection of EntityKeyField

None.

ResultCode

ExternalResultCode

None.

Errors

Collection of Error

None.

Response Formats

application/xml, text/xml

Sample:
<CreateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Keys>
    <Key>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </Key>
    <Key>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </Key>
  </Keys>
  <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>
</CreateResult>