POST api/GetAgentWithAppointmentCount

Request Information

URI Parameters

None.

Body Parameters

GetAgentWithAppointment
NameDescriptionTypeAdditional information
intId

integer

None.

strAgentId

string

None.

agent_name

string

None.

FromDate

string

None.

Todate

string

None.

AppointmentCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "strAgentId": "sample string 2",
  "agent_name": "sample string 3",
  "fromDate": "sample string 4",
  "todate": "sample string 5",
  "appointmentCount": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.