Skip to main content
POST
/
v1
/
setCustomerRevenueSystemConfigurations
Set revenue system configurations for a customer
curl --request POST \
  --url https://api.metronome.com/v1/setCustomerRevenueSystemConfigurations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [
    {
      "customer_id": "4db51251-61de-4bfe-b9ce-495e244f3491",
      "provider": "netsuite",
      "configuration": {
        "netsuite_customer_id": 12345
      }
    }
  ]
}
'
{
  "data": [
    {
      "id": "e045c62b-65e7-4e84-a924-3f06f8b621d0",
      "customer_id": "6a37bb88-8538-48c5-b37b-a41c836328bd",
      "delivery_method_id": "ebacc0cc-56ac-4cfa-971b-4fc3f58ee960",
      "provider": "netsuite",
      "configuration": {
        "netsuite_customer_id": "12345"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The details of the revenue system configurations to insert

data
array
required

Response

Success

data
array
required