PUT api/leadpulse/agencyconfig
Update the leadpulse agency config for this agency Processes this lead pulse API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
Agency config data
LeadPulseAgencyConfigDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| HomeSearchNames |
The collection of home search names. |
Collection of string |
None. |
| SuperUserId |
The unique identifier of the related super user resource. |
integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"HomeSearchNames": [
"sample string 1",
"sample string 2"
],
"SuperUserId": 1
}
Response Information
Resource Description
200 OK with updated LeadPulseAgencyConfigDataContract, 400 Bad Request, or 404 Not Found
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.