POST api/BookingRequests/StartOccurrence/{id}/{occurrenceId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

occurrenceId

string

Required

Body Parameters

BookingStartInfo
NameDescriptionTypeAdditional information
StartedDateTime

date

None.

StartedByIdentity

string

None.

StartedByName

string

None.

StartedByEmailAddress

string

None.

StartedForm

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartedDateTime": "2024-11-21T11:20:26.6687828+00:00",
  "StartedByIdentity": "sample string 1",
  "StartedByName": "sample string 2",
  "StartedByEmailAddress": "sample string 3",
  "StartedForm": "sample string 4"
}

application/xml, text/xml

Sample:
<BookingStartInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
  <StartedByEmailAddress>sample string 3</StartedByEmailAddress>
  <StartedByIdentity>sample string 1</StartedByIdentity>
  <StartedByName>sample string 2</StartedByName>
  <StartedDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-11-21T11:20:26.6687828Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </StartedDateTime>
  <StartedForm>sample string 4</StartedForm>
</BookingStartInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.