GET api/integration/ziplingo/rep/preferences/{repDID}
Gets representative preference information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repDID |
The RepDID. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IZipLingoRepInfoResponse| Name | Description | Type | Additional 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
}