New Home Feed API
Methods
Accounts
Batch
Divisions
Test
divisions.register
Authentication
Caller must be registered with New Home Feed as an Agency or CRM Provider.
Arguments
- api_key (Required)
- Your API application key.
- parent_number (Required)
- Unique identifier of this division's parent company. This can be the unique ID that you use in your product.
- number (Required)
- Unique identifier for this division. This can be the unique ID that you use in your product.
- company (Required)
- How you identify your division name internally (not consumer-facing).
- email (Required)
- User's login email address
- password (Required)
- User's login password
Sample Request
http://api.newhomefeed.com/v1/divisions/register?api_key=your_api_key&parent_number=ACME&number=ACME_NORTH&company=Acme%20Builders%20North
Sample Response
This method returns the New Home Feed builder ID of the new division, which can be used in subsequent calls to reference this division.
<builder_id>123</builder_id>
Error Codes
See here for a complete list of error codes.