API Explorer

v3.1.0 (328 APIs)

Bank
Accounts
Views
Counterparties
Transactions

Create new My Test Daniel707

Create new My Test Daniel707.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"695ef3ee-e867-45bd-8b1e-911daf953eb0", "name":"James Brown", "number":698761728 } }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_createMytest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_createMytest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Create new Test Daniel707

Create new Test Daniel707.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"9190d8f8-548b-4b51-949a-65c341a07e4f", "name":"James Brown", "number":698761728 } }
Required Roles:
  • CanCreateDynamicEntity_Systemtest_daniel707 - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_createtest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_createtest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Delete My Test Daniel707 by id

Delete My Test Daniel707 by id

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"dc53f693-7f41-41a4-a603-6f39f091208a", "name":"James Brown", "number":698761728 } }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteMytest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_deleteMytest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Delete Test Daniel707 by id

Delete Test Daniel707 by id

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"41f30724-cdad-4961-bbd2-2f1d4dbf5b9c", "name":"James Brown", "number":698761728 } }
Required Roles:
  • CanDeleteDynamicEntity_Systemtest_daniel707 - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_deletetest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_deletetest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Get My Test Daniel707 List

Get My Test Daniel707 List.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Can do filter on the fields
e.g: /test_daniel707?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)

Typical Successful Response:

								
									
{ "test_daniel707_list":[{ "test_daniel707":{ "test_daniel707Id":"33035602-06c0-4760-9e1a-97e4fd01434f", "name":"James Brown", "number":698761728 } }] }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_getMytest_daniel707List_, operation_id: OBPv4.0.0-dynamicEntity_getMytest_daniel707List_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Get My Test Daniel707 by id

Get My Test Daniel707 by id.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"d41f1950-28f6-463f-bf04-1ba276abfc6d", "name":"James Brown", "number":698761728 } }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleMytest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_getSingleMytest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Get Test Daniel707 List

Get Test Daniel707 List.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Can do filter on the fields
e.g: /test_daniel707?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)

Typical Successful Response:

								
									
{ "test_daniel707_list":[{ "test_daniel707":{ "test_daniel707Id":"d9eb7123-51e8-4247-9364-14a3e092b2b3", "name":"James Brown", "number":698761728 } }] }
Required Roles:
  • CanGetDynamicEntity_Systemtest_daniel707 - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_gettest_daniel707List_, operation_id: OBPv4.0.0-dynamicEntity_gettest_daniel707List_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Get Test Daniel707 by id

Get Test Daniel707 by id.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"99893ea0-73bb-4c6b-bea6-5fb857227614", "name":"James Brown", "number":698761728 } }
Required Roles:
  • CanGetDynamicEntity_Systemtest_daniel707 - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingletest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_getSingletest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Update My Test Daniel707

Update My Test Daniel707.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"ca2b12b8-007c-438a-91c8-a9daf99a2fae", "name":"James Brown", "number":698761728 } }
Required Roles:
  • CanUpdateDynamicEntity_Systemtest_daniel707 - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_updateMytest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_updateMytest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,

Update Test Daniel707

Update Test Daniel707.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • number: description of number field, can be markdown text.

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEntityProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"entityName",
        "value":"test_daniel707"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
{ "test_daniel707":{ "test_daniel707Id":"7417caf3-7aa1-48ce-b9b8-eacc6f8cd088", "name":"James Brown", "number":698761728 } }
Required Roles:
  • CanUpdateDynamicEntity_Systemtest_daniel707 - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEntity_updatetest_daniel707_, operation_id: OBPv4.0.0-dynamicEntity_updatetest_daniel707_ Tags: _Test Daniel707, New-Style, Dynamic-Entity, Dynamic,