Name | Type | Description | |
---|
marketplace_user_id | number | ID of the user in the marketplace | |
job_id | number | Unique identifier of the job | |
customer_comment | string | Feedback or comment provided by the customer | |
vendor_id | number | Unique identifier of the vendor | |
api_key | string | Your API-key | |
customer_rating | number | Rating given by the customer (e.g., 1–5) | |
Request
Body Params application/json
marketplace_user_id
integer
required{
"marketplace_user_id": 123457,
"job_id": 24616885,
"customer_comment": "gof",
"vendor_id": 7454405,
"api_key": "{{api_key}}",
"customer_rating": 4
}
Request samples
curl --location --request POST 'https://api.yelo.red/open/create_customer_order_review' \
--header 'base_version: 1.0.0' \
--header 'device_type: WEB' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplace_user_id": 123457,
"job_id": 24616885,
"customer_comment": "gof",
"vendor_id": 7454405,
"api_key": "eagagg3467sadkjhfi",
"customer_rating": 4
}'
Responses
application/json Modified at 2025-05-20 07:03:09