Terms
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | /terms |
POST | /terms |
GET | /terms/:id |
PUT | /terms/:id |
DELETE | /terms/:id |
Retrieve undefined
Request
GET /termsexport ICLOUDREADY_API_KEY=[your api key]curl \-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \https://app.icloud-ready.com/terms
Response
No responseCreate undefined
Request Parameters
- namestring
- typestring
- locationstring
- pricenumber
- surfacenumber
- guarantynumber
- citystring
- subProjectIdstring
- priceBasestring
- unitImageUrlstring
- unitNameArstring
- unitLocationobject
- expenseobject
- startingPricenumber
- maxPricenumber
- unitDescstring
- unitDescArstring
- unitShortDescstring
- unitShortDescArstring
- galleryarray
- specsarray
- optionsarray
- paymentPlansarray
- floorsPlanarray
- readingsarray
Request
POST /termsexport ICLOUDREADY_API_KEY=[your api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \https://app.icloud-ready.com/terms\-d name="string"
Response
No responseRetrieve undefined
Path Parameters
- idstring
ID of the terms
Request
GET /terms /:idexport ICLOUDREADY_API_KEY=[your api key]curl \-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \https://app.icloud-ready.com/terms/:id
Response
No responseUpdate undefined
Path Parameters
- idstring
ID of the terms
Request
PUT /terms /:idexport ICLOUDREADY_API_KEY=[your api key]curl -X PUT \-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \https://app.icloud-ready.com/terms/:id
Response
No responseDelete undefined
Path Parameters
- idstring
ID of the terms
Request
DELETE /terms /:idexport ICLOUDREADY_API_KEY=[your api key]curl -X DELETE \-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \https://app.icloud-ready.com/terms/:id