POST api/AvailabilityPatterns

Request Information

URI Parameters

None.

Body Parameters

BusyPatternConfiguration
NameDescriptionTypeAdditional information
Identity

globally unique identifier

None.

Name

string

None.

Description

string

None.

Enabled

boolean

None.

BookingTypesLinkedTo

integer

None.

ResourcesLinkedTo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Identity": "66942747-8e66-4df8-9a51-322363b71a97",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "Enabled": true,
  "BookingTypesLinkedTo": 5,
  "ResourcesLinkedTo": 6
}

application/xml, text/xml

Sample:
<BusyPatternConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
  <BookingTypesLinkedTo>5</BookingTypesLinkedTo>
  <Description>sample string 3</Description>
  <Enabled>true</Enabled>
  <Identity>66942747-8e66-4df8-9a51-322363b71a97</Identity>
  <Name>sample string 2</Name>
  <ResourcesLinkedTo>6</ResourcesLinkedTo>
</BusyPatternConfiguration>

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.