PUT api/leadpulse/agencyconfig
Update the leadpulse agency config for this agency
Request Information
URI Parameters
None.
Body Parameters
Agency config data
LeadPulseAgencyConfigDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| HomeSearchNames | Collection of string |
None. |
|
| SuperUserId | 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.