Create/update Currency data
Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
X-App-Sig | X-App-Sig | header | string | M | Dev Authentication |
Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
action | Action | string | |||
create_date | Create Date | string | DATETIME | The date entry was created on | |
create_user | Create User | string | The username of ABS user who has created an entry | ||
currency | currency | string | M | Currency of the account | |
currency_order | Currency order | integer | |||
currency_status | Currency Status | string | M | Currency Status List of allowed values in field (value=>name):
|
|
currency_type | Currency type | string | List of allowed values in field (value=>name):
|
||
decimal_points | Decimal points | integer | M | ||
decimals_exponenta | Decimals exponenta | number | |||
description | description | string | M | Description of a given record | |
exchange_margin | Exchange margin | number | M | ||
form_title | form_title | string | Service field | ||
id | id | integer | INT64 | Record's sequence number generated in the system. | |
modify_date | Modify Date | string | DATETIME | The date entry was last modified on | |
modify_user | Modify User | string | The username of ABS user who has made last changes to the entry | ||
normalized_precision | Normalized precision | INTEGER | |||
numeric_code | numeric_code | integer | INTEGER | M | ISO numeric code of a given country |
state | state | integer | INT64 | Record state for replication | |
uid | uid | string | Unique record identifier which is used to distinguish between existing records | ||
unit | unit | integer | int64 | Unit | |
version | version | integer | INT64 | Record version for replication |
200 - Response successfully when status is OK
<p style="color:green;font-size:16px;">200 - Response successfully when status is OK</p>
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | data of Response |
Variable | Name | Type | Format | Description |
---|---|---|---|---|
action | Action | string | ||
create_date | Create Date | string | DATETIME | The date entry was created on |
create_user | Create User | string | The username of ABS user who has created an entry | |
currency | currency | string | Currency of the account | |
currency_order | Currency order | integer | ||
currency_status | Currency Status | string | Currency Status | |
currency_type | Currency type | string | ||
decimal_points | Decimal points | integer | ||
decimals_exponenta | Decimals exponenta | number | ||
description | description | string | Description of a given record | |
exchange_margin | Exchange margin | number | ||
form_title | form_title | string | Service field | |
id | id | integer | INT64 | Record's sequence number generated in the system. |
modify_date | Modify Date | string | DATETIME | The date entry was last modified on |
modify_user | Modify User | string | The username of ABS user who has made last changes to the entry | |
normalized_precision | Normalized precision | INTEGER | ||
numeric_code | numeric_code | integer | INTEGER | ISO numeric code of a given country |
state | state | integer | INT64 | Record state for replication |
uid | uid | string | Unique record identifier which is used to distinguish between existing records | |
unit | unit | integer | int64 | Unit |
version | version | integer | INT64 | Record version for replication |
200 - Response with error when status is ERROR
<p style="color:red;font-size:16px;">200 - Response with error when status is ERROR</p>
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | Empty object |