curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SAGE_INTACCT_CREATE_VENDOR' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "SAGE_INTACCT_CREATE_VENDOR",
"parameters": {
"name": "<string>",
"status": "active",
"printAs": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>",
"email": "<string>",
"url": "<string>",
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"country": "<string>",
"vendorType": "<string>",
"parent": "<string>",
"glGroup": "<string>",
"taxId": "<string>",
"form1099Name": "<string>",
"form1099Type": "<string>",
"form1099Box": "<string>",
"defaultExpenseAccount": "<string>",
"creditLimit": "<string>",
"onHold": true,
"doNotPay": true,
"billingComments": "<string>",
"taxable": true,
"contactTaxGroup": "<string>",
"preferredPaymentMethod": "Printed Check",
"paymentPriority": "Urgent",
"billingType": "openitem",
"term": "<string>",
"mergePaymentRequests": true,
"sendPaymentNotification": true,
"displayTermDiscount": true,
"additionalFields": {}
}
}'
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SAGE_INTACCT_CREATE_VENDOR' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "SAGE_INTACCT_CREATE_VENDOR",
"parameters": {
"name": "<string>",
"status": "active",
"printAs": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>",
"email": "<string>",
"url": "<string>",
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"country": "<string>",
"vendorType": "<string>",
"parent": "<string>",
"glGroup": "<string>",
"taxId": "<string>",
"form1099Name": "<string>",
"form1099Type": "<string>",
"form1099Box": "<string>",
"defaultExpenseAccount": "<string>",
"creditLimit": "<string>",
"onHold": true,
"doNotPay": true,
"billingComments": "<string>",
"taxable": true,
"contactTaxGroup": "<string>",
"preferredPaymentMethod": "Printed Check",
"paymentPriority": "Urgent",
"billingType": "openitem",
"term": "<string>",
"mergePaymentRequests": true,
"sendPaymentNotification": true,
"displayTermDiscount": true,
"additionalFields": {}
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?