China Golden Tax System Integration API Overview

The Golden Tax API is the primary way to get China VAT transaction data in and out of NetSuite. It is a RESTful based API that applications can use to retrieve transaction data and update VAT status.

API Basics

The Golden Tax System API is HTTP-based. The API receives requests that are formatted in JavaScript Object Notation (JSON) format. The China Localization Golden Tax API allows you to specify the needed information and formatting in the request.

Your integration should both send and receive VAT transaction information with NetSuite and the China Golden Tax System.

The following are guidelines when developing an application to integrate with NetSuite China Localization Golden Tax System:

  1. Your integration script should have GET and PUT functions for your RESTlet. Additionally, your integration should contain the following:

    • Requests to the China Localization Golden Tax System API endpoint Internal URL. For more information, see Golden Tax System API Internal Script URL.

    • Outbound requests to the China Golden Tax System through the GTA RESTful APIs.

  2. The URL in the Self-Built Scripts field in the China Localization configuration page should point to the integration script you built for Golden Tax System Integration.

  3. Your integration should have a status to control progress in the scripts.

  4. Your integration should maintain the status values in the list first before importing new values.

  5. If a partner uses the synchronize method to build the integration, the partner will need to add item volume check validation.

  6. Your integration script should be able to handle both JavaScript (JS) and error responses. Your error handling should also cover GTA RESTful API error responses.

    • JS errors need to be handled and try/catched.

    • Parse the responses to check if error occurred.

Authentication

The NetSuite China Localization Golden Tax System API requires authentication for every request. For more information, see Authentication Overview.

Golden Tax System API Internal Script URL

For sending and receiving data to and from NetSuite, requests should be sent to the Golden Tax System API endpoint provided. This URL is unique for every account in NetSuite. You will need to find the script file in NetSuite.

To find the Golden Tax System API internal script file:

  1. Go to Customization > Scripting > Script Deployments.

  2. In the Script Deployments filters, select RESTlet in the Type dropdown list.

  3. Locate the script RL CN VAT Export Data in the results.

  4. Click View.

  5. You will find the script URL in the External URL field.

Use this URL when sending your requests to the NetSuite China Localization Golden Tax System API.

Output Requests

The following describes the details when requesting information from NetSuite.

Input Requests

The following describes the details when sending information from NetSuite.

General Notices