cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#NETSUITE_CREATE_ACCOUNT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "NETSUITE_CREATE_ACCOUNT", "parameters": { "acctNumber": "<string>", "acctName": "<string>", "subsidiaries": "<string>", "acctType": "Bank", "parent": "<string>", "accountAdditionalFields": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Number : Enter the number to identify this account. (example: "6000")
Name : Enter up to 31 characters for an account name that will appear on all reports. (example: "Expenses")
Subsidiaries : Select one or more subsidiaries by subsidiary ID to restrict the use of this account.
Type : Select a GAAP category for the type of account you are creating.
Bank
AcctRec
OthCurrAsset
FixedAsset
OthAsset
AcctPay
CredCard
Sub-Account Of : Select the parent account if this account is a sub-account of another.
Additional Fields : Specify additional fields to include on this Account as JSON. See the docs (https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2021.2/index.html#/definitions/account) for available fields. (example: "[ { "availableBalance": 10 } ]")
Success
Was this page helpful?