POST OPS/Get_Tag

Request Information

URI Parameters

None.

Body Parameters

Tag_DTO
NameDescriptionTypeAdditional information
InventoryID

string

None.

TagID

string

None.

UserTypeID

integer

None.

UserID

string

None.

Type

integer

None.

TagName

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "InventoryID": "sample string 1",
  "TagID": "sample string 2",
  "UserTypeID": 1,
  "UserID": "sample string 3",
  "Type": 1,
  "TagName": "sample string 4",
  "IsActive": true
}

application/xml, text/xml

Sample:
<Tag_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models.OPS">
  <InventoryID>sample string 1</InventoryID>
  <IsActive>true</IsActive>
  <TagID>sample string 2</TagID>
  <TagName>sample string 4</TagName>
  <Type>1</Type>
  <UserID>sample string 3</UserID>
  <UserTypeID>1</UserTypeID>
</Tag_DTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.