Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"productName": "amet minima expedita",
"quantity": 100,
"currentUnitPrice":50.50,
"measurement": "l"
}
Request samples
curl --location -g --request PUT '/outlet-stocks/{{id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"productName": "amet minima expedita",
"quantity": 100,
"currentUnitPrice":50.50,
"measurement": "l"
}'
Responses
application/json Modified at 2024-10-01 13:10:45