POST api/Netigate/BackgroundData

Request Information

URI Parameters

None.

Body Parameters

Collection of NetigateBackgroundData
NameDescriptionTypeAdditional information
bgDataLabelId

string

None.

name

string

None.

labelType

string

None.

bgDataType

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "bgDataLabelId": "sample string 1",
    "name": "sample string 2",
    "labelType": "sample string 3",
    "bgDataType": "sample string 4"
  },
  {
    "bgDataLabelId": "sample string 1",
    "name": "sample string 2",
    "labelType": "sample string 3",
    "bgDataType": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNetigateBackgroundData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NetigateBackgroundData>
    <bgDataLabelId>sample string 1</bgDataLabelId>
    <name>sample string 2</name>
    <labelType>sample string 3</labelType>
    <bgDataType>sample string 4</bgDataType>
  </NetigateBackgroundData>
  <NetigateBackgroundData>
    <bgDataLabelId>sample string 1</bgDataLabelId>
    <name>sample string 2</name>
    <labelType>sample string 3</labelType>
    <bgDataType>sample string 4</bgDataType>
  </NetigateBackgroundData>
</ArrayOfNetigateBackgroundData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of NetigateBackgroundData
NameDescriptionTypeAdditional information
bgDataLabelId

string

None.

name

string

None.

labelType

string

None.

bgDataType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "bgDataLabelId": "sample string 1",
    "name": "sample string 2",
    "labelType": "sample string 3",
    "bgDataType": "sample string 4"
  },
  {
    "bgDataLabelId": "sample string 1",
    "name": "sample string 2",
    "labelType": "sample string 3",
    "bgDataType": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNetigateBackgroundData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NetigateBackgroundData>
    <bgDataLabelId>sample string 1</bgDataLabelId>
    <name>sample string 2</name>
    <labelType>sample string 3</labelType>
    <bgDataType>sample string 4</bgDataType>
  </NetigateBackgroundData>
  <NetigateBackgroundData>
    <bgDataLabelId>sample string 1</bgDataLabelId>
    <name>sample string 2</name>
    <labelType>sample string 3</labelType>
    <bgDataType>sample string 4</bgDataType>
  </NetigateBackgroundData>
</ArrayOfNetigateBackgroundData>