GET api/integration/ziplingo/rep/preferences/{repDID}

Gets representative preference information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
repDID

The RepDID.

string

Required

Body Parameters

None.

Response Information

Resource Description

IZipLingoRepInfoResponse
NameDescriptionTypeAdditional information
RepID

integer

None.

ZipLingoOptIn

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<ZipLingoRepInfoResponse>
  <RepID>0</RepID>
  <ZipLingoOptIn>False</ZipLingoOptIn>
</ZipLingoRepInfoResponse>

application/json, text/json

Sample:
{
  "RepID": 0,
  "ZipLingoOptIn": false
}