Request
Body Params application/json
{
"cuttingpointmatrixid": "b0375fa5-a7b8-4e59-9519-8bc358ea0d7b",
"toolcompid": "PTMCUTTING"
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/gateway/process' \
--header 'token: {{token_report}}' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"cuttingpointmatrixid": "b0375fa5-a7b8-4e59-9519-8bc358ea0d7b",
"toolcompid": "PTMCUTTING"
}'
Responses
application/json Modified at 2024-03-06 02:01:11