Authorization: ********************{
"separateAccountingSubjectPk": 0
}curl --location --request POST '/management/separate-account/querySeparateAccountingSetting' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"separateAccountingSubjectPk": 0
}'{
"code": "",
"msg": "",
"data": {
"separateAccountingSubjectPk": 0,
"whithdrawApproveTpye": 0,
"withdrawFeeSetting": "",
"autoWithdrawType": 0,
"autoWithdraw": 0,
"list": [
{
"id": 0,
"stationId": "",
"stationName": "",
"separateStartTime": "",
"separateType": 0,
"separateSetting": "",
"fourWheelSeparateType": 0,
"fourWheelSeparateSetting": "",
"autoDeductionEnabled": 0,
"deductionReason": "",
"deductionCycleUnit": 0,
"deductionAmountPerUnit": 0.0
}
]
},
"stackTraceMsg": ""
}