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": "245078da-02d2-413c-98de-9b427b7ecbef",
  "segment": "sample string 2",
  "visit_frequency_days_interval": 3,
  "sales_organization_id": "b7c9e094-17df-4c44-9f52-2ed9bfdee9dd",
  "modified_dateutc": "2026-03-07T14:53:42.9278082+00:00"
}

application/xml, text/xml

Sample:
<marketing_segment xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>245078da-02d2-413c-98de-9b427b7ecbef</id>
  <modified_dateutc>2026-03-07T14:53:42.927Z</modified_dateutc>
  <sales_organization_id>b7c9e094-17df-4c44-9f52-2ed9bfdee9dd</sales_organization_id>
  <segment>sample string 2</segment>
  <visit_frequency_days_interval>3</visit_frequency_days_interval>
</marketing_segment>