POST api/AttendanceAndTimesheet/InsertAttendeesDetails

Request Information

URI Parameters

None.

Body Parameters

InsertAttendeesEntity
NameDescriptionTypeAdditional information
loginUserID

integer

None.

Token

string

None.

AppointmentID

integer

None.

AttendeesUserID

integer

None.

Iteration

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "loginUserID": 1,
  "Token": "sample string 2",
  "AppointmentID": 3,
  "AttendeesUserID": 4,
  "Iteration": 5
}

text/html

Sample:
{"loginUserID":1,"Token":"sample string 2","AppointmentID":3,"AttendeesUserID":4,"Iteration":5}

application/xml, text/xml

Sample:
<AttendanceAndTimesheetController.InsertAttendeesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers">
  <AppointmentID>3</AppointmentID>
  <AttendeesUserID>4</AttendeesUserID>
  <Iteration>5</Iteration>
  <Token>sample string 2</Token>
  <loginUserID>1</loginUserID>
</AttendanceAndTimesheetController.InsertAttendeesEntity>

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

Response Information

Resource Description

Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json, text/html

Sample:
{"System.Object":{},"System.Object":{}}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>