{
"sheetId": "string",
"conAmount": "string"
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/caConfirmationLetter/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",
"conAmount": "string"
}'
{
"returncode": "0",
"data": {
"flag": 20,
"conAmount": 900,
"confirmTime": "2024-04-18 14:20:26",
"sheetId": "CA20240418006",
"confirmer": "system"
},
"message": "",
"traceId": "",
"now": "2024-04-18 14:20:26"
}