Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

marketing_segment
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
segment

Marketing segment Name

string

Required

Max length: 50

visit_frequency_days_interval

Number of days between 2 visits

integer
sales_organization_id

FK of sales_organization. Filled if specific of one SO, empty if can be used by all

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "c82e35df-f8e7-4898-a37c-1d1e891e4a7a",
  "segment": "sample string 2",
  "visit_frequency_days_interval": 3,
  "sales_organization_id": "c51d1420-d880-4c3e-af29-a3e0a352720b",
  "modified_dateutc": "2026-01-11T21:05:33.8391405+00:00"
}

application/xml, text/xml

Sample:
<marketing_segment xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>c82e35df-f8e7-4898-a37c-1d1e891e4a7a</id>
  <modified_dateutc>2026-01-11T21:05:33.839Z</modified_dateutc>
  <sales_organization_id>c51d1420-d880-4c3e-af29-a3e0a352720b</sales_organization_id>
  <segment>sample string 2</segment>
  <visit_frequency_days_interval>3</visit_frequency_days_interval>
</marketing_segment>