POST
/
projects
/
{project_id}
/
actions
/
#DYNAMICS_365_FINANCE_CREATE_CUSTOMER
365 Finance Create Customer
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_365_FINANCE_CREATE_CUSTOMER' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "DYNAMICS_365_FINANCE_CREATE_CUSTOMER",
  "parameters": {
    "CustomerAccount": "<string>",
    "Name": "<string>",
    "CustomerGroupId": "<string>",
    "OrganizationNumber": "<string>",
    "PartyType": "Organization",
    "SalesCurrencyCode": "<string>",
    "PartyCountry": "<string>",
    "AddressStreet": "<string>",
    "AddressCity": "<string>",
    "AddressZipCode": "<string>",
    "PrimaryContactPhone": "<string>",
    "PrimaryContactEmail": "<string>",
    "customerAdditionalFields": {}
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Your Paragon Project ID

Body

application/json

Response

200

Success