Request Information

URI Parameters

None.

Body Parameters

SetLockPdngLockUnInstallInfoRequest

SetLockPdngLockUnInstallInfoRequest
NameDescriptionTypeAdditional information
LockEntity

Entity value for the lock (database value)

integer

Required

PendLockUninstall

Parameter data - pending lock un-install

boolean

Required

PendPCCode

Parameter data - pending PC code

integer

Required

PendOCCode

Parameter data - pending OC code

integer

Required

PendEracePCOC

Parameter data - pending erase codes flag

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "LockEntity": 1,
  "PendLockUninstall": true,
  "PendPCCode": 3,
  "PendOCCode": 4,
  "PendEracePCOC": true
}

application/xml, text/xml

Sample:
<SetLockPdngLockUnInstallInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Requests.Lock">
  <LockEntity>1</LockEntity>
  <PendEracePCOC>true</PendEracePCOC>
  <PendLockUninstall>true</PendLockUninstall>
  <PendOCCode>4</PendOCCode>
  <PendPCCode>3</PendPCCode>
</SetLockPdngLockUnInstallInfoRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SetClockCalSeqNoResponse

SetLockPdngLockUnInstallInfoResponse
NameDescriptionTypeAdditional information
Header

ResponseHeader

None.

Body

SetLockPdngLockUnInstallInfoResponseBody

None.

Response Header Description

ResponseHeader
NameDescriptionTypeAdditional information
Message

Message

string

None.

StatusCode

Status code

ResponseStatus

None.

Status

Status

string

None.

ErrorId

Error id

string

None.

Response Body Description

SetLockPdngLockUnInstallInfoResponseBody
NameDescriptionTypeAdditional information
SetLockPdngLockUnInstallInfoUpdated

Flag to show if parameter data successfully saved

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Header": {
    "Message": "sample string 1",
    "StatusCode": 0,
    "Status": "sample string 2",
    "ErrorId": "sample string 3"
  },
  "Body": {
    "SetLockPdngLockUnInstallInfoUpdated": true
  }
}

application/xml, text/xml

Sample:
<SetLockPdngLockUnInstallInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses.Lock">
  <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses.Lock" xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses">
    <d2p1:SetLockPdngLockUnInstallInfoUpdated>true</d2p1:SetLockPdngLockUnInstallInfoUpdated>
  </Body>
  <Header xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses">
    <ErrorId>sample string 3</ErrorId>
    <Message>sample string 1</Message>
    <Status>sample string 2</Status>
    <StatusCode>Ok</StatusCode>
  </Header>
</SetLockPdngLockUnInstallInfoResponse>

© 2025 Sargent and Greenleaf