Accept a proposal

Assign the worker on-chain once the escrow is funded.

View as Markdown

After funding the escrow, accept the proposal you want. This assigns the applicant on-chain and creates a contract.

$curl -X POST https://api.carbosilex137.com/api/v1/proposals/<proposal-uuid>/accept \
> -H "X-API-Key: $CARBOSILEX_API_KEY"
1{ "success": true, "message": "Proposal accepted" }

Requirements

ConditionIf not met
You are the job owner403 Only the job owner can accept
The proposal is PENDING400 Proposal is not pending
The escrow is FUNDED400 Fund the escrow before accepting

Accepting requires the escrow to be funded first. If you see Fund the escrow before accepting, complete Fund the escrow and try again.

After accepting

The applicant is notified and assigned. They complete the work and submit a delivery for your review.