Hypothetical Estimated Time Run in API Explorer
Ask AI
PUT
/fulfillment/hetaUpdate/{dspname}/{locationId}
curl \
--request PUT 'https://api.staging.deliverect.com/fulfillment/hetaUpdate/{dspname}/{locationId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '[{"heta":100}]'
Request example
[
{
"heta": 100
}
]
Response examples (200)
{
"summary": "OK",
"value": ""
}