POST api/v1/operations/addmovment

Request Information

URI Parameters

None.

Body Parameters

Movement
NameDescriptionTypeAdditional information
AccountId

integer

None.

AmountMoney

decimal number

None.

TypeOperation

integer

None.

Statement

string

None.

AccountIdtow

integer

None.

UserNameBeneficiary

string

None.

amountCashing

decimal number

None.

UserPhoneBeneficiary

string

None.

UserCityBeneficiary

integer

None.

UserTypeNetworkBeneficiary

string

None.

MoneyTransferId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "AmountMoney": 2.1,
  "TypeOperation": 1,
  "Statement": "sample string 3",
  "AccountIdtow": 4,
  "UserNameBeneficiary": "sample string 5",
  "amountCashing": 1.1,
  "UserPhoneBeneficiary": "sample string 6",
  "UserCityBeneficiary": 1,
  "UserTypeNetworkBeneficiary": "sample string 7",
  "MoneyTransferId": 1
}

application/xml, text/xml

Sample:
<Movement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExchangeAPI.Models">
  <AccountId>1</AccountId>
  <AccountIdtow>4</AccountIdtow>
  <AmountMoney>2.1</AmountMoney>
  <MoneyTransferId>1</MoneyTransferId>
  <Statement>sample string 3</Statement>
  <TypeOperation>1</TypeOperation>
  <UserCityBeneficiary>1</UserCityBeneficiary>
  <UserNameBeneficiary>sample string 5</UserNameBeneficiary>
  <UserPhoneBeneficiary>sample string 6</UserPhoneBeneficiary>
  <UserTypeNetworkBeneficiary>sample string 7</UserTypeNetworkBeneficiary>
  <amountCashing>1.1</amountCashing>
</Movement>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.