Agency Service agency Agency

POST /realandmate/v1/AgencyService/agencies

Adds a real estate agency profile to Real&Mate.


To use this API method, send the POST request. Below is an example of how to call the API:

POST https://example.com/realandmate/v1/AgencyService/agencies

The response will include a JSON string containing information about the real estate agency profile. This string can be converted into a JavaScript object for easier use. Below is the format of the object after parsing the string:

{ "id": string, "url": string, "date_added": datetime }

{ "id": "77", "url": "https://example.com/realandmate/v1/AgencyService/agencies/77", "date_added": "2021-07-01T07:07:07Z" }

Code Description