{
"cardNo": "string",
"contactNumber": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"customId": "string",
"id": "string",
"invoiceHeader": "string",
"invoiceHeaderType": 0,
"invoiceType": 0,
"openingBankName": "string",
"sort": 0,
"state": 0,
"taxpayerIdentificationNo": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"version": "string"
}curl --location --request POST '/scm-common/invoiceInformation' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardNo": "string",
"contactNumber": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"customId": "string",
"id": "string",
"invoiceHeader": "string",
"invoiceHeaderType": 0,
"invoiceType": 0,
"openingBankName": "string",
"sort": 0,
"state": 0,
"taxpayerIdentificationNo": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"version": "string"
}'{
"code": 0,
"data": {
"cardNo": "string",
"contactNumber": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"customId": "string",
"id": "string",
"invoiceHeader": "string",
"invoiceHeaderType": 0,
"invoiceType": 0,
"openingBankName": "string",
"sort": 0,
"state": 0,
"taxpayerIdentificationNo": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"version": "string"
},
"encrypt": true,
"extension": {},
"message": "string",
"success": true
}