POST api/leadpulse/agencyconfig

Create 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
NameDescriptionTypeAdditional 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

201 Created with LeadPulseAgencyConfigDataContract, 400 Bad Request, or 409 Conflict

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.