POST v1/supportstatus?supportStatusId={supportStatusId}

Update support status of the consumption unit for the current date

Request Information

URI Parameters

NameDescriptionTypeAdditional information
supportStatusId The status the consumption units should have integer

Required

Body Parameters

List of consumption units that should have status updated

Collection of integer

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfLong xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <long>1</long>
  <long>2</long>
</ArrayOfLong>

Response Information

Resource Description

Collection of ApiOperationResult
NameDescriptionTypeAdditional information
ObjectId ID of object
integer

None.

Completed Completed
boolean

None.

Exception Exception
Exception

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.