This object is in archive! 

API - Rental Details - Retrieve pricing, capacity

Richard J. shared this problem 4 years ago
Solved

Calling the rental details API returns a feed that doesn't include pricing, or other fields such as capacity of the castle.


Is there an endpoint or a method to retrieve the pricing details of each product somehow?


https://www.inflatableoffice.com/support/knowledge-base/article/api-rentals-retrieve-details

Shows an example feed sans pricing.

Comments (1)

photo
1

you just need to add &_prices=1 to the request. &_body=1 is another you can use to return extra data if something is missing, but the request will take longer

photo
1

Thanks Jim!

The &_body=1, returns extra fields which is great, having issues returning pricing still.


&_prices=1 and &prices=1, doesn't return any extra fields regarding pricing. Is there anything else needed to be done in IO to have this returned? Full API access and pricing obviously set up in IO already.


Thanks for your help.

photo
1

I think you also need to use api v5... /api5/rentals/....

photo
1

Thanks Joel. Will try that.

Is there documentation surrounding the latest api?

Replies have been locked on this page!