Cập nhật thông tin Giá Net
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"price": 4200000,
"description": "Giá net nhập từ đối tác (Đã cập nhật phụ thu lễ)"
}
Request Code Samples
curl --location --request PATCH 'https://demo.tourwell.net/api/v1/order-items/costs/25078' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"price": 4200000,
"description": "Giá net nhập từ đối tác (Đã cập nhật phụ thu lễ)"
}'
Responses
application/json
{
"success": true,
"message": "Cập nhật giá net thành công"
}
Modified at 2026-06-25 03:49:30