{
"orgList": [
{
"taxNo": "string",
"orgNo": "string",
"orgName": "string",
"equipmentNos": [
{
"equipmentNo": "string",
"equipmentType": 0,
"equipmentName": "string",
"paperCommonQuota": 0,
"paperSpecialQuota": 0,
"eleCommonQuota": 0,
"eleSpecialQuota": 0,
"payee": "string",
"reviewer": "string",
"drawer": "string"
}
]
}
]
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/trdPlatform/add/org' \
--header 'Authorization: SHA256 clientId=i8FvoGVWTIUPWkMGcugY,sign=3c15e7d10888969b1786507e500e168,timestamp=1638520127291' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgList": [
{
"taxNo": "string",
"orgNo": "string",
"orgName": "string",
"equipmentNos": [
{
"equipmentNo": "string",
"equipmentType": 0,
"equipmentName": "string",
"paperCommonQuota": 0,
"paperSpecialQuota": 0,
"eleCommonQuota": 0,
"eleSpecialQuota": 0,
"payee": "string",
"reviewer": "string",
"drawer": "string"
}
]
}
]
}'
{
"data": [
{
"equipmentNo": "44555555555511",
"flag": false,
"msg": "税盘未通过订单激活",
"taxNo": "91510000673516714K"
},
{
"flag": false,
"msg": "税号未通过订单激活",
"taxNo": "91440101MA5CQYUB21"
}
],
"description": "成功",
"errcode": "0000"
}