POST api/v1/appointments/managerreservation
Request Information
URI Parameters
None.
Body Parameters
ReservationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| AppointmentId | integer |
None. |
|
| Name | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| BranchZoneId | integer |
None. |
|
| BranchRoomId | integer |
None. |
|
| TotalPeople | integer |
None. |
|
| Date | date |
None. |
|
| Comment | string |
None. |
|
| LanguageId | integer |
None. |
|
| MadeByCustomer | boolean |
None. |
|
| Source | string |
None. |
|
| Url | string |
None. |
|
| Value | string |
None. |
|
| Extension | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"AppointmentId": 2,
"Name": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"PhoneNumber": "sample string 6",
"CompanyId": 7,
"BranchId": 8,
"BranchZoneId": 9,
"BranchRoomId": 1,
"TotalPeople": 10,
"Date": "2026-03-17T21:42:28.7516525-04:00",
"Comment": "sample string 12",
"LanguageId": 13,
"MadeByCustomer": true,
"Source": "sample string 15",
"Url": "sample string 16",
"Value": "sample string 17",
"Extension": "sample string 18"
}
application/xml, text/xml
Sample:
<ReservationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Appointments"> <AppointmentId>2</AppointmentId> <BranchId>8</BranchId> <BranchRoomId>1</BranchRoomId> <BranchZoneId>9</BranchZoneId> <Comment>sample string 12</Comment> <CompanyId>7</CompanyId> <CustomerId>1</CustomerId> <Date>2026-03-17T21:42:28.7516525-04:00</Date> <Email>sample string 5</Email> <Extension>sample string 18</Extension> <LanguageId>13</LanguageId> <LastName>sample string 4</LastName> <MadeByCustomer>true</MadeByCustomer> <Name>sample string 3</Name> <PhoneNumber>sample string 6</PhoneNumber> <Source>sample string 15</Source> <TotalPeople>10</TotalPeople> <Url>sample string 16</Url> <Value>sample string 17</Value> </ReservationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.