PUT api/InventoryNotifications?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
UpdateInventoryNotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationData | Collection of Notificationdata |
Required |
Request Formats
application/json, text/json
Sample:
{
"NotificationData": [
{
"PersonID": 1,
"EmailId": 2,
"Email": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Enabled": true
},
{
"PersonID": 1,
"EmailId": 2,
"Email": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Enabled": true
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.