Authorization: Bearer ********************{
"beginDateTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://main-data-api.pengbocloud.com/customer/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDateTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 200,
"data": [
{
"id": 0,
"code": "string",
"name": "string",
"type": 0,
"uscCode": "string",
"legalPerson": "string",
"address": "string",
"areaCode": "string",
"remark": "string",
"formerName": "string",
"showOrder": 0,
"partyType": 0,
"sourceType": 0,
"isEnabled": 0,
"isDeleted": 0,
"modifyBy": 0,
"modifyTime": "2019-08-24T14:15:22.123Z",
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"areaNamePath": "string"
}
],
"msg": "success"
}