Overwrite ad order fees

Replaces the assigned fees for the specified Ad Order with the supplied list of fee type ids.

Request

POST /fee/overwriteAdOrderFees?adorder_id=[adorder_id]

Response

JSON Fields Type Description
messages Object Array An array of any error messages.
messages[].level String Error level.
messages[].code String Error code.
messages[].message String Error message.
entity Integer Array An array of fee type ids

Example

Request

curl -u \<user>:\<password> -X POST -H "Content-Type: application/json" -d '\[732]' https\://sandbox-api.viant.com/v1/fee/overwriteAdOrderFees?adorder\_id=15812

Response

{
  "messages": [],
  "entity": [732]
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!