Rentamon API
  1. Sample Schemas
Rentamon API
  • New Booking
    POST
  • Cancelation
    POST
  • Block
    POST
  • Unblock
    POST
  • Price & Discount
    POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • ErrorCodes
    • Response
      • ErrorResponse
  1. Sample Schemas

Category

{
    "id": 1,
    "name": "string"
}
Built with