|

Create a manual decision for a business

post/businesses/{fp_bid}/decisions
Preview
External ID
Locked
Creates a new manual review decision for a business, overriding any previous decision and clearing any outstanding manual review.

Request

Path parameters

fp_bid·

string

Body

annotation·

string

Human-readable explanation for the manual review that will be displayed in the user timeline on the dashboard.

status·

string

Allowed values:

fail
pass

Response

Empty JSON.
POST /businesses/{fp_bid}/decisions
1curl -X POST https://api.onefootprint.com/businesses/{fp_bid}/decisions \
2  -u sk_test_xxxxx: \
3  -d '{
4    "annotation": "Lorem ipsum dolor",
5    "status": "fail"
6  }'
Response example
{}