Theme

Gig Results

Gig Result

What are Gig Results?

Gig Result represents the work done by worker within certain gig. It can be created only AFTER the work was approved.

Related guide: Results & Rewards

Possible errors: see here

The gig result object

AttributeTypeNote
gig_task_idstringID of the associated gig task
user_idstringID of the associated user
titlestringTitle of the gig result
quantitynumberQuantity of completed tasks
cost_center_keystringA EPAM project code for book keeping in finance. It is required if cost_center_data is not given
cost_center_dataobjectA json object containing customer details. It is required if cost_center_key is not given
descriptionstringDescription of the gig result
idempotency_keystringThe API supports idempotency for safely retrying requests without accidentally performing the same operation twice
multiplierstringA factor in the range of 0.0000 - 9.9999 which will be multiplied to the base price for the completed task. Use it to give your payout a boost or a reduction. The end payout is calculated as following: quantity x task.base_price x multiplier. By default multiplier = 1.0
currencystringCurrency of paid amount, you can choose between "USD" and "EUR", by default it's "EUR"
delivery_datestring%Y-%m-%d format; When did the worker perform the work, by default it equals to the creation time of the gig result
{
      "id": "1",
      "object": "gig_result",
      "gig_task_id": "1",
      "user_id": "1",
      "title": "Batman Begins",
      "description": "All right, Mr. DeMille, I'm ready for my closeup.",
      "quantity": 2,
      "multiplier": "1.0",
      "currency": "EUR",
      "delivery-date": "2022-06-13",
      "cost-center-key": null,
      "cost-center-data": {
        "company": "Schinner, Brakus and Ortiz",
        "inhouse": "no",
        "customer_id": "1234",
        "legal_entity": "GmbH"
      }
}
Previous
Delete