Skip to main content
POST
/
api
/
cost
/
v1
/
billingtags
Upsert billing codes
curl --request POST \
  --url https://api.example.com/api/cost/v1/billingtags \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "billingTags": [
    "<string>"
  ]
}
'
{
  "billingTags": [
    {
      "tag": "<string>"
    }
  ]
}

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Billing codes to upsert

billingTags
string[]
required

Response

Success

billingTags
object[]
required