POST api/Tablet

Request Information

URI Parameters

None.

Body Parameters

TabletDto
NameDescriptionTypeAdditional information
Filiale

string

None.

ZustellerUserName

string

None.

TabletModel

string

None.

TabletSerialNumber

string

None.

AndroidVersion

string

None.

SDPlusVersion

string

None.

LastUpdate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "filiale": "sample string 1",
  "zustellerUserName": "sample string 2",
  "tabletModel": "sample string 3",
  "tabletSerialNumber": "sample string 4",
  "androidVersion": "sample string 5",
  "sdPlusVersion": "sample string 6",
  "lastUpdate": "2025-12-10T21:17:00.2816517+01:00"
}

application/xml, text/xml

Sample:
<TabletDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LZmobileXFServer.Models.DTO">
  <AndroidVersion>sample string 5</AndroidVersion>
  <Filiale>sample string 1</Filiale>
  <LastUpdate>2025-12-10T21:17:00.2816517+01:00</LastUpdate>
  <SDPlusVersion>sample string 6</SDPlusVersion>
  <TabletModel>sample string 3</TabletModel>
  <TabletSerialNumber>sample string 4</TabletSerialNumber>
  <ZustellerUserName>sample string 2</ZustellerUserName>
</TabletDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TabletDto'.

Response Information

Resource Description

None.