POST Request

Request Information

URI Parameters

None.

Body Parameters

ChangePinRequestModel
NameDescriptionTypeAdditional information
InstallationID

integer

None.

newHPinCode

integer

None.

newEmergencyHPinCode

integer

None.

VC

integer

None.

CC

integer

None.

SCC

integer

None.

LangID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InstallationID": 1,
  "newHPinCode": 2,
  "newEmergencyHPinCode": 3,
  "VC": 4,
  "CC": 5,
  "SCC": 6,
  "LangID": 7
}

text/xml

Sample:
<ChangePinRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models">
  <CC>5</CC>
  <InstallationID>1</InstallationID>
  <LangID>7</LangID>
  <SCC>6</SCC>
  <VC>4</VC>
  <newEmergencyHPinCode>3</newEmergencyHPinCode>
  <newHPinCode>2</newHPinCode>
</ChangePinRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ChangePinRequestModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.