POST api/v1/PosInABox/ListUmisDevices

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
client
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "Postcode": "sample string 2"
}

application/xml, text/xml

Sample:
<PiaBBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.PosInaBox">
  <Key>sample string 1</Key>
  <Postcode>sample string 2</Postcode>
</PiaBBase>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "NetworkName": "sample string 1",
    "FriendlyName": "sample string 2",
    "TillId": "sample string 3",
    "PublicationName": "sample string 4"
  },
  {
    "NetworkName": "sample string 1",
    "FriendlyName": "sample string 2",
    "TillId": "sample string 3",
    "PublicationName": "sample string 4"
  },
  {
    "NetworkName": "sample string 1",
    "FriendlyName": "sample string 2",
    "TillId": "sample string 3",
    "PublicationName": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor">
  <Device>
    <FriendlyName>sample string 2</FriendlyName>
    <NetworkName>sample string 1</NetworkName>
    <PublicationName>sample string 4</PublicationName>
    <TillId>sample string 3</TillId>
  </Device>
  <Device>
    <FriendlyName>sample string 2</FriendlyName>
    <NetworkName>sample string 1</NetworkName>
    <PublicationName>sample string 4</PublicationName>
    <TillId>sample string 3</TillId>
  </Device>
  <Device>
    <FriendlyName>sample string 2</FriendlyName>
    <NetworkName>sample string 1</NetworkName>
    <PublicationName>sample string 4</PublicationName>
    <TillId>sample string 3</TillId>
  </Device>
</ArrayOfDevice>