POSPointe
  1. Sample Schemas
POSPointe
  • POSPointe GiftCard Server
  • Pospointe Trans
  • MyPOSPointe API
  • Pospointe Agent
  • Pospointe Loyalty
  • Sample Schemas
    • Pet
    • Category
    • Tag
  • Schemas
    • AuthRequest
    • Franchisee
    • RadeemRequest
    • ReloadRequest
    • RequestBalanceCheck
    • RequestChangeStatus
    • ThirdPartyUser
    • TokenRequest
    • enc
    • CardsIdGet200TextPlainResponse
    • CardsIdGet200ApplicationJsonResponse
    • CardsIdGet200TextJsonResponse
    • FranchiseeArray
  1. Sample Schemas

Pet

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