{
"tenantid": "1682312704202",
"accountid": "001",
"supplierList": [
{
"supplierid": "87"
},
{
"supplierid": "37"
},
{
"supplierid": "17"
},
{
"supplierid": "45"
},
{
"supplierid": "95"
}
]
}
curl --location --request POST '/tenantaccountsupplier/set' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantid": "1682312704202",
"accountid": "001",
"supplierList": [
{
"supplierid": "87"
},
{
"supplierid": "37"
},
{
"supplierid": "17"
},
{
"supplierid": "45"
},
{
"supplierid": "95"
}
]
}'
{}