/interview_file_page
PATCH
/interview_file_page
interview_file_page
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://cool.jobmojito.com/rest/v1/interview_file_page' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "string",
"deleted_at": "string",
"profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
"profile_interview_id": "04cb6736-dab4-4ced-b6d8-80e893af0da4",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"interview_file_id": "6ed145c1-b93a-4b64-b66b-f63b3ee7030f",
"page_no": 0,
"status": "draft",
"processing_status": "new",
"page_local_path": "string",
"processing_error": "string"
}'
Response Response Example
{}
Request
Query Params
id
stringÂ
optional
created_at
stringÂ
optional
updated_at
stringÂ
optional
deleted_at
stringÂ
optional
profile_id
stringÂ
optional
profile_interview_id
stringÂ
optional
merchant_id
stringÂ
optional
interview_file_id
stringÂ
optional
page_no
stringÂ
optional
status
stringÂ
optional
processing_status
stringÂ
optional
page_local_path
stringÂ
optional
processing_error
stringÂ
optional
Header Params
Prefer
enum<string>Â
optional
Allowed values:
return=representationreturn=minimalreturn=none
Body Params application/json