gigstack API
    gigstack API
    • Welcome to gigstack API
    • gigstack Connect API Guide
    • Migrar de API v1 a v2 de gigstack
    • Clients
      • Clients API Guide
      • List clients
      • Get client
      • Update client
      • Create client
      • Validate client fiscal information
      • Get client customer portal access token
      • Stamp pending receipts
      • Delete client
      • Upload CSF PDF to create or update client
    • Services
      • Services API Guide
      • List services
      • Get service
      • Update service
      • Create service
      • Delete service
    • Invoices
      • Invoices API Guide
      • Income
        • List income invoices
        • Get income invoice
        • Create income invoice
      • Egress
        • List egress invoices
        • Get egress invoice
        • Create egress invoice
      • List CFDI errors
      • List payment complement invoices
      • Get payment complement invoice
      • Get invoice files
      • Cancel invoice
    • Payments
      • Payments API Guide
      • List payments
      • Get payment
      • Request payment
      • Register payment
      • Mark payment as paid
      • Refund payment
      • Cancel payment
      • Search payments
    • Receipts
      • Receipts API Guide
      • List receipts
      • Get receipt
      • Create receipt
      • Stamp receipt
      • Cancel receipt
    • Teams
      • Teams API Guide
      • List teams
      • Get team
      • Get team integrations
      • Get team series
      • Get team onboarding URL
      • Update team
      • Update team series
      • Update team settings
      • Create team
      • Add team member
      • Remove team member
      • Create team series
      • Upload SAT CSD certificates
      • Sign manifest document
    • Users
      • Users API Guide
      • List users
      • Get user
      • Update user
      • Create user
      • Reset user password
      • Generate login link
    • Catalogs
      • Tax Regimes Catalog (Régimen Fiscal)
      • Payment Forms | Formas de pago
      • CFDI Usage Catalog (Uso CFDI)
      • Payment Methods Catalog (Método de Pago)
      • Months and Bimesters Catalog (Meses y Bimestres)
      • Invoice Relationships Catalog (Relación entre Facturas)
    • Webhooks
      • Webhooks
      • List webhooks
      • Create webhook
      • Get webhook
      • Update webhook
      • Delete webhook
    • Schemas
      • Schemas
        • ApiResponse
        • Category
        • Pet
        • Tag
        • Order
        • StandardizedSuccessResponse
        • StandardizedErrorResponse
        • ApiErrorCode
      • RequestBodies
        • UserArray
      • OrderDirection
      • ApiPublicClient
      • Client
      • DateRangeFilter
      • Service
      • ListQueryParams
      • ClientInput
      • ApiPublicService
      • ServiceInput
      • PaginationMeta
      • Invoice
      • InvoiceIncomeInput
      • Payment
      • PaymentInput
      • PaymentItem
      • InvoiceInput
      • InvoiceEgressInput
      • Team
      • PaymentAllowedMethod
      • TeamInput
      • TeamSettingsInput
      • CfdiError
      • ApiPublicPaymentProcessorDetails
      • User
      • ApiPublicPayment
      • UserInput
      • ClientAddress
      • TaxSchema
      • StandardSuccessResponse
      • RequestPaymentInput
      • RegisterPaymentInput
      • ListResponse
      • ErrorResponse
      • ApiPublicIncomeInvoice
      • ValidationErrorResponse
      • RefundPaymentInput
      • ApiPublicTeam
      • UnauthorizedError
      • MarkPaymentAsPaidInput
      • ApiPublicUser
      • NotFoundError
      • ApiPublicSearch
      • InternalServerError
      • ApiPublicThirdParty
      • ApiPublicInvoiceConfig
      • ApiPublicRefund
      • ApiPublicAutomations
      • TeamSettings
      • TaxElement
      • SeriesInput
      • Series
      • ApiPublicWebhook
      • ReceiptInput
      • WebhookInput
      • WebhookUpdateInput
      • PaymentMethodEnum
      • PaymentFormEnum
      • AutomationTypeEnum
      • ItemSchema

    TeamSettings

    {
        "keep_full_legal_name": false,
        "default_description": "Consulting services",
        "taxes": [
            {
                "base": 0,
                "factor": "Tasa",
                "inclusive": false,
                "rate": 0.16,
                "type": "IVA",
                "withholding": false
            }
        ],
        "taxes_usd": [
            {
                "base": 0,
                "factor": "Tasa",
                "inclusive": false,
                "rate": 0.16,
                "type": "IVA",
                "withholding": false
            }
        ],
        "emails": {
            "invoices_bcc": [
                "admin@company.com"
            ],
            "avoid_invoice_emails": false,
            "avoid_test_invoice_emails": true,
            "avoid_receipts_emails": false
        },
        "override_item_description": "Professional services",
        "global_invoice_disabled": false,
        "complements": [
            {
                "type": "custom",
                "data": "<xml>...</xml>"
            }
        ],
        "uses_on_self_invoice_portal": [
            "P01",
            "P02"
        ],
        "invoice_pdf_notes": "Additional notes for PDF invoices",
        "product_key": "80141503",
        "unit_key": "E48",
        "use": "P01",
        "automate_complement_for_ppd_invoices": false,
        "withholding_taxes": [
            {
                "base": 0,
                "factor": "Tasa",
                "inclusive": false,
                "rate": 0.16,
                "type": "IVA",
                "withholding": false
            }
        ],
        "periodicity": "day",
        "default_series": {
            "income": {
                "serie": "A",
                "folio_number_live": 1001,
                "folio_number_test": 1
            },
            "complements": {
                "serie": "C",
                "folio_number_live": 1001,
                "folio_number_test": 1
            },
            "credit_note": {
                "serie": "N",
                "folio_number_live": 1001,
                "folio_number_test": 1
            }
        },
        "created_at": 1677651234,
        "updated_at": 1677651234
    }
    Built with