{
"confirmationId": 1,
"credentialType": "role_screenshot",
"remark": "string",
"content": {
"files": [
{
"fileType": "string",
"objectKey": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string"
}
],
"timeRecords": [
{
"at": "string",
"description": "string"
}
],
"text": "string"
}
}curl --location '/studio-api/v1/studio/schedules/fulfillment/credentials/save' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"confirmationId": 1,
"credentialType": "role_screenshot",
"remark": "string",
"content": {
"files": [
{
"fileType": "string",
"objectKey": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string"
}
],
"timeRecords": [
{
"at": "string",
"description": "string"
}
],
"text": "string"
}
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"confirmationId": 0,
"assignmentId": 0,
"orderId": 0,
"orderNo": "string",
"credentialType": "string",
"credentialTypeName": "string",
"remark": "string",
"content": {
"files": [
{
"fileType": "string",
"bucket": "string",
"region": "string",
"objectKey": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string",
"url": "string"
}
],
"timeRecords": [
{
"at": "string",
"description": "string"
}
],
"text": "string"
},
"updated": true,
"uploaderTenantType": "string",
"uploaderAccountId": 0,
"uploaderName": "string",
"createdAt": "string",
"updatedAt": "string"
}
}