POST admin/addon/TenantScheduler/details/company/{tenantId}/confirmation_messge
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantId | string |
Required |
Body Parameters
UpdateTenentSchedulerConfirmationReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ConfirmationMessage | string |
None. |
|
| ConfirmationBoookingButtonName | string |
None. |
|
| ConfirmationQuotationButtonName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConfirmationMessage": "sample string 1",
"ConfirmationBoookingButtonName": "sample string 2",
"ConfirmationQuotationButtonName": "sample string 3"
}
application/xml, text/xml
Sample:
<TenantSchedulerController.UpdateTenentSchedulerConfirmationReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.WebAPI.Controllers.AddOn"> <ConfirmationBoookingButtonName>sample string 2</ConfirmationBoookingButtonName> <ConfirmationMessage>sample string 1</ConfirmationMessage> <ConfirmationQuotationButtonName>sample string 3</ConfirmationQuotationButtonName> </TenantSchedulerController.UpdateTenentSchedulerConfirmationReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />