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

Pet

{
    "id": 1,
    "category": {
        "id": 1,
        "name": "string"
    },
    "name": "doggie",
    "photoUrls": [
        "string"
    ],
    "tags": [
        {
            "id": 1,
            "name": "string"
        }
    ],
    "status": "available"
}
Built with