<?xml version="1.0" encoding="UTF-8"?>
<Root>
<TaskSet>
<OrgInfo>
<OrgName/>
<OrgTaxNum></OrgTaxNum>
<HsztName/>
<HsztCode></HsztCode>
</OrgInfo>
<!-- dataMode “数据方式”:全量 1、增量 0;如果为空,默认全量 -->
<!-- compare “数据比对”:比对科目 1、不比对科目 0;如果为空,不比对科目 -->
<AccountBook code="101057" reportPeriod="2025-05" dataMode="" compare="" platformNo="">
<SubjectBalance>
<subjectCode>1002</subjectCode>
<subjectName>1002\银行存款</subjectName>
<currentDebitAmount>595,216.17</currentDebitAmount>
<currentCreditAmount>593,045.42</currentCreditAmount>
<debitAmount>2,914,744.13</debitAmount>
<creditAmount>2,913,853.80</creditAmount>
<beginBalance>10,930.91</beginBalance>
<beginDirection>借</beginDirection>
<endBalance>13,101.66</endBalance>
<endDirection>借</endDirection>
</SubjectBalance>
</AccountBook>
</TaskSet>
</Root>curl --location '/subjectBalance/submit' \
--header 'AccessKeyID;' \
--header 'TimeStamp;' \
--header 'SignatureNonce;' \
--header 'Signature;' \
--header 'Version;' \
--header 'Content-Type: application/xml' \
--data '<?xml version="1.0" encoding="UTF-8"?>
<Root>
<TaskSet>
<OrgInfo>
<OrgName/>
<OrgTaxNum></OrgTaxNum>
<HsztName/>
<HsztCode></HsztCode>
</OrgInfo>
<!-- dataMode “数据方式”:全量 1、增量 0;如果为空,默认全量 -->
<!-- compare “数据比对”:比对科目 1、不比对科目 0;如果为空,不比对科目 -->
<AccountBook code="101057" reportPeriod="2025-05" dataMode="" compare="" platformNo="">
<SubjectBalance>
<subjectCode>1002</subjectCode>
<subjectName>1002\银行存款</subjectName>
<currentDebitAmount>595,216.17</currentDebitAmount>
<currentCreditAmount>593,045.42</currentCreditAmount>
<debitAmount>2,914,744.13</debitAmount>
<creditAmount>2,913,853.80</creditAmount>
<beginBalance>10,930.91</beginBalance>
<beginDirection>借</beginDirection>
<endBalance>13,101.66</endBalance>
<endDirection>借</endDirection>
</SubjectBalance>
</AccountBook>
</TaskSet>
</Root>'{
"Code": "string",
"Message": "string"
}