PUT place/{placeId}/postpone/strip?days={days}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeId

integer

Required

days

integer

Default value is 7

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}