POST api/v1/Segments/GetContactCount
Returns a Contact count based on a list of segmentIds
Request Information
URI Parameters
None.
Body Parameters
SegmentsCountDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SegmentIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SegmentIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1