{
"sheetid": "string",
"sheettype": "string",
"status": "string",
"supplierid": "string",
"sealType": "string",
"sealStatus": "string",
"sealPeople": "string",
"sealTime": "string",
"items": [
{
"sheetid": "string",
"ltvType": "string",
"jv": "string",
"finAncialMonth": "string",
"finAncialAmt": "string"
}
],
"items2": [
{
"sheetid": "string",
"dntCode": "string",
"dntDesc": "string"
}
],
"items3": [
{
"sheetid": "string",
"locidnt": "string",
"finAncialMonth": "string",
"finAncialAmt": "string"
}
]
}
curl --location --request POST '/snc-mdm/supltv/save' \
--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",
"sheettype": "string",
"status": "string",
"supplierid": "string",
"sealType": "string",
"sealStatus": "string",
"sealPeople": "string",
"sealTime": "string",
"items": [
{
"sheetid": "string",
"ltvType": "string",
"jv": "string",
"finAncialMonth": "string",
"finAncialAmt": "string"
}
],
"items2": [
{
"sheetid": "string",
"dntCode": "string",
"dntDesc": "string"
}
],
"items3": [
{
"sheetid": "string",
"locidnt": "string",
"finAncialMonth": "string",
"finAncialAmt": "string"
}
]
}'
{}