sangraha
  1. Sample Schemas
sangraha
  • 🐶 Walk through Apidog
  • orders_data
    GET
  • login_user
    POST
  • user_registration
    POST
  • make_order
    POST
  • single_order_data
    GET
  • change_order_status
    POST
  • get_order_cart
    GET
  • get_all_societies
    GET
  • add_society_to_business
    POST
  • remove_society_from_business
    POST
  • subscription_status
    GET
  • get_indian_states
    GET
  • get_cities_by_state_id
    GET
  • get_society_member
    GET
  • get_all_society_members
    GET
  • society_register_member
    POST
  • society_edit_member
    POST
  • remove_society_member
    POST
  • society_suggestion
    POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Sample Schemas

Pet

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