POST Xs/Xs_SaveMessageTag

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_MsgTag
NameDescriptionTypeAdditional information
ID

integer

None.

COMPANY_CODE

string

None.

MSG_ID

integer

None.

TAG_ID

integer

None.

ADDED_DATE

date

None.

ADDED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "COMPANY_CODE": "sample string 2",
  "MSG_ID": 3,
  "TAG_ID": 4,
  "ADDED_DATE": "2026-04-03T08:53:37.704337-04:00",
  "ADDED_BY": "sample string 5"
}

application/xml, text/xml

Sample:
<XS_MsgTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_BY>sample string 5</ADDED_BY>
  <ADDED_DATE>2026-04-03T08:53:37.704337-04:00</ADDED_DATE>
  <COMPANY_CODE>sample string 2</COMPANY_CODE>
  <ID>1</ID>
  <MSG_ID>3</MSG_ID>
  <TAG_ID>4</TAG_ID>
</XS_MsgTag>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.