POST api/Portal/Quotes/{QuoteID}/NextStep/Schedule

POST next stage info.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
QuoteID

integer

Required

Body Parameters

IBMS_Cloud_API.QuotesModel+ScheduleQuote
NameDescriptionTypeAdditional information
AssignID

integer

None.

AssignTo

integer

None.

ScheduledDate

date

None.

CreateAppointment

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AssignID": 1,
  "AssignTo": 2,
  "ScheduledDate": "2025-05-10T21:51:34.2254397+01:00",
  "CreateAppointment": true
}

text/html

Sample:
{"AssignID":1,"AssignTo":2,"ScheduledDate":"2025-05-10T21:51:34.2254397+01:00","CreateAppointment":true}

application/xml, text/xml

Sample:
<QuotesModel.ScheduleQuote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IBMS_Cloud_API">
  <AssignID>1</AssignID>
  <AssignTo>2</AssignTo>
  <CreateAppointment>true</CreateAppointment>
  <ScheduledDate>2025-05-10T21:51:34.2254397+01:00</ScheduledDate>
</QuotesModel.ScheduleQuote>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

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