POST api/location/tag/match

Saves a tag to location match

Request Information

URI Parameters

None.

Body Parameters

Collection of SaveTagLocationMatchCommandDataContract
NameDescriptionTypeAdditional information
Location

LocationSuggestDataContract

None.

Tag

TagDataContract

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
[
  {
    "Location": {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Type": "sample string 3",
      "Source": "sample string 4"
    },
    "Tag": {
      "Name": "sample string 1",
      "SystemStatusName": "sample string 2",
      "TagType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Id": 3
    }
  },
  {
    "Location": {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Type": "sample string 3",
      "Source": "sample string 4"
    },
    "Tag": {
      "Name": "sample string 1",
      "SystemStatusName": "sample string 2",
      "TagType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Id": 3
    }
  }
]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.