Set Lock Pending Lock UnInstall Info.
None.
SetLockPdngLockUnInstallInfoRequest
SetLockPdngLockUnInstallInfoRequest| Name | Description | Type | Additional 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 |
{
"LockEntity": 1,
"PendLockUninstall": true,
"PendPCCode": 3,
"PendOCCode": 4,
"PendEracePCOC": true
}
<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>
Sample not available.
SetClockCalSeqNoResponse
SetLockPdngLockUnInstallInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Header | ResponseHeader |
None. |
|
| Body | SetLockPdngLockUnInstallInfoResponseBody |
None. |
| Name | Description | Type | Additional information |
|---|---|---|---|
| Message |
Message |
string |
None. |
| StatusCode |
Status code |
ResponseStatus |
None. |
| Status |
Status |
string |
None. |
| ErrorId |
Error id |
string |
None. |
| Name | Description | Type | Additional information |
|---|---|---|---|
| SetLockPdngLockUnInstallInfoUpdated |
Flag to show if parameter data successfully saved |
boolean |
None. |
{
"Header": {
"Message": "sample string 1",
"StatusCode": 0,
"Status": "sample string 2",
"ErrorId": "sample string 3"
},
"Body": {
"SetLockPdngLockUnInstallInfoUpdated": true
}
}
<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>