POST api/v1/account/add
Request Information
URI Parameters
None.
Body Parameters
AccountVM| Name | Description | Type | Additional information |
|---|---|---|---|
| token_id | string |
None. |
|
| id_casher | integer |
None. |
|
| id_currence | integer |
None. |
|
| id_casher_bran | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"token_id": "sample string 1",
"id_casher": 2,
"id_currence": 3,
"id_casher_bran": 1
}
application/xml, text/xml
Sample:
<AccountVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExchangeAPI.ViewModels"> <id_casher>2</id_casher> <id_casher_bran>1</id_casher_bran> <id_currence>3</id_currence> <token_id>sample string 1</token_id> </AccountVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |