MLS Transaction
transaction (/mls/transaction)
list
URI | /list |
---|---|
HTTP method | GET |
Parameters | start (integer) |
Result | Array of objects: { "success": true, "totalCount": (integer) "data": { (...) } } |
Description |
get
URI | /get |
---|---|
HTTP method | GET |
Parameters | id (integer)* - id of transaction |
Result | Array of objects: { "success": true, "data": { (...) } } |
Description |
create
URI | /create |
---|---|
HTTP method | POST |
Parameters | listingId (integer) transactionType (Dictionary: SaleCommercial, RentResidential, RentCommercial, ManagementResidential, ManagementCommercial, GroundSale, PrimaryMarketSale, Valuation, MortgageAndInsurance, Consulting, ConsultationAssessment, MarkerResearch, Marketing ) |
Result | Array of objects: { "success": true, "data": { "id": (integer) } } |
Description |
update
URI | /update |
---|---|
HTTP method | POST |
Parameters | id (integer) |
Result | Array of objects: { "success": true, } |
Description |