DELETE api/PhotoGroups/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PhotoGroupName | Description | Type | Additional information |
---|---|---|---|
PhotoGroupID | integer |
None. |
|
GroupName | string |
None. |
|
Description | string |
None. |
|
GroupDate | date |
None. |
|
GroupOrder | integer |
None. |
|
CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "PhotoGroupID": 1, "GroupName": "sample string 2", "Description": "sample string 3", "GroupDate": "2019-02-17T18:06:36.6697978-08:00", "GroupOrder": 1, "CreatedDate": "2019-02-17T18:06:36.6697978-08:00" }
application/xml, text/xml
Sample:
<PhotoGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_API.Entities"> <CreatedDate>2019-02-17T18:06:36.6697978-08:00</CreatedDate> <Description>sample string 3</Description> <GroupDate>2019-02-17T18:06:36.6697978-08:00</GroupDate> <GroupName>sample string 2</GroupName> <GroupOrder>1</GroupOrder> <PhotoGroupID>1</PhotoGroupID> </PhotoGroup>