PUT /fulfillment/hetaUpdate/{dspname}/{locationId}

Path parameters

  • dspname string Required
  • locationId string Required
application/json

Body

object object

Responses

  • 200 application/json
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": ""
}