POST api/AppoimentSchedule/Insert
Request Information
URI Parameters
None.
Body Parameters
AppoimentScheduleBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Address | string |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerName | string |
None. |
|
| CustomerPhone | string |
None. |
|
| LinkId | integer |
None. |
|
| TypeId | byte |
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. |
Request Formats
application/json, text/json
Sample:
{
"title": "sample string 1",
"address": "sample string 2",
"customerId": 3,
"customerName": "sample string 4",
"customerPhone": "sample string 5",
"linkId": 6,
"typeId": 64,
"dateStart": "2025-12-06T12:31:46.3886941+07:00",
"dateEnd": "2025-12-06T12:31:46.3886941+07:00",
"isReminder": true,
"timeReminderId": 64,
"isRepeat": true,
"timeRepeatId": 64,
"employeeListId": "sample string 14",
"employeeListName": "sample string 15",
"employeeListEmail": "sample string 16",
"description": "sample string 17"
}
application/xml, text/xml
Sample:
<AppoimentScheduleBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.AppoimentSchedule"> <Address>sample string 2</Address> <CustomerId>3</CustomerId> <CustomerName>sample string 4</CustomerName> <CustomerPhone>sample string 5</CustomerPhone> <DateEnd>2025-12-06T12:31:46.3886941+07:00</DateEnd> <DateStart>2025-12-06T12:31:46.3886941+07:00</DateStart> <Description>sample string 17</Description> <EmployeeListEmail>sample string 16</EmployeeListEmail> <EmployeeListId>sample string 14</EmployeeListId> <EmployeeListName>sample string 15</EmployeeListName> <IsReminder>true</IsReminder> <IsRepeat>true</IsRepeat> <LinkId>6</LinkId> <TimeReminderId>64</TimeReminderId> <TimeRepeatId>64</TimeRepeatId> <Title>sample string 1</Title> <TypeId>64</TypeId> </AppoimentScheduleBinddingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.