DELETE api/BookingFavourites/{identity}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BookingFavouritesName | Description | Type | Additional information |
---|---|---|---|
Identity | globally unique identifier |
None. |
|
NameIdentifier | string |
None. |
|
Favourites | Collection of BookingFavouritesResource |
None. |
Response Formats
application/json, text/json
Sample:
{ "Identity": "44da3374-ec1b-4914-8f63-6b5e5719a69c", "NameIdentifier": "sample string 2", "Favourites": [ { "Identity": "030b670a-9842-45ff-9b7d-bf0d9f6edc98", "Rank": 2, "BookingType": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" }, "ResourceType": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" }, "ResourceGroup": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" }, "Resource": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" } }, { "Identity": "030b670a-9842-45ff-9b7d-bf0d9f6edc98", "Rank": 2, "BookingType": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" }, "ResourceType": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" }, "ResourceGroup": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" }, "Resource": { "Identity": "7d66cceb-d6ce-4542-93ff-fadd7c066aaf", "Name": "sample string 2" } } ] }
application/xml, text/xml
Sample:
<BookingFavourites xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <Favourites> <BookingFavouritesResource> <BookingType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </BookingType> <Identity>030b670a-9842-45ff-9b7d-bf0d9f6edc98</Identity> <Rank>2</Rank> <Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </Resource> <ResourceGroup xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceGroup> <ResourceType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceType> </BookingFavouritesResource> <BookingFavouritesResource> <BookingType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </BookingType> <Identity>030b670a-9842-45ff-9b7d-bf0d9f6edc98</Identity> <Rank>2</Rank> <Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </Resource> <ResourceGroup xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceGroup> <ResourceType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7d66cceb-d6ce-4542-93ff-fadd7c066aaf</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceType> </BookingFavouritesResource> </Favourites> <Identity>44da3374-ec1b-4914-8f63-6b5e5719a69c</Identity> <NameIdentifier>sample string 2</NameIdentifier> </BookingFavourites>