POST api/v1/Segments/GetContactCount

Returns a Contact count based on a list of segmentIds

Request Information

URI Parameters

None.

Body Parameters

SegmentsCountDto
NameDescriptionTypeAdditional 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

integer

Response Formats

application/json, text/json

Sample:
1