POST api/Attendance

Request Information

URI Parameters

None.

Body Parameters

Attendance
NameDescriptionTypeAdditional information
ATTANDANCE_ID

string

None.

ADMIN_ID

string

None.

VEHICLE_ID

string

None.

TYPE_OF_VEHICLE

string

None.

VEHICAL_READING

string

None.

READING_PHOTO

Collection of byte

None.

REMARK

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

TASK

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

LANG_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ATTANDANCE_ID": "sample string 1",
  "ADMIN_ID": "sample string 2",
  "VEHICLE_ID": "sample string 3",
  "TYPE_OF_VEHICLE": "sample string 4",
  "VEHICAL_READING": "sample string 5",
  "READING_PHOTO": "QEA=",
  "REMARK": "sample string 6",
  "LATITUDE": "sample string 7",
  "LONGITUDE": "sample string 8",
  "TASK": "sample string 9",
  "EXTRA1": "sample string 10",
  "EXTRA2": "sample string 11",
  "EXTRA3": "sample string 12",
  "LANG_ID": "sample string 13"
}

application/xml, text/xml

Sample:
<Attendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models">
  <ADMIN_ID>sample string 2</ADMIN_ID>
  <ATTANDANCE_ID>sample string 1</ATTANDANCE_ID>
  <EXTRA1>sample string 10</EXTRA1>
  <EXTRA2>sample string 11</EXTRA2>
  <EXTRA3>sample string 12</EXTRA3>
  <LANG_ID>sample string 13</LANG_ID>
  <LATITUDE>sample string 7</LATITUDE>
  <LONGITUDE>sample string 8</LONGITUDE>
  <READING_PHOTO>QEA=</READING_PHOTO>
  <REMARK>sample string 6</REMARK>
  <TASK>sample string 9</TASK>
  <TYPE_OF_VEHICLE>sample string 4</TYPE_OF_VEHICLE>
  <VEHICAL_READING>sample string 5</VEHICAL_READING>
  <VEHICLE_ID>sample string 3</VEHICLE_ID>
</Attendance>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.