{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"templateName": "string",
"customerName": "string",
"titleCode": "string",
"invoiceName": "string",
"seqNoTemplate": 0
}
curl --location --request POST '/group/template/getTemplateListByCustomer' \
--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",
"templateName": "string",
"customerName": "string",
"titleCode": "string",
"invoiceName": "string",
"seqNoTemplate": 0
}'
{
"code": "",
"message": "",
"data": {
"records": [
{
"id": "",
"customerName": "",
"customerType": "",
"customerTypeNum": 0,
"customerNum": 0,
"titleNum": 0,
"invoiceName": "",
"name": "",
"isDefaultTemplate": 0,
"createBy": "",
"createTime": "",
"titleCode": "",
"invoiceType": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"countId": "",
"maxLimit": 0
},
"time": ""
}