POST SetTagging
Request Information
URI Parameters
None.
Body Parameters
TaggingName | Description | Type | Additional information |
---|---|---|---|
TagId | integer |
None. |
|
SID | integer |
None. |
|
TagName | string |
None. |
|
TagMasterId | integer |
None. |
|
RuleType | string |
None. |
|
IsSelectable | boolean |
None. |
|
SortOrder | integer |
None. |
|
RuleAvailable | boolean |
None. |
|
Rules | Collection of string |
None. |
|
CreatedBy | string |
None. |
|
CreatedOn | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedOn | date |
None. |
|
Action | string |
None. |
|
Mode | byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "TagId": 1, "SID": 2, "TagName": "sample string 3", "TagMasterId": 4, "RuleType": "sample string 5", "IsSelectable": true, "SortOrder": 1, "RuleAvailable": true, "Rules": [ "sample string 1", "sample string 2" ], "CreatedBy": "sample string 8", "CreatedOn": "2025-04-28T16:10:40.9935525+00:00", "UpdatedBy": "sample string 9", "UpdatedOn": "2025-04-28T16:10:40.9935525+00:00", "Action": "sample string 10", "Mode": 64 }
text/html
Sample:
{"TagId":1,"SID":2,"TagName":"sample string 3","TagMasterId":4,"RuleType":"sample string 5","IsSelectable":true,"SortOrder":1,"RuleAvailable":true,"Rules":["sample string 1","sample string 2"],"CreatedBy":"sample string 8","CreatedOn":"2025-04-28T16:10:40.9935525+00:00","UpdatedBy":"sample string 9","UpdatedOn":"2025-04-28T16:10:40.9935525+00:00","Action":"sample string 10","Mode":64}
application/xml, text/xml
Sample:
<Tagging xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.TagMapping"> <Action>sample string 10</Action> <CreatedBy>sample string 8</CreatedBy> <CreatedOn>2025-04-28T16:10:40.9935525+00:00</CreatedOn> <IsSelectable>true</IsSelectable> <Mode>64</Mode> <RuleAvailable>true</RuleAvailable> <RuleType>sample string 5</RuleType> <Rules xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </Rules> <SID>2</SID> <SortOrder>1</SortOrder> <TagId>1</TagId> <TagMasterId>4</TagMasterId> <TagName>sample string 3</TagName> <UpdatedBy>sample string 9</UpdatedBy> <UpdatedOn>2025-04-28T16:10:40.9935525+00:00</UpdatedOn> </Tagging>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": 3 }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":3}
application/xml, text/xml
Sample:
<ResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body>3</Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfint>