{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "CREDITLINE.QUERY",
"data": {
"taxpayerId": "string"
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token=' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "CREDITLINE.QUERY",
"data": {
"taxpayerId": "string"
}
}'
{
"errcode": "0000",
"description": "授信额度查询成功",
"data": {
"totalVolume": "999999.99",
"availableVolume": "999999.99"
}
}