POST api/AvailabilityPatterns/DuplicatePattern/{identity}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identity | string |
Required |
Body Parameters
BusyPatternConfigurationName | 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": "64411b34-4f07-4fca-9c62-f74662c8cef6", "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>64411b34-4f07-4fca-9c62-f74662c8cef6</Identity> <Name>sample string 2</Name> <ResourcesLinkedTo>6</ResourcesLinkedTo> </BusyPatternConfiguration>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |