curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/decision_logic \
--header 'Content-Type: application/xml' \
--header 'x-api-key: <api-key>' \
--data '<string>'{
"_summary": {
"request_id": "<string>"
}
}Upload DecisionLogic XML files for a specified end user to translate into Heron Data format and add transactions for the end user
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/decision_logic \
--header 'Content-Type: application/xml' \
--header 'x-api-key: <api-key>' \
--data '<string>'{
"_summary": {
"request_id": "<string>"
}
}The end_user_id or heron_id of EndUser to upload
ISO 4217 currency code
"USD"
The body is of type string.
Was this page helpful?