Skip to content

Instantly share code, notes, and snippets.

@rohithBirdeye
Created February 20, 2019 22:45
Show Gist options
  • Save rohithBirdeye/8fa20a57a7f8a3b9bde793971662b80a to your computer and use it in GitHub Desktop.
Save rohithBirdeye/8fa20a57a7f8a3b9bde793971662b80a to your computer and use it in GitHub Desktop.
curl -X PUT \
'https://bizappsapi.birdeye.com/operations/billing/290813424/pricingtier?api_key=uu7qrdki2HkQ7H7yf3diI92dkQ6uy7Hd' \
-H 'accept: application/json' \
-H 'content-type: application/json'
-d '{
"discountType":"tier",
"minSubscriptionQuantity":2,
"messages":[
{
"startQty":1,
"endQty":10,
"pricePerUnit":75
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment