New Home Feed API
Methods
Accounts
Batch
Divisions
Test
batch.upload
Upload a large batch of data into New Home Feed.
All required data (see the appropriate format specification) must be included in every upload. To set an optional field's value to empty, include an empty element for that field. If the optional field is not included, the existing value in New Home Feed will not change.
HTTP Methods
Due to the size of the expected data, this call must be submitted via HTTP POST.
Arguments
- api_key (Required)
- Your API application key. See here for more details.
- data (Required)
- Inventory to be uploaded, in one of the supported XML formats (see format parameter).
- format (Required, if XML is not in New Home Feed format)
- Format of submitted inventory data packet. Allowed values are 'nhf' (default) and 'bdx' (New Home Source)
Sample Request
http://api.newhomefeed.com/v1/batch/upload?api_key=your_api_key&format=bdx&data=<Builders ...></Builders>
Example Response
This method returns an empty success response.
Error Codes
See here for a complete list of error codes.