Limit. Create/update data POST

Create/update Payment Limit data by ID

# ENDPOINT
/model/paymentLimit/putDb
# REQUEST arguments
Variable Value Example Usage Description
X-App-Sig
header
0
M Dev Authentication
# REQUEST BODY
# RESPONSE
        						
# REQUEST arguments
Variable Name Type Format Usage Description
X-App-Sig X-App-Sig header string M Dev Authentication
# REQUEST BODY
Schema: paymentLimit
Type: object
Variable Name Type Format Usage Description
action Action string
activation_date Activation Date string DATE M Activation date in the system
amount amount number decimal M Operation amount
client_code Client code string M Unique client identifier. Issued automatically by the System upon new Customer registration.
client_group client_group string M Client group
List of allowed values in field (value=>name):
  • 0
    AGENT
  • 1
    APPLICANT
  • 2
    BENEFICIARY
  • 3
    BRANCH
  • 4
    CHALLENGER
  • 5
    CLIENT
  • 6
    CLIENT
  • 7
    COMPANY
  • 8
    CONTACT
  • 9
    COUNTERPARTY
  • 10
    EMPLOYEE
  • 11
    PROVIDER
  • 12
    PSP
  • 13
    RECIPIENT
  • 14
    REGULATOR
  • 15
    RELATED_PERSON
  • 16
    SUPPLIER
  • 17
    USER
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
cycle_code cycle_code string M
List of allowed values in field (value=>name):
  • 0
    DAY
  • 1
    MONTH
  • 2
    OPERATION
  • 3
    YEAR
description description string M Description of a given record
expiration_date Expiration Date string DATE M Expiration date in the system
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
product_code Product Code string M Code of a given product
List of allowed values in field (value=>name):
  • 0
    CUMULATIVE_INFLOW
  • 1
    CUMULATIVE_OUTFLOW
  • 2
    INTERCOMPANY
  • 3
    INTERNAL_CLIENT
  • 4
    INTERNAL_CREDIT
  • 5
    INTERNAL_DEBIT
  • 6
    INWARD
  • 7
    INWARD_CLIENT
  • 8
    OUTWARD
  • 9
    OUTWARD_FX
  • 10
    OUTWARD_FX_CLIENT
state state integer INT64 M Record state for replication
subscription_code Subscription Code string M Subscription code
type type string
List of allowed values in field (value=>name):
  • 0
    AMOUNT_MAXIMUM
  • 1
    AMOUNT_MINIMUM
uid uid string Unique record identifier which is used to distinguish between existing records
version version integer INT64 Record version for replication
# REQUEST BODY EXAMPLE
													
# POSITIVE RESPONSE

200 - Response successfully when status is OK

<p style="color:green;font-size:16px;">200 - Response successfully when status is OK</p>

Schema: paymentLimit
Type: application/json
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
attribute: data
Variable Name Type Format Description
action Action string
activation_date Activation Date string DATE Activation date in the system
amount amount number decimal Operation amount
client_code Client code string Unique client identifier. Issued automatically by the System upon new Customer registration.
client_group client_group string Client group
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
cycle_code cycle_code string
description description string Description of a given record
expiration_date Expiration Date string DATE Expiration date in the system
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
product_code Product Code string Code of a given product
state state integer INT64 Record state for replication
subscription_code Subscription Code string Subscription code
type type string
uid uid string Unique record identifier which is used to distinguish between existing records
version version integer INT64 Record version for replication
# NEGATIVE RESPONSE

200 - Response with error when status is ERROR

<p style="color:red;font-size:16px;">200 - Response with error when status is ERROR</p>

Schema: HeaderResponseStatusError
Type: application/json
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