xBillion API
Home
Home
  1. Sample Schemas
  • xBillion
    • Introduction
    • Authentication
    • Webhhoks
    • API
      • Payments
        • Get information
        • Create payment
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • CreatePayinResponseAmount
      • PayinResponseTransactionFee
      • PayinResponseNext
      • Payin Bank Card
      • CreatePayinRequest
      • PayinResponse
      • ReturnURLs
      • Customer
      • BadRequest
      • Forbidden
      • InternalServerError
      • InvalidParam
      • Unauthorized
      • UnprocessableEntity
Home
Home
  1. Sample Schemas

Pet

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