[
{
"item_code": "SRV-202401",
"item_name": "软件服务费",
"tax_category_code": "3070102000000000000",
"tax_rate": 0.03,
"specification": "标准版",
"unit": "项",
"vat_preferential_policy_applied": true,
"vat_preferential_policy_type_code": "03",
"vat_refund_type_code": "01"
},
{
"item_code": "PROD-HW-9001",
"item_name": "智能网关设备",
"tax_category_code": "1040401010000000000",
"tax_rate": 0.13,
"specification": "GW-X10",
"unit": "台",
"vat_preferential_policy_applied": false,
"vat_refund_type_code": null
}
]curl --location --request POST '/partners/invoice-items' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9' \
--header 'X-Request-Id: req_1701937730123_48210952' \
--header 'X-Encryption-Mode;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"item_code": "SRV-202401",
"item_name": "软件服务费",
"tax_category_code": "3070102000000000000",
"tax_rate": 0.03,
"specification": "标准版",
"unit": "项",
"vat_preferential_policy_applied": true,
"vat_preferential_policy_type_code": "03",
"vat_refund_type_code": "01"
},
{
"item_code": "PROD-HW-9001",
"item_name": "智能网关设备",
"tax_category_code": "1040401010000000000",
"tax_rate": 0.13,
"specification": "GW-X10",
"unit": "台",
"vat_preferential_policy_applied": false,
"vat_refund_type_code": null
}
]'{
"request_id": "string",
"items": [
{
"id": "string",
"tax_category_code": "string",
"tax_rate": 0,
"specification": "string",
"unit": "string",
"unit_price": "string",
"vat_preferential_policy_applied": true,
"vat_preferential_policy_type_code": "01",
"vat_refund_type_code": "01",
"name": "string"
}
],
"created_count": 0,
"total": 0
}