Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rohithBirdeye/5bf0d5b763f5bdb8831e4f719ea36d59 to your computer and use it in GitHub Desktop.
Save rohithBirdeye/5bf0d5b763f5bdb8831e4f719ea36d59 to your computer and use it in GitHub Desktop.
Reactivation/Closure
Reactivation
curl -X POST -H "Content-type: application/json" -H'Accept:application/json' 'http://api.birdeye.com:8080/resources/v1/business/restore/{Long bId}' -v
// CloseLost && Remove
curl -X PUT -H "Content-type: application/json" -H'Accept:application/json' 'http://api.demo11.birdeye.com:8080/resources/v1/business/{Long bId}/closedlost' -v
curl -X POST -H "Content-type: application/json" -H'Accept:application/json' 'http://api.demo11.birdeye.com:8080/resources/v1/business/remove/{Long bId}' -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment