DELETE api/BookingFavourites/{identity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BookingFavourites| Name | 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": "a92ccc31-2660-4a3e-842f-11f2f0d053c8",
"NameIdentifier": "sample string 2",
"Favourites": [
{
"Identity": "cfcd985b-5b04-4aae-982f-d03afecfd9d8",
"Rank": 2,
"BookingType": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"Name": "sample string 2"
},
"ResourceType": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"Name": "sample string 2"
},
"ResourceGroup": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"Name": "sample string 2"
},
"Resource": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"Name": "sample string 2"
}
},
{
"Identity": "cfcd985b-5b04-4aae-982f-d03afecfd9d8",
"Rank": 2,
"BookingType": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"Name": "sample string 2"
},
"ResourceType": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"Name": "sample string 2"
},
"ResourceGroup": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"Name": "sample string 2"
},
"Resource": {
"Identity": "cd284da5-1606-4408-a383-c7abe6f6a33e",
"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>cd284da5-1606-4408-a383-c7abe6f6a33e</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</BookingType>
<Identity>cfcd985b-5b04-4aae-982f-d03afecfd9d8</Identity>
<Rank>2</Rank>
<Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:Identity>cd284da5-1606-4408-a383-c7abe6f6a33e</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>cd284da5-1606-4408-a383-c7abe6f6a33e</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>cd284da5-1606-4408-a383-c7abe6f6a33e</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>cd284da5-1606-4408-a383-c7abe6f6a33e</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</BookingType>
<Identity>cfcd985b-5b04-4aae-982f-d03afecfd9d8</Identity>
<Rank>2</Rank>
<Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:Identity>cd284da5-1606-4408-a383-c7abe6f6a33e</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>cd284da5-1606-4408-a383-c7abe6f6a33e</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>cd284da5-1606-4408-a383-c7abe6f6a33e</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</ResourceType>
</BookingFavouritesResource>
</Favourites>
<Identity>a92ccc31-2660-4a3e-842f-11f2f0d053c8</Identity>
<NameIdentifier>sample string 2</NameIdentifier>
</BookingFavourites>