POST api/addon/BookCalls/bookCall/{tenantId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantId

string

Required

Body Parameters

BookCallRequset
NameDescriptionTypeAdditional information
QuestionResponseId

string

None.

TimePromiseCode

string

None.

TimePromiseDescription

string

None.

EstimateOnly

boolean

None.

TaskCode

string

None.

NotifyByEmail

boolean

None.

NotifyByMobile

boolean

None.

Email

string

None.

IsEmergency

boolean

None.

SendNotificationAdminId

string

None.

CardToken

string

None.

ServiceDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestionResponseId": "sample string 1",
  "TimePromiseCode": "sample string 2",
  "TimePromiseDescription": "sample string 3",
  "EstimateOnly": true,
  "TaskCode": "sample string 5",
  "NotifyByEmail": true,
  "NotifyByMobile": true,
  "Email": "sample string 8",
  "IsEmergency": true,
  "SendNotificationAdminId": "sample string 10",
  "CardToken": "sample string 11",
  "ServiceDate": "2025-12-16T22:00:23.2216586+00:00"
}

application/xml, text/xml

Sample:
<BookCallRequset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AddOn">
  <CardToken>sample string 11</CardToken>
  <Email>sample string 8</Email>
  <EstimateOnly>true</EstimateOnly>
  <IsEmergency>true</IsEmergency>
  <NotifyByEmail>true</NotifyByEmail>
  <NotifyByMobile>true</NotifyByMobile>
  <QuestionResponseId>sample string 1</QuestionResponseId>
  <SendNotificationAdminId>sample string 10</SendNotificationAdminId>
  <ServiceDate>2025-12-16T22:00:23.2216586+00:00</ServiceDate>
  <TaskCode>sample string 5</TaskCode>
  <TimePromiseCode>sample string 2</TimePromiseCode>
  <TimePromiseDescription>sample string 3</TimePromiseDescription>
</BookCallRequset>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />