Skip to main content
POST
/
invoice
/
accept-quote
Accept Quote API
curl --request POST \
  --url https://vpn.bserv.dev/api/v1/invoice/accept-quote \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data invoice_id=5
{
  "success": false,
  "errors": "Quote ID: 5 not found."
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded
invoice_id
integer
required
Examples:

5

Response

400 - application/json

Bad Request

success
boolean
required
errors
string
required