Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Your Paragon Project ID
Body
application/json
Response
200
Success
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_365_FINANCE_UPDATE_CUSTOMER' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "DYNAMICS_365_FINANCE_UPDATE_CUSTOMER",
"parameters": {
"customerId": "<string>",
"Name": "<string>",
"CustomerGroupId": "<string>",
"OrganizationNumber": "<string>",
"PartyType": "Organization",
"SalesCurrencyCode": "<string>",
"PartyCountry": "<string>",
"AddressStreet": "<string>",
"AddressCity": "<string>",
"AddressZipCode": "<string>",
"PrimaryContactPhone": "<string>",
"PrimaryContactEmail": "<string>",
"customerAdditionalFields": {}
}
}'
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_365_FINANCE_UPDATE_CUSTOMER' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "DYNAMICS_365_FINANCE_UPDATE_CUSTOMER",
"parameters": {
"customerId": "<string>",
"Name": "<string>",
"CustomerGroupId": "<string>",
"OrganizationNumber": "<string>",
"PartyType": "Organization",
"SalesCurrencyCode": "<string>",
"PartyCountry": "<string>",
"AddressStreet": "<string>",
"AddressCity": "<string>",
"AddressZipCode": "<string>",
"PrimaryContactPhone": "<string>",
"PrimaryContactEmail": "<string>",
"customerAdditionalFields": {}
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?