{
"usertype": 12,
"usercode": "3",
"pwd": "exercitation eu ipsum"
}
curl --location --request POST '/sncuser/pageQuerySupplier' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"usertype": 12,
"usercode": "3",
"pwd": "exercitation eu ipsum"
}'
{
"returncode": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"suppliertype": "string",
"supplierid": "string",
"suppliername": "string"
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}