{
"sheetId": "string"
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/oiConfirmationLetterHead/confirm' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheetId": "string"
}'
{
"returncode": "0",
"data": {
"flag": 30,
"confirmTime": "2024-04-18 17:08:54",
"sheetId": "OI20240418009",
"confirmer": "system"
},
"message": "",
"traceId": "",
"now": "2024-04-18 17:08:54"
}