Authorization: ********************
{
"pageNum": 0,
"pageSize": 0,
"appIds": [
"string"
],
"applicationEndTime": "2019-08-24T14:15:22Z",
"applicationStartTime": "2019-08-24T14:15:22Z",
"separateAccountingSubjectPk": 0,
"status": 0,
"subjectName": "string",
"tenantId": "string",
"withdrawSuccessEndTime": "2019-08-24T14:15:22Z",
"withdrawSuccessStartTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/management/separate-account/queryWithdrawalByPage' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"appIds": [
"string"
],
"applicationEndTime": "2019-08-24T14:15:22Z",
"applicationStartTime": "2019-08-24T14:15:22Z",
"separateAccountingSubjectPk": 0,
"status": 0,
"subjectName": "string",
"tenantId": "string",
"withdrawSuccessEndTime": "2019-08-24T14:15:22Z",
"withdrawSuccessStartTime": "2019-08-24T14:15:22Z"
}'
{
"code": "string",
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"appId": "string",
"appName": "string",
"approveRemark": "string",
"approveStatus": 0,
"createTime": "2019-08-24T14:15:22Z",
"downloadUrl": "string",
"feeAmount": 0,
"id": 0,
"separateAccountingSubjectPk": 0,
"status": 0,
"subjectName": "string",
"subjectType": 0,
"viewUrl": "string",
"withdrawAmount": 0,
"withdrawStatus": 0,
"withdrawSuccessTime": "2019-08-24T14:15:22Z"
}
]
},
"stackTraceMsg": "string"
}