CRM360° CustomerApi Documentation

Customer - SegmentType

Manage the segment types entities.

Required HTTP Headers

  • X-Crm360Api-Token
  • X-Crm360Api-CustomerName
  • X-Crm360Api-DatabaseAlias

Functions

Entity Properties

Name Type Is Mandatory
SegmentTypeId Int16
Label String
Identifier String
SourceId Int16
SegmentationId Int32
SegmentationIdentifier String
DeletionFlag Boolean
Segments Collection of Segment
Segmentation Segmentation
Source Source

Examples

Select all SegmentTypes

https://customerapi.fts-crm360.com/data/SegmentTypes()
HttpMethod : GET
Json Result :
[ { "SegmentTypeId" : "4", "Label" : "u D uLzt9ELXpwW3", "Identifier" : "a860yL", "SourceId" : "1", "SegmentationId" : "94", "SegmentationIdentifier" : "ufQNlCvAExdW2", "DeletionFlag" : "True" }, { "SegmentTypeId" : "9", "Label" : "ioFlUs4fk1c8", "Identifier" : "z8dEcSbveHnnrj sjIt", "SourceId" : "9", "SegmentationId" : "27", "SegmentationIdentifier" : "c0CZzXtALRDI9f", "DeletionFlag" : "False" }, ... ]

Select SegmentType by Id

https://customerapi.fts-crm360.com/data/SegmentTypes(4)
HttpMethod : GET
Json Result :
{ "SegmentTypeId" : "8", "Label" : "5bwCgc8oId", "Identifier" : "tv qKenACeDBd6W", "SourceId" : "5", "SegmentationId" : "54", "SegmentationIdentifier" : "5 xxyffk7XFwq", "DeletionFlag" : "False" }

Create a SegmentType

https://customerapi.fts-crm360.com/data/SegmentTypes()
HttpMethod : POST
Json Post :
{
"Label" : "dhDdy QwTaXukkG Fh",
"Identifier" : "9O77fKliP6R K",
"SourceId" : "1",
"SegmentationId" : "47",
"SegmentationIdentifier" : "zeDy4iAcXHw",
"DeletionFlag" : "False"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a SegmentType

https://customerapi.fts-crm360.com/data/SegmentTypes(4)
HttpMethod : PUT
Json Post :
{
"SegmentTypeId" : "4",
"Label" : "qpHV8whl",
"Identifier" : "SMcA AlMoGHT6",
"SourceId" : "1",
"SegmentationId" : "75",
"SegmentationIdentifier" : "NdjYZmL Pns Hs",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a SegmentType

https://customerapi.fts-crm360.com/data/SegmentTypes(4)
HttpMethod : PATCH
Json Post :
{
"SegmentationIdentifier" : "6wlahLaw",
"SegmentationId" : "92"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a SegmentType

https://customerapi.fts-crm360.com/data/SegmentTypes(4)
HttpMethod : DELETE

Translate a SegmentType label

https://customerapi.fts-crm360.com/data/SegmentTypes(4)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3