The new eTaxGo
    Default module
    • Default module
    • Etaxgo V2 Partner API
    • 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 tax document with generation pipeline
        POST
    • Dashboard
      • Advanced document search with date range
        POST
    • Schemas
      • test
      • CreateDocumentResponse
      • ErrorResponse
      • OAuthTokenResponse
      • PaginatedResponse
      • PaginationMeta
      • SubmitDocumentRequest
      • TokenRequest

    SubmitDocumentRequest

    Full tax invoice submission payload

    {
        "buyer": {
            "address": {},
            "branchNo": "string",
            "name": "string",
            "taxId": "string",
            "taxIdSchemeId": "string"
        },
        "dateDocument": "2019-08-24T14:15:22.123Z",
        "documentNo": "string",
        "documentType": "388",
        "emailAddress1": "string",
        "items": [
            {
                "productCode": "string",
                "productName": "string",
                "quantity": 0,
                "sequence": 0,
                "total": 0,
                "unitName": "string",
                "unitPrice": 0,
                "vatRate": 0
            }
        ],
        "smsTelNo": "string"
    }
    Built with