POST api/Unit/DeviceRecoveryMode

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SerialNumber": "sample string 1",
  "EnableRecoveryMode": true,
  "RecoveryModeExpiryUTC": "2025-11-02T09:09:38.7709268+01:00",
  "Days": 4,
  "Token": "sample string 5",
  "FreeText": "sample string 6",
  "GroupIds": [
    1,
    2,
    3
  ],
  "FromIndex": 7,
  "ToIndex": 8,
  "IsWebCalling": true,
  "RequestMode": "sample string 10",
  "Client": "sample string 11",
  "AppVersion": "sample string 12",
  "AppOperatingSystem": "sample string 13",
  "AppName": "sample string 14",
  "MasterUserID": 15,
  "IsRecurringRequest": true
}

text/html

Sample:
{"SerialNumber":"sample string 1","EnableRecoveryMode":true,"RecoveryModeExpiryUTC":"2025-11-02T09:09:38.7709268+01:00","Days":4,"Token":"sample string 5","FreeText":"sample string 6","GroupIds":[1,2,3],"FromIndex":7,"ToIndex":8,"IsWebCalling":true,"RequestMode":"sample string 10","Client":"sample string 11","AppVersion":"sample string 12","AppOperatingSystem":"sample string 13","AppName":"sample string 14","MasterUserID":15,"IsRecurringRequest":true}

application/xml, text/xml

Sample:
<APIDeviceRecoveryModeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Model.APIModels">
  <AppName xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 14</AppName>
  <AppOperatingSystem xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 13</AppOperatingSystem>
  <AppVersion xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 12</AppVersion>
  <Client xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 11</Client>
  <FreeText xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 6</FreeText>
  <FromIndex xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">7</FromIndex>
  <GroupIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </GroupIds>
  <IsRecurringRequest xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">true</IsRecurringRequest>
  <IsWebCalling xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">true</IsWebCalling>
  <MasterUserID xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">15</MasterUserID>
  <RequestMode xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 10</RequestMode>
  <ToIndex xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">8</ToIndex>
  <Token xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 5</Token>
  <Days>4</Days>
  <EnableRecoveryMode>true</EnableRecoveryMode>
  <RecoveryModeExpiryUTC>2025-11-02T09:09:38.7709268+01:00</RecoveryModeExpiryUTC>
  <SerialNumber>sample string 1</SerialNumber>
</APIDeviceRecoveryModeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true
}

text/html

Sample:
{"Message":"sample string 1","Success":true}

application/xml, text/xml

Sample:
<APIDeviceRecoveryModeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Model.APIModels">
  <Message>sample string 1</Message>
  <Success>true</Success>
</APIDeviceRecoveryModeResponse>