GET api/AppoimentSchedule/Detail?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppoimentScheduleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Address | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerPhone | string |
None. |
|
| TypeId | byte |
None. |
|
| TypeName | string |
None. |
|
| DateStart | date |
None. |
|
| DateEnd | date |
None. |
|
| IsReminder | boolean |
None. |
|
| TimeReminderId | byte |
None. |
|
| IsRepeat | boolean |
None. |
|
| TimeRepeatId | byte |
None. |
|
| EmployeeListId | string |
None. |
|
| EmployeeListName | string |
None. |
|
| EmployeeListEmail | string |
None. |
|
| Description | string |
None. |
|
| IsDone | boolean |
None. |
|
| CommentLast | string |
None. |
|
| EmployeeNameCreate | string |
None. |
|
| DateCreate | date |
None. |
|
| EmployeeNameUpdate | string |
None. |
|
| DateModify | date |
None. |
|
| CustomerId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"title": "sample string 2",
"address": "sample string 3",
"customerName": "sample string 4",
"customerPhone": "sample string 5",
"typeId": 64,
"typeName": "sample string 7",
"dateStart": "2025-12-06T12:33:32.3583906+07:00",
"dateEnd": "2025-12-06T12:33:32.3583906+07:00",
"isReminder": true,
"timeReminderId": 64,
"isRepeat": true,
"timeRepeatId": 64,
"employeeListId": "sample string 12",
"employeeListName": "sample string 13",
"employeeListEmail": "sample string 14",
"description": "sample string 15",
"isDone": true,
"commentLast": "sample string 17",
"employeeNameCreate": "sample string 18",
"dateCreate": "2025-12-06T12:33:32.3583906+07:00",
"employeeNameUpdate": "sample string 19",
"dateModify": "2025-12-06T12:33:32.3583906+07:00",
"customerId": 1
}
application/xml, text/xml
Sample:
<AppoimentScheduleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.AppoimentSchedule"> <Address>sample string 3</Address> <CommentLast>sample string 17</CommentLast> <CustomerId>1</CustomerId> <CustomerName>sample string 4</CustomerName> <CustomerPhone>sample string 5</CustomerPhone> <DateCreate>2025-12-06T12:33:32.3583906+07:00</DateCreate> <DateEnd>2025-12-06T12:33:32.3583906+07:00</DateEnd> <DateModify>2025-12-06T12:33:32.3583906+07:00</DateModify> <DateStart>2025-12-06T12:33:32.3583906+07:00</DateStart> <Description>sample string 15</Description> <EmployeeListEmail>sample string 14</EmployeeListEmail> <EmployeeListId>sample string 12</EmployeeListId> <EmployeeListName>sample string 13</EmployeeListName> <EmployeeNameCreate>sample string 18</EmployeeNameCreate> <EmployeeNameUpdate>sample string 19</EmployeeNameUpdate> <Id>1</Id> <IsDone>true</IsDone> <IsReminder>true</IsReminder> <IsRepeat>true</IsRepeat> <TimeReminderId>64</TimeReminderId> <TimeRepeatId>64</TimeRepeatId> <Title>sample string 2</Title> <TypeId>64</TypeId> <TypeName>sample string 7</TypeName> </AppoimentScheduleModel>