POST api/stagemaps/delete

Request Information

URI Parameters

None.

Body Parameters

StageMapData
NameDescriptionTypeAdditional information
StageID

integer

None.

Name

string

None.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StageID": 1,
  "Name": "sample string 1",
  "ID": 1
}

text/xml

Sample:
<StageMapData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
  <ID>1</ID>
  <Name>sample string 1</Name>
  <StageID>1</StageID>
</StageMapData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

StageDeepData
NameDescriptionTypeAdditional information
StageMapList

Collection of StageMapDeepData

None.

Name

string

None.

Order

integer

None.

BackgroundUrl

string

None.

ImageData

Collection of byte

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "StageMapList": [
    {
      "StageMapItemList": [
        {
          "StageMapID": 1,
          "Name": "sample string 1",
          "MarginLeft": 1.0,
          "MarginTop": 1.0,
          "WorkStationID": 1,
          "ID": 1
        },
        {
          "StageMapID": 1,
          "Name": "sample string 1",
          "MarginLeft": 1.0,
          "MarginTop": 1.0,
          "WorkStationID": 1,
          "ID": 1
        }
      ],
      "StageID": 1,
      "Name": "sample string 1",
      "ID": 1
    },
    {
      "StageMapItemList": [
        {
          "StageMapID": 1,
          "Name": "sample string 1",
          "MarginLeft": 1.0,
          "MarginTop": 1.0,
          "WorkStationID": 1,
          "ID": 1
        },
        {
          "StageMapID": 1,
          "Name": "sample string 1",
          "MarginLeft": 1.0,
          "MarginTop": 1.0,
          "WorkStationID": 1,
          "ID": 1
        }
      ],
      "StageID": 1,
      "Name": "sample string 1",
      "ID": 1
    }
  ],
  "Name": "sample string 1",
  "Order": 1,
  "BackgroundUrl": "sample string 2",
  "ImageData": "QEA=",
  "ID": 1
}

text/xml

Sample:
<StageDeepData 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>
  <StageMapList>
    <StageMapDeepData>
      <ID>1</ID>
      <Name>sample string 1</Name>
      <StageID>1</StageID>
      <StageMapItemList>
        <StageMapItemData>
          <ID>1</ID>
          <MarginLeft>1</MarginLeft>
          <MarginTop>1</MarginTop>
          <Name>sample string 1</Name>
          <StageMapID>1</StageMapID>
          <WorkStationID>1</WorkStationID>
        </StageMapItemData>
        <StageMapItemData>
          <ID>1</ID>
          <MarginLeft>1</MarginLeft>
          <MarginTop>1</MarginTop>
          <Name>sample string 1</Name>
          <StageMapID>1</StageMapID>
          <WorkStationID>1</WorkStationID>
        </StageMapItemData>
      </StageMapItemList>
    </StageMapDeepData>
    <StageMapDeepData>
      <ID>1</ID>
      <Name>sample string 1</Name>
      <StageID>1</StageID>
      <StageMapItemList>
        <StageMapItemData>
          <ID>1</ID>
          <MarginLeft>1</MarginLeft>
          <MarginTop>1</MarginTop>
          <Name>sample string 1</Name>
          <StageMapID>1</StageMapID>
          <WorkStationID>1</WorkStationID>
        </StageMapItemData>
        <StageMapItemData>
          <ID>1</ID>
          <MarginLeft>1</MarginLeft>
          <MarginTop>1</MarginTop>
          <Name>sample string 1</Name>
          <StageMapID>1</StageMapID>
          <WorkStationID>1</WorkStationID>
        </StageMapItemData>
      </StageMapItemList>
    </StageMapDeepData>
  </StageMapList>
</StageDeepData>