Etaxgo V2
    • Authentication
      • Get access token (OAuth 2.0 Client Credentials)
        POST
    • Documents
      • Full document detail + line items + linked docs
        GET
      • Stream signed PDF from blob storage
        GET
      • Create a Cancellation Note (T07)
        POST
      • Create a Credit Note (81)
        POST
      • Create a Debit Note (80)
        POST
      • Create a Replacement Tax Invoice (388)
        POST
      • Create a tax invoice (e-Tax Invoice, type 388)
        POST
    • Dashboard
      • Advanced document search with date range
    • Locations
      • Resolve Thai address codes (sub-district / district / province + post code)
    • Schemas
      • AdjustmentDocRequest
      • BillDiscountItem
      • CancelDocRequest
      • ErrorResponse
      • LocationResult
      • LocationSearchResponse
      • OAuthTokenResponse
      • OpenAPIBuyer
      • OpenAPIBuyerDelivery
      • OpenAPICreateResponse
      • OpenAPICreateValidationError
      • OpenAPIDiscount
      • OpenAPIDocumentDetails
      • OpenAPIDocumentSellerRef
      • OpenAPILineItem
      • OpenAPISellerRef
      • OpenAPITaxInvoiceHeader
      • OpenAPITaxInvoiceRequest
      • PaginatedResponse
      • PaginationMeta
      • ReplacementDocRequest
      • TokenRequest

    OpenAPIDocumentSellerRef

    Optional. Selects which of your branches issues this document. The seller identity itself is resolved from the company your API key belongs to — you only choose the branch here.

    {
        "branchNo": "string"
    }
    Built with