Request Information

URI Parameters

None.

Body Parameters

ResetUserKeyNowARequest

ResetUserKeyNowARequest
NameDescriptionTypeAdditional information
AtmId

ATM ID of the ATM to be used for resetting the key

string

Required

UserId

User ID of technician who will be resetting the key

string

Required

Request Formats

application/json, text/json

Sample:
{
  "AtmId": "23349389",
  "UserId": "WilsonFG"
}

application/xml, text/xml

Sample:
<ResetUserKeyNowARequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Requests.ACommands">
  <AtmId>23349389</AtmId>
  <UserId>WilsonFG</UserId>
</ResetUserKeyNowARequest>

application/x-www-form-urlencoded

Sample:
AtmId=23349389&UserId=WilsonFG

Response Information

Resource Description

OperationCodeResponse

OperationCodeResponse
NameDescriptionTypeAdditional information
Header

Operation code response message header.

ResponseHeader

None.

Body

Operation code response message body.

OperationCodeResponseBody

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

OperationCodeResponseBody
NameDescriptionTypeAdditional information
OperationCode

Operation code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Header": {
    "Message": "",
    "StatusCode": 0,
    "Status": "Ok",
    "ErrorId": null
  },
  "Body": {
    "OperationCode": 64056090
  }
}

application/xml, text/xml

Sample:
<OperationCodeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses.OpCode">
  <Body>
    <OperationCode>64056090</OperationCode>
  </Body>
  <Header xmlns:d2p1="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses">
    <d2p1:ErrorId i:nil="true" />
    <d2p1:Message></d2p1:Message>
    <d2p1:Status>Ok</d2p1:Status>
    <d2p1:StatusCode>Ok</d2p1:StatusCode>
  </Header>
</OperationCodeResponse>

© 2025 Sargent and Greenleaf