Rentamon API
  1. 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. Schemas

ErrorCodes

{
    "400": "Bad Request",
    "401": "Unauthorized",
    "422": "Unprocessable Entity",
    "500": "Internal Server Error"
}
Built with