POST api/leadpulse/agencyconfig
Create the leadpulse agency config for this agency
Request Information
URI Parameters
None.
Body Parameters
Agency config data
LeadPulseAgencyConfigDataContractName | 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
201 Created with LeadPulseAgencyConfigDataContract, 400 Bad Request, or 409 Conflict
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.