GET place/{placeId}/additionnalAlerts

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Flipr.Business.Pools.AdditionnalAlerts
NameDescriptionTypeAdditional 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}