POST api/SaveAppointmentEvents
Request Information
URI Parameters
None.
Body Parameters
AppointmentEventsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| AppointmentEventType | string |
None. |
|
| intAppointmentId | integer |
None. |
|
| dteCapturedAt | date |
None. |
|
| strDescription | string |
None. |
|
| intEngineerId | integer |
None. |
|
| intCustomerId | integer |
None. |
|
| intUserId | integer |
None. |
|
| ErrorCode | integer |
None. |
|
| ErrorMsg | string |
None. |
|
| Type | string |
None. |
|
| bisalive | boolean |
None. |
|
| strAction | string |
None. |
|
| IntCreatedBy | integer |
None. |
|
| dteCreatedDate | date |
None. |
|
| intModifyBy | integer |
None. |
|
| dteModifyDate | date |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| ROWNUMBER | integer |
None. |
|
| strSearchText | string |
None. |
|
| orderColumn | string |
None. |
|
| orderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"appointmentEventType": "sample string 2",
"intAppointmentId": 3,
"dteCapturedAt": "2025-12-11T02:45:43.9399349+00:00",
"strDescription": "sample string 5",
"intEngineerId": 6,
"intCustomerId": 7,
"intUserId": 8,
"errorCode": 9,
"errorMsg": "sample string 10",
"type": "sample string 11",
"bisalive": true,
"strAction": "sample string 13",
"intCreatedBy": 1,
"dteCreatedDate": "2025-12-11T02:45:43.9399349+00:00",
"intModifyBy": 1,
"dteModifyDate": "2025-12-11T02:45:43.9399349+00:00",
"pageNo": 14,
"pageSize": 15,
"totalRecord": 16,
"rownumber": 17,
"strSearchText": "sample string 18",
"orderColumn": "sample string 19",
"orderDir": "sample string 20"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.