POST api/location/tag/match
Saves a tag to location match This will start a process that updates all of the searching roles to use location matching and removes the tags
Request Information
URI Parameters
None.
Body Parameters
The commands value supplied with the request.
Collection of SaveTagLocationMatchCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Location |
The location value. |
LocationSuggestDataContract |
None. |
| Tag |
The tag value. |
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
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.