POST Crm/CRM_SaveTag

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.CRM_Tag
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

TagType

string

None.

AddedBy

string

None.

AddedDate

date

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "14765243-f3c8-470a-8b1f-cb86258aeda2",
  "Name": "sample string 2",
  "TagType": "sample string 3",
  "AddedBy": "sample string 4",
  "AddedDate": "2026-04-03T08:48:43.0899191-04:00",
  "UpdatedDate": "2026-04-03T08:48:43.0899191-04:00"
}

application/xml, text/xml

Sample:
<CRM_Tag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <AddedBy>sample string 4</AddedBy>
  <AddedDate>2026-04-03T08:48:43.0899191-04:00</AddedDate>
  <Id>14765243-f3c8-470a-8b1f-cb86258aeda2</Id>
  <Name>sample string 2</Name>
  <TagType>sample string 3</TagType>
  <UpdatedDate>2026-04-03T08:48:43.0899191-04:00</UpdatedDate>
</CRM_Tag>

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.