PUT api/AvailabilityPatterns/{identity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identity | string |
Required |
Body Parameters
BusyPatternConfiguration| Name | Description | Type | Additional 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": "3a307af6-e52f-4e73-bf58-c5ea0cb6c9c0",
"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>3a307af6-e52f-4e73-bf58-c5ea0cb6c9c0</Identity> <Name>sample string 2</Name> <ResourcesLinkedTo>6</ResourcesLinkedTo> </BusyPatternConfiguration>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |