{
"borrowType": "string",
"openElectronicBorrowInsertReqDto": {
"borrowerName": "string",
"allowDownload": "public static final Boolean FALSE = new Boolean(false);",
"returnDeadline": "string",
"remark": "string",
"resourceReqDtoList": [
{
"fileName": "string",
"fileType": "string",
"fileUrl": "string",
"base64": "string",
"md5Code": "string"
}
],
"electronicDetailDtoList": [
{
"customBillFlag": true,
"billType": "string",
"detailId": "string"
}
]
},
"openPaperBorrowInsertReqDto": {
"borrowerName": "string",
"fileForm": "string",
"needReturn": true,
"returnDeadline": "string",
"remark": "string",
"borrowWay": "{desc: 外借}",
"resourceReqDtoList": [
{
"fileName": "string",
"fileType": "string",
"fileUrl": "string",
"base64": "string",
"md5Code": "string"
}
],
"paperRecordDtoList": [
{
"detailId": "string"
}
],
"paperDetailDtoList": [
{
"detailId": "string",
"billType": "string"
}
]
}
}curl --location --request POST '/open/archiveBorrow/v3' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"borrowType": "string",
"openElectronicBorrowInsertReqDto": {
"borrowerName": "string",
"allowDownload": "public static final Boolean FALSE = new Boolean(false);",
"returnDeadline": "string",
"remark": "string",
"resourceReqDtoList": [
{
"fileName": "string",
"fileType": "string",
"fileUrl": "string",
"base64": "string",
"md5Code": "string"
}
],
"electronicDetailDtoList": [
{
"customBillFlag": true,
"billType": "string",
"detailId": "string"
}
]
},
"openPaperBorrowInsertReqDto": {
"borrowerName": "string",
"fileForm": "string",
"needReturn": true,
"returnDeadline": "string",
"remark": "string",
"borrowWay": "{desc: 外借}",
"resourceReqDtoList": [
{
"fileName": "string",
"fileType": "string",
"fileUrl": "string",
"base64": "string",
"md5Code": "string"
}
],
"paperRecordDtoList": [
{
"detailId": "string"
}
],
"paperDetailDtoList": [
{
"detailId": "string",
"billType": "string"
}
]
}
}'{
"code": 0,
"message": "",
"errMsg": "",
"data": {
"success": false,
"msg": "",
"errData": {
"0": ""
}
},
"timestamp": ""
}