MLS Adress Request

addressRequest (/mls/addressRequest)

list

URI

/list

HTTP method

GET

Parameters

state (Dictionary: Requested, Accepted, Rejected, Acquired)
start (integer)
limit (integer, max 200)

Result

Array of objects:

{
 "success": true,
 "totalCount": (integer)
 "data": { (...) }
}

Description


create

URI

/create

HTTP method

POST

Parameters

listingId (integer)

Result

Array of objects:

{
    "success": true,
    "data": {
        "id": (integer)
    }
}

Description


accept

URI

/accept

HTTP method

POST

Parameters

id (integer)* - id of request from list

Result

Array of objects:

{
    "success": true,
}

Description


reject

URI

/reject

HTTP method

GET

Parameters

id* (integer) id of request from list

Result

Array of objects:

{
 "success": true,
 "data": { (...) }
}

Description


getContact

URI

/getContact

HTTP method

GET

Parameters

id* (integer) id of request from list

Result

Array of objects:

{
 "success": true,
 "data": { (...) }
}

Description