POST api/stages/delete
Request Information
URI Parameters
None.
Body Parameters
StageDataName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Order | integer |
None. |
|
BackgroundUrl | string |
None. |
|
ImageData | Collection of byte |
None. |
|
ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Order": 1, "BackgroundUrl": "sample string 2", "ImageData": "QEA=", "ID": 1 }
text/xml
Sample:
<StageData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <ID>1</ID> <BackgroundUrl>sample string 2</BackgroundUrl> <ImageData>QEA=</ImageData> <Name>sample string 1</Name> <Order>1</Order> </StageData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.