{
"supplierId": "string",
"supplierName": "string",
"dept": "string",
"category": "string",
"brand": "string",
"month": 0,
"approvalProcess": 0,
"orderingRole": 0,
"invoiceHead": "string",
"detailList": [
{
"num": 0,
"oiProjectCode": "string",
"amount": 0,
"amount2": 0,
"note": "string",
"supplierId": "string",
"activityContent": "string",
"startDate": "string",
"endData": "string",
"advertId": "string",
"tiFormNo": "string",
"tiFormAmount": "string",
"preYearRec": 0
}
],
"locationDetails": [
{
"locidnt": "string",
"amount": 0,
"num": 0,
"cloudStore": "string"
}
]
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/oiConfirmationLetterHead/save' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"supplierId": "string",
"supplierName": "string",
"dept": "string",
"category": "string",
"brand": "string",
"month": 0,
"approvalProcess": 0,
"orderingRole": 0,
"invoiceHead": "string",
"detailList": [
{
"num": 0,
"oiProjectCode": "string",
"amount": 0,
"amount2": 0,
"note": "string",
"supplierId": "string",
"activityContent": "string",
"startDate": "string",
"endData": "string",
"advertId": "string",
"tiFormNo": "string",
"tiFormAmount": "string",
"preYearRec": 0
}
],
"locationDetails": [
{
"locidnt": "string",
"amount": 0,
"num": 0,
"cloudStore": "string"
}
]
}'
{
"returncode": "0",
"data": {
"flag": 0,
"supplierId": "1113626101",
"entid": "1",
"modifytime": "2024-04-18 16:42:55",
"modifier": "system",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568838943873708032",
"brand": "01",
"orderingRole": 1,
"createtime": "2024-04-18 16:42:55",
"creator": "system",
"modifiername": "system",
"dept": "01",
"invoiceHead": "爬山虎供应链科技有限公司抬头",
"month": 202204,
"sheetId": "OI20240418008",
"approvalProcess": "1",
"category": "01"
},
"message": "",
"traceId": "",
"now": "2024-04-18 16:42:56"
}