Authorization: ********************
{
"pageNum": 0,
"pageSize": 0,
"appIds": [
"string"
],
"orderType": 0,
"separateAccountingSubjectPk": 0,
"separateMonth": "string",
"separateTimeBegin": "2019-08-24T14:15:22Z",
"separateTimeEnd": "2019-08-24T14:15:22Z",
"stationIds": [
"string"
],
"subjectName": "string",
"tenantId": "string"
}
curl --location --request POST '/management/separate-account/querySeparateAccountDetailByPage' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"appIds": [
"string"
],
"orderType": 0,
"separateAccountingSubjectPk": 0,
"separateMonth": "string",
"separateTimeBegin": "2019-08-24T14:15:22Z",
"separateTimeEnd": "2019-08-24T14:15:22Z",
"stationIds": [
"string"
],
"subjectName": "string",
"tenantId": "string"
}'
{
"code": "string",
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"appId": "string",
"appName": "string",
"orderId": "string",
"orderType": 0,
"remark": "string",
"separateAmount": 0,
"separateTime": "2019-08-24T14:15:22Z",
"stationId": "string",
"stationName": "string",
"status": 0,
"subjectName": "string"
}
]
},
"stackTraceMsg": "string"
}