Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
debt_amount | number | debt_amount | |
job_id | number | job_id |
{
"api_key" : "{{apikey}}",
"debt_amount" : 125,
"job_id" :921
}
curl --location --request POST 'https://api.yelo.red/open/marketplace/addDebtForJob' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : "{{apikey}}",
"debt_amount" : 125,
"job_id" :921
}'
{}