POST api/AttendanceAndTimesheet/InsertAttendeesProductDetails
Request Information
URI Parameters
None.
Body Parameters
EntityAttendeesProductDetailsName | Description | Type | Additional information |
---|---|---|---|
AppointmentID | integer |
None. |
|
AttendeeDetails | string |
None. |
|
ProductDetails | string |
None. |
|
CustomerName | string |
None. |
|
Purpose | string |
None. |
|
AppointmentDate | string |
None. |
|
AppointmentFromTime | string |
None. |
|
AppointmentToTime | string |
None. |
|
CreatedBy | integer |
None. |
|
loginUserID | integer |
None. |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppointmentID": 1, "AttendeeDetails": "sample string 2", "ProductDetails": "sample string 3", "CustomerName": "sample string 4", "Purpose": "sample string 5", "AppointmentDate": "sample string 6", "AppointmentFromTime": "sample string 7", "AppointmentToTime": "sample string 8", "CreatedBy": 9, "loginUserID": 10, "Token": "sample string 11" }
text/html
Sample:
{"AppointmentID":1,"AttendeeDetails":"sample string 2","ProductDetails":"sample string 3","CustomerName":"sample string 4","Purpose":"sample string 5","AppointmentDate":"sample string 6","AppointmentFromTime":"sample string 7","AppointmentToTime":"sample string 8","CreatedBy":9,"loginUserID":10,"Token":"sample string 11"}
application/xml, text/xml
Sample:
<AttendanceAndTimesheetController.EntityAttendeesProductDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers"> <AppointmentDate>sample string 6</AppointmentDate> <AppointmentFromTime>sample string 7</AppointmentFromTime> <AppointmentID>1</AppointmentID> <AppointmentToTime>sample string 8</AppointmentToTime> <AttendeeDetails>sample string 2</AttendeeDetails> <CreatedBy>9</CreatedBy> <CustomerName>sample string 4</CustomerName> <ProductDetails>sample string 3</ProductDetails> <Purpose>sample string 5</Purpose> <Token>sample string 11</Token> <loginUserID>10</loginUserID> </AttendanceAndTimesheetController.EntityAttendeesProductDetails>
application/x-www-form-urlencoded
Sample:
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>