Authorization: Bearer ********************{
"NotificationDto": {
"ID": 0,
"RuleName": "string",
"Rules": [
{
"Property": "DocumentProfile",
"Operator": "GreaterOrEqual",
"ValueFirst": "string",
"ValueSecond": "string"
}
],
"Contact": [
{
"NotificationValue": "string",
"NotificationValueType": "Whatsapp"
}
],
"IsActive": true
}
}curl --location --request PUT 'https://api1.nilvera.com/Notification/Sale' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"NotificationDto": {
"ID": 0,
"RuleName": "string",
"Rules": [
{
"Property": "DocumentProfile",
"Operator": "GreaterOrEqual",
"ValueFirst": "string",
"ValueSecond": "string"
}
],
"Contact": [
{
"NotificationValue": "string",
"NotificationValueType": "Whatsapp"
}
],
"IsActive": true
}
}'true