{ "description":"Rightmove Realtime Datafeed Json Schema for the get branch phone leads request", "type":"object", "properties":{ "network":{ "type":"object", "id":"network", "required":true, "description":"Information about the network calling the API", "properties":{ "network_id":{ "type":"integer", "id":"network_id", "required":true, "description":"Unique Rightmove reference for this network" } }, "additionalProperties":false }, "branch":{ "type":"object", "id":"branch", "required":true, "description":"Details about which branch's phone leads are being retrieved", "properties":{ "branch_id":{ "type":"integer", "id":"branch_id", "required":true, "description":"Unique Rightmove reference for this branch" } }, "additionalProperties":false }, "export_period":{ "type":"object", "id":"export_period", "required":true, "description":"Defines the period for which phone leads are being exported", "properties":{ "start_date_time":{ "type":"string", "id":"start_date_time", "required":true, "description":"The timestamp for the start of the export period - this cannot be more than 28 days ago in the format: dd-MM-yyyy HH:mm:ss" }, "end_date_time":{ "type":"string", "id":"end_date_time", "required":true, "description":"The timestamp for the end of the export period - this cannot be more than 28 days ago in the format: dd-MM-yyyy HH:mm:ss" } }, "additionalProperties":false } }, "additionalProperties":false }