GET place/{placeId}/additionnalAlerts
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Flipr.Business.Pools.AdditionnalAlerts| Name | Description | Type | Additional information |
|---|---|---|---|
| CalibrationAlert | boolean |
None. |
|
| StockAlert | boolean |
None. |
|
| StripTestAlert | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CalibrationAlert": true,
"StockAlert": true,
"StripTestAlert": true
}
text/html
Sample:
{"CalibrationAlert":true,"StockAlert":true,"StripTestAlert":true}