Skip to content

Create Offer

Offers can only be created by approved experts with valid bank, billing, and company details. Only testimonies in the pending or offered state are eligible.

HTTP Request

POST /api/v1/testimonies/:testimonyId/offers

ParameterDescription
price numberOffer price.
elaborationInDays numberEstimated days for completion.

Response

201 Created

json
{
  "data": {
    "id": "9dc6f0f8-f7d7-4676-8c07-13a1f0865681",
    "price": 500,
    "elaborationInDays": 14,
    "commission": 105,
    "expert": null
  }
}