1. cantacts
  • Muhasip 4.0
  • 🔒 Rate Limiting
  • Cariler
  • Uygulamalar
    • Taksit
      • Index
      • Detail
      • Create
      • Cancel
      • Logs
      • Check
  • Health
    GET
  • Schemas
    • helpers
      • variables
      • paginateSchema
    • general
      • definitions
    • apps
      • installments
        • installments
        • installmentCronHistories
    • cantacts
      • contactPeoples
      • contacts
  1. cantacts

contacts

{
    "id": "string",
    "taxId": "string",
    "otherTaxIds": [
        "string"
    ],
    "address": "string",
    "archived": true,
    "cities": "string",
    "contactPeoples": [
        {
            "id": "string",
            "name": "string",
            "phone": "string",
            "email": "string",
            "info": "string",
            "others": [
                "string"
            ]
        }
    ],
    "countries": "string",
    "countriesCode": "string",
    "default": true,
    "employees": true,
    "employeesInfo": {
        "photo": null,
        "repeat": true
    },
    "ibans": [
        "string"
    ],
    "isCustomer": true,
    "isOim": true,
    "labels": [
        "string"
    ],
    "name": "string",
    "person": true,
    "states": "string",
    "variables": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "groups": "string",
    "summary": 0,
    "balance": {
        "receivable": 0,
        "debt": 0,
        "payment": 0,
        "paid": 0,
        "sale": 0,
        "purchase": 0
    }
}
Built with