POST api/GetAllAppointmentsWithAllEngineers
Request Information
URI Parameters
None.
Body Parameters
clsParamAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| strRole | string |
None. |
|
| today | string |
None. |
|
| companyId | integer |
None. |
|
| sortColumn | string |
None. |
|
| sortOrder | string |
None. |
|
| intUserId | integer |
None. |
|
| viewMode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"strRole": "sample string 1",
"today": "sample string 2",
"companyId": 3,
"sortColumn": "sample string 4",
"sortOrder": "sample string 5",
"intUserId": 6,
"viewMode": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.