Authorization: ********************
{
"separateAccountingSubjectPk": 0,
"stations": [
{
"id": 0,
"tenantId": "string",
"separateAccountingSubjectPk": 0,
"subjectName": "string",
"stationId": "string",
"separateSetting": "string",
"totalSeparateAmount": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"dataVersion": 0,
"testFlag": 0,
"deleteFlag": 0
}
],
"subjectName": "string",
"tenantId": "string"
}
curl --location --request POST '/management/separate-account/insertSeparateAccountingSubjectStation' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"separateAccountingSubjectPk": 0,
"stations": [
{
"id": 0,
"tenantId": "string",
"separateAccountingSubjectPk": 0,
"subjectName": "string",
"stationId": "string",
"separateSetting": "string",
"totalSeparateAmount": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"dataVersion": 0,
"testFlag": 0,
"deleteFlag": 0
}
],
"subjectName": "string",
"tenantId": "string"
}'
{
"code": "string",
"msg": "string",
"data": true,
"stackTraceMsg": "string"
}