{
"page": 1,
"size": 10,
"orderBy": "t.id asc , s.create_time desc",
"beginDateTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://main-data-api.pengbocloud.com/accounting/org/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"orderBy": "t.id asc , s.create_time desc",
"beginDateTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 200,
"data": [
{
"id": 0,
"code": "string",
"parentCode": "string",
"taxId": "string",
"name": "string",
"fullName": "string",
"type": 0,
"orgType": 0,
"namePath": "string",
"codePath": "string",
"sort": 0,
"tags": "string",
"remark": "string",
"isEnabled": 0,
"isDeleted": 0,
"modifyBy": 0,
"modifyTime": "2019-08-24T14:15:22.123Z",
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"msg": "success"
}