POST api/v2/operator/setOutOfService

Request Information

URI Parameters

None.

Body Parameters

SetOperatorV2Dto
NameDescriptionTypeAdditional information
OperatorId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "operatorId": "19ae4c56-d5a4-43e7-9a6f-88a7c3f0317f"
}

application/xml, text/xml

Sample:
<SetOperatorV2Dto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrionDAL.ApiModels.Version1">
  <OperatorId>19ae4c56-d5a4-43e7-9a6f-88a7c3f0317f</OperatorId>
</SetOperatorV2Dto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseNewOfMessageHelperVM
NameDescriptionTypeAdditional information
status

integer

None.

message

string

None.

data

MessageHelperVM

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "message": "sample string 2",
  "data": {
    "message": "sample string 1",
    "status": 2
  }
}

application/xml, text/xml

Sample:
<ApiResponseNewOfMessageHelperVMqfWPY2Au xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrionDAL.ApiModels.Version1">
  <data>
    <Message>sample string 1</Message>
    <Status>2</Status>
  </data>
  <message>sample string 2</message>
  <status>1</status>
</ApiResponseNewOfMessageHelperVMqfWPY2Au>