Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
marketing_segment| Name | Description | Type | Additional 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": "0ee37ec7-ddde-41c3-aae8-ba8d1b7dddd8",
"segment": "sample string 2",
"visit_frequency_days_interval": 3,
"sales_organization_id": "db2e9ef1-dd4f-421e-897b-0bd683e4ad2d",
"modified_dateutc": "2026-06-16T21:22:33.2923496+00:00"
}
application/xml, text/xml
Sample:
<marketing_segment xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>0ee37ec7-ddde-41c3-aae8-ba8d1b7dddd8</id> <modified_dateutc>2026-06-16T21:22:33.292Z</modified_dateutc> <sales_organization_id>db2e9ef1-dd4f-421e-897b-0bd683e4ad2d</sales_organization_id> <segment>sample string 2</segment> <visit_frequency_days_interval>3</visit_frequency_days_interval> </marketing_segment>