POST api/IdReader/SaveIDReaderData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EmpId": 1,
  "name_1": "sample string 2",
  "name_2": "sample string 3",
  "address_1": "sample string 4",
  "address_2": "sample string 5",
  "id_number": "sample string 6",
  "card_number": "sample string 7",
  "birth_date": "2025-03-14T05:41:41.2664032+02:00",
  "scanner_date": "2025-03-14T05:41:41.2664032+02:00",
  "url": "sample string 10",
  "InCT": "sample string 11",
  "lat": 1.0,
  "lng": 1.0
}

application/xml, text/xml

Sample:
<VM_IdReaderData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel">
  <EmpId>1</EmpId>
  <InCT>sample string 11</InCT>
  <address_1>sample string 4</address_1>
  <address_2>sample string 5</address_2>
  <birth_date>2025-03-14T05:41:41.2664032+02:00</birth_date>
  <card_number>sample string 7</card_number>
  <id_number>sample string 6</id_number>
  <lat>1</lat>
  <lng>1</lng>
  <name_1>sample string 2</name_1>
  <name_2>sample string 3</name_2>
  <scanner_date>2025-03-14T05:41:41.2664032+02:00</scanner_date>
  <url>sample string 10</url>
</VM_IdReaderData>

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 'VM_IdReaderData'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": true,
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<GeneralErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result>true</Result>
</GeneralErrors>