<?xml version="1.0" encoding="UTF-8"?>
<Root>
<TaskSet>
<OrgInfo>
<OrgName>公司名称</OrgName>
<OrgTaxNum>公司税号识别号</OrgTaxNum>
</OrgInfo>
<LoginInfo>
<LoginName>LoginName</LoginName>
<LoginPassword>LoginPassword</LoginPassword>
</LoginInfo>
<TaxInfo>
<taxType>税控系统1 国税中报系统2 地税中报系统3 国税中报系统4 重点税源中报系统5 个人所得税中报系统 备注,选填</taxType>
<declareDate>申报日期</declareDate>
<ssqType>申报类型</ssqType>
<type>88</type>
<TableSet id="taxType" ssqType="ssqType" type="88" declareDate="">
<Table name="报表名称">
<Param>
<Item col="列标题" row="行标题">
<value>数据</value>
</Item>
<Float name="float1" rowNum="1">
<Item col="列标题" row="行标题">
<value>数据</value>
</Item>
</Float>
</Param>
</Table>
<Table name="必报报表列表">
<Param>
<Item col="" row="无行标题">
<value name="税表名称">数据</value>
</Item>
</Param>
</Table>
</TableSet>
</TaxInfo>
</TaskSet>
</Root>curl --location '/declareDataFile/submit' \
--header 'AccessKeyID;' \
--header 'TimeStamp;' \
--header 'SignatureNonce;' \
--header 'Signature;' \
--header 'Version;' \
--header 'encrypt;' \
--header 'tamperProof;' \
--header 'tamperProofSigna;' \
--header 'Content-Type: application/xml' \
--data '<?xml version="1.0" encoding="UTF-8"?>
<Root>
<TaskSet>
<OrgInfo>
<OrgName>公司名称</OrgName>
<OrgTaxNum>公司税号识别号</OrgTaxNum>
</OrgInfo>
<LoginInfo>
<LoginName>LoginName</LoginName>
<LoginPassword>LoginPassword</LoginPassword>
</LoginInfo>
<TaxInfo>
<taxType>税控系统1 国税中报系统2 地税中报系统3 国税中报系统4 重点税源中报系统5 个人所得税中报系统 备注,选填</taxType>
<declareDate>申报日期</declareDate>
<ssqType>申报类型</ssqType>
<type>88</type>
<TableSet id="taxType" ssqType="ssqType" type="88" declareDate="">
<Table name="报表名称">
<Param>
<Item col="列标题" row="行标题">
<value>数据</value>
</Item>
<Float name="float1" rowNum="1">
<Item col="列标题" row="行标题">
<value>数据</value>
</Item>
</Float>
</Param>
</Table>
<Table name="必报报表列表">
<Param>
<Item col="" row="无行标题">
<value name="税表名称">数据</value>
</Item>
</Param>
</Table>
</TableSet>
</TaxInfo>
</TaskSet>
</Root>'{
"Code": "string",
"Message": "string",
"FileNo": "string"
}