POST api/InventoryNotifications?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
Collection of CreateInventoryNotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| string |
Required String length: inclusive between 0 and 200 |
||
| Enabled | boolean |
Required |
|
| PersonId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"Enabled": true,
"PersonId": 5
},
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"Enabled": true,
"PersonId": 5
}
]
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.