{
"dutyId": 3415537895680,
"orderIds": [3425577182336],
"companyId": 1169341218816,
"invoiceType": 0,
"contactName": "收件人姓名",
"contactPhone": "15888888888",
"contactEmail": "15888888888@qq.com",
"contactAddress": "江苏南京",
"invoiceRemark": "备注"
}curl --location --request POST 'https://getway.upfreework.com/openapi/v1/crowd/invoice/apply' \
--header 'appId;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dutyId": 3415537895680,
"orderIds": [3425577182336],
"companyId": 1169341218816,
"invoiceType": 0,
"contactName": "收件人姓名",
"contactPhone": "15888888888",
"contactEmail": "15888888888@qq.com",
"contactAddress": "江苏南京",
"invoiceRemark": "备注"
}'{
"code": 0,
"message": "成功",
"context": {
"invoiceId": 3422715850624
},
"traceId": "68774654991700255efd6abf02e9b984",
"spanId": "ac5b28af5678e8a0"
}