POST api/complain/addattendcomplain

Request Information

URI Parameters

None.

Body Parameters

ComplainAttend
NameDescriptionTypeAdditional information
ComplainAttendId

integer

None.

attenddate

date

None.

EmployeeId

integer

None.

Type

string

None.

Services

string

None.

Charges

string

None.

Note

string

None.

EnteryDateTime

date

None.

UpdateDateTime

date

None.

ComplainId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ComplainAttendId": 1,
  "attenddate": "2025-12-06T09:57:52.1307501+05:30",
  "EmployeeId": 1,
  "Type": "sample string 2",
  "Services": "sample string 3",
  "Charges": "sample string 4",
  "Note": "sample string 5",
  "EnteryDateTime": "2025-12-06T09:57:52.13175+05:30",
  "UpdateDateTime": "2025-12-06T09:57:52.13175+05:30",
  "ComplainId": 1
}

application/xml, text/xml

Sample:
<ComplainAttend xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SolarDichachi">
  <Charges>sample string 4</Charges>
  <ComplainAttendId>1</ComplainAttendId>
  <ComplainId>1</ComplainId>
  <EmployeeId>1</EmployeeId>
  <EnteryDateTime>2025-12-06T09:57:52.13175+05:30</EnteryDateTime>
  <Note>sample string 5</Note>
  <Services>sample string 3</Services>
  <Type>sample string 2</Type>
  <UpdateDateTime>2025-12-06T09:57:52.13175+05:30</UpdateDateTime>
  <attenddate>2025-12-06T09:57:52.1307501+05:30</attenddate>
</ComplainAttend>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringanyType>
    <Key>sample string 1</Key>
    <Value />
  </KeyValueOfstringanyType>
  <KeyValueOfstringanyType>
    <Key>sample string 3</Key>
    <Value />
  </KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>