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
/terms
export 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
/terms
export 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 /:id
export 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 /:id
export 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 /:id
export ICLOUDREADY_API_KEY=[your api key]curl -X DELETE \-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \https://app.icloud-ready.com/terms/:id