{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"customerCode": "string",
"customerName": "string",
"titleCode": "string",
"invoiceName": "string",
"uscCode": "string",
"titleCodeList": [
"string"
]
}
curl --location --request POST '/group/template/bind/query' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"customerCode": "string",
"customerName": "string",
"titleCode": "string",
"invoiceName": "string",
"uscCode": "string",
"titleCodeList": [
"string"
]
}'
{
"code": "",
"message": "",
"data": {
"records": [
{
"customerCode": "",
"customerName": "",
"customerAbbreviation": "",
"invoiceName": "",
"uscCode": "",
"bankName": "",
"bankAccount": "",
"invoiceAddress": "",
"invoicePhone": "",
"titleCode": "",
"customerType": "",
"invoiceType": "",
"invoiceClassCodeConfig": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"countId": "",
"maxLimit": 0
},
"time": ""
}