GET Constituents?customerId={customerId}&secCustomerId={secCustomerId}

Get constituent data.

Request Information

Parameters

NameDescriptionAdditional information
customerId

Define this parameter in the request URI.

secCustomerId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LabelName1": "sample string 2",
  "Label1": "sample string 3",
  "Text1": "sample string 4",
  "LabelName2": "sample string 5",
  "Label2": "sample string 6",
  "Text2": "sample string 7",
  "Label3": "sample string 8",
  "Text3": "sample string 9",
  "Label4": "sample string 10",
  "Text4": "sample string 11"
}

application/xml, text/xml

Sample:
<Constituent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <LabelName1>sample string 2</LabelName1>
  <Label1>sample string 3</Label1>
  <Text1>sample string 4</Text1>
  <LabelName2>sample string 5</LabelName2>
  <Label2>sample string 6</Label2>
  <Text2>sample string 7</Text2>
  <Label3>sample string 8</Label3>
  <Text3>sample string 9</Text3>
  <Label4>sample string 10</Label4>
  <Text4>sample string 11</Text4>
</Constituent>