{
"extAttrs": [
{
"name": "string",
"type": "string",
"value": "string",
"scale": 0
}
],
"current": 0,
"size": 0,
"sortField": "string",
"sortOrder": "string",
"searchKey": "string",
"customerName": "string",
"customerCode": "string",
"validFlag": "string"
}
curl --location --request POST '/main/customer/page' \
--header 'Authorization: {{Authorization}}' \
--header 'Siteid: {{Siteid}}' \
--header 'Renterid: {{Renterid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"extAttrs": [
{
"name": "string",
"type": "string",
"value": "string",
"scale": 0
}
],
"current": 0,
"size": 0,
"sortField": "string",
"sortOrder": "string",
"searchKey": "string",
"customerName": "string",
"customerCode": "string",
"validFlag": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createdBy": "",
"createdByName": "",
"createdDate": "",
"customerCode": "",
"customerDesc": "",
"customerGrpId": "",
"customerId": "",
"customerName": "",
"dataSource": "",
"editUserId": {},
"id": "",
"lastUpdatedBy": "",
"lastUpdatedByName": "",
"lastUpdatedDate": "",
"siteId": "",
"synchronizationDate": {},
"tenantId": "",
"validFlag": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"pages": 0,
"tag": {}
}
}