post http://localhost:3000/v1/api/processing-records
create Processing Records
Log in to see full request history
Responses
create Processing Records
xxxxxxxxxx
12curl --request POST \
--url http://localhost:3000/v1/api/processing-records \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"draftingStatus": "draft",
"archiveState": "production"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: