PUT api/Clients/UpdateReloadingWebAccount

Request Information

URI Parameters

None.

Body Parameters

ResponseReloadingWebAccount
NameDescriptionTypeAdditional information
CardNumber

string

None.

TypeCard

integer

None.

UserName

string

None.

DeviceID

integer

None.

DeviceType

integer

None.

EmployeeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CardNumber": "sample string 1",
  "TypeCard": 2,
  "UserName": "sample string 3",
  "DeviceID": 4,
  "DeviceType": 5,
  "EmployeeId": 6
}

application/xml, text/xml

Sample:
<ClientsController.ResponseReloadingWebAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers">
  <CardNumber>sample string 1</CardNumber>
  <DeviceID>4</DeviceID>
  <DeviceType>5</DeviceType>
  <EmployeeId>6</EmployeeId>
  <TypeCard>2</TypeCard>
  <UserName>sample string 3</UserName>
</ClientsController.ResponseReloadingWebAccount>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>