API Explorer

v5.1.0 filtered by tag: Dynamic dynamic (77 APIs)

Banco
Cuentas
Vistas
Contrapartes
Transacciones

Get Bank Account By Id

Get Bank Account

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEndpointProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"url_pattern",
        "value":"http://obp_mock//accounts/{account_id}"
    },
    {
        "key":"http_method",
        "value":"GET"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "name":"family account", "balance":1 }
Roles Requeridos:
  • CanGetDynamicEndpoint__account202 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEndpoint_GET_accounts_ACCOUNT_ID, operation_id: OBPv4.0.0-dynamicEndpoint_GET_accounts_ACCOUNT_ID Tags: Bank Accounts (Dynamic Endpoint), New-Style, Dynamic-Endpoint, Dynamic,

Post Accounts

POST Accounts

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEndpointProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"url_pattern",
        "value":"http://obp_mock//accounts"
    },
    {
        "key":"http_method",
        "value":"POST"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "name":"family account", "balance":1 }
Roles Requeridos:
  • CanCreateDynamicEndpoint_POST_account118 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEndpoint_POST_accounts, operation_id: OBPv4.0.0-dynamicEndpoint_POST_accounts Tags: Bank Accounts (Dynamic Endpoint), New-Style, Dynamic-Endpoint, Dynamic,

Create new Covid APIDays

Create new Covid APIDays.

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":"CovidAPIDays"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "covid_api_days":{ "covidAPIDaysId":"1097ebf6-8074-46a1-aae9-18a7118a2308", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_SystemCovidAPIDays - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createCovidAPIDays_, operation_id: OBPv4.0.0-dynamicEntity_createCovidAPIDays_ Tags: _Covid APIDays, New-Style, Dynamic-Entity, Dynamic,

Delete Covid APIDays by id

Delete Covid APIDays 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":"CovidAPIDays"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "covid_api_days":{ "covidAPIDaysId":"35498a2a-019c-4e9e-a085-0b1a611fed58", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_SystemCovidAPIDays - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteCovidAPIDays_, operation_id: OBPv4.0.0-dynamicEntity_deleteCovidAPIDays_ Tags: _Covid APIDays, New-Style, Dynamic-Entity, Dynamic,

Get Covid APIDays List

Get Covid APIDays 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":"CovidAPIDays"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "covid_api_days_list":[{ "covid_api_days":{ "covidAPIDaysId":"a8b97544-1624-4539-bc01-0ecd0e7b3e5a", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_SystemCovidAPIDays - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getCovidAPIDaysList_, operation_id: OBPv4.0.0-dynamicEntity_getCovidAPIDaysList_ Tags: _Covid APIDays, New-Style, Dynamic-Entity, Dynamic,

Get Covid APIDays by id

Get Covid APIDays 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":"CovidAPIDays"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "covid_api_days":{ "covidAPIDaysId":"c67d5b09-5cb2-4c09-95dd-c3450e72078a", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_SystemCovidAPIDays - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleCovidAPIDays_, operation_id: OBPv4.0.0-dynamicEntity_getSingleCovidAPIDays_ Tags: _Covid APIDays, New-Style, Dynamic-Entity, Dynamic,

Update Covid APIDays

Update Covid APIDays.

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":"CovidAPIDays"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "covid_api_days":{ "covidAPIDaysId":"cfc0f95d-61de-4c46-993c-f749c24a65b7", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_SystemCovidAPIDays - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateCovidAPIDays_, operation_id: OBPv4.0.0-dynamicEntity_updateCovidAPIDays_ Tags: _Covid APIDays, New-Style, Dynamic-Entity, Dynamic,

Create new Customer Cars

Create new Customer Cars.

The car the customer arrived in

Property List:

  • customer_identifier: description of customer_identifier field, can be markdown text.
  • manufacturer: description of manufacturer 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":"customer_cars"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "customer_cars":{ "customer_carsId":"b4f79544-036c-4ed6-b2e7-47bf44e87757", "customer_identifier":"bc37e0fb-b75b-48d3-8fe9-c94ff064aa9a", "manufacturer":"BMW" } }
Roles Requeridos:
  • CanCreateDynamicEntity_Systemcustomer_cars - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createcustomer_cars_, operation_id: OBPv4.0.0-dynamicEntity_createcustomer_cars_ Tags: _Customer Cars, New-Style, Dynamic-Entity, Dynamic,

Delete Customer Cars by id

Delete Customer Cars 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":"customer_cars"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "customer_cars":{ "customer_carsId":"9bd5441a-707e-4fb4-b446-a0c12f97667a", "customer_identifier":"bc37e0fb-b75b-48d3-8fe9-c94ff064aa9a", "manufacturer":"BMW" } }
Roles Requeridos:
  • CanDeleteDynamicEntity_Systemcustomer_cars - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deletecustomer_cars_, operation_id: OBPv4.0.0-dynamicEntity_deletecustomer_cars_ Tags: _Customer Cars, New-Style, Dynamic-Entity, Dynamic,

Get Customer Cars List

Get Customer Cars List.

The car the customer arrived in

Property List:

  • customer_identifier: description of customer_identifier field, can be markdown text.
  • manufacturer: description of manufacturer 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":"customer_cars"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "customer_cars_list":[{ "customer_cars":{ "customer_carsId":"33157021-defb-4eec-812f-dc80ce3a5d6a", "customer_identifier":"bc37e0fb-b75b-48d3-8fe9-c94ff064aa9a", "manufacturer":"BMW" } }] }
Roles Requeridos:
  • CanGetDynamicEntity_Systemcustomer_cars - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getcustomer_carsList_, operation_id: OBPv4.0.0-dynamicEntity_getcustomer_carsList_ Tags: _Customer Cars, New-Style, Dynamic-Entity, Dynamic,

Get Customer Cars by id

Get Customer Cars by id.

The car the customer arrived in

Property List:

  • customer_identifier: description of customer_identifier field, can be markdown text.
  • manufacturer: description of manufacturer 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":"customer_cars"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "customer_cars":{ "customer_carsId":"8f58adda-4e94-4a2a-b525-1e41d95a5bd9", "customer_identifier":"bc37e0fb-b75b-48d3-8fe9-c94ff064aa9a", "manufacturer":"BMW" } }
Roles Requeridos:
  • CanGetDynamicEntity_Systemcustomer_cars - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSinglecustomer_cars_, operation_id: OBPv4.0.0-dynamicEntity_getSinglecustomer_cars_ Tags: _Customer Cars, New-Style, Dynamic-Entity, Dynamic,

Update Customer Cars

Update Customer Cars.

The car the customer arrived in

Property List:

  • customer_identifier: description of customer_identifier field, can be markdown text.
  • manufacturer: description of manufacturer 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":"customer_cars"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "customer_cars":{ "customer_carsId":"0ca5a771-ded5-40fc-b240-c74624648757", "customer_identifier":"bc37e0fb-b75b-48d3-8fe9-c94ff064aa9a", "manufacturer":"BMW" } }
Roles Requeridos:
  • CanUpdateDynamicEntity_Systemcustomer_cars - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updatecustomer_cars_, operation_id: OBPv4.0.0-dynamicEntity_updatecustomer_cars_ Tags: _Customer Cars, New-Style, Dynamic-Entity, Dynamic,

Create new D Entity1

Create new D Entity1.

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":"D-Entity1"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "d-entity1":{ "d-Entity1Id":"c5d8fbf1-9576-48b6-b3c8-f41d7efe97c6", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_D-Entity1 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createD-Entity1_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_createD-Entity1_gh.29.uk Tags: _D Entity1(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Delete D Entity1 by id

Delete D Entity1 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":"D-Entity1"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "d-entity1":{ "d-Entity1Id":"be2ff377-b3cf-4897-a035-3cb36fb9ab63", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_D-Entity1 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteD-Entity1_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_deleteD-Entity1_gh.29.uk Tags: _D Entity1(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get D Entity1 List

Get D Entity1 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":"D-Entity1"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "d-entity1_list":[{ "bank-id":"gh.29.uk", "d-entity1":{ "d-Entity1Id":"6df5e8ea-35d4-4c91-8588-de0b797e3202", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_D-Entity1 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getD-Entity1List_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getD-Entity1List_gh.29.uk Tags: _D Entity1(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get D Entity1 by id

Get D Entity1 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":"D-Entity1"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "d-entity1":{ "d-Entity1Id":"1206d2cd-0131-41bd-a970-2d34f9288ff2", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_D-Entity1 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleD-Entity1_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getSingleD-Entity1_gh.29.uk Tags: _D Entity1(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Update D Entity1

Update D Entity1.

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":"D-Entity1"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "d-entity1":{ "d-Entity1Id":"ccfd3588-6b7e-458f-96fc-a7bb72d0bba2", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_D-Entity1 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateD-Entity1_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_updateD-Entity1_gh.29.uk Tags: _D Entity1(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Create new Fish Port

Create new Fish Port.

Portfolio of fishbased values

Property List:

  • fish: 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":"FishPort"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "fish_port":{ "fishPortId":"eec63c0f-e1ac-427f-b427-49c7e396993f", "fish":"James Brown", "number":6987233228 } }
Roles Requeridos:
  • CanCreateDynamicEntity_SystemFishPort - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createFishPort_, operation_id: OBPv4.0.0-dynamicEntity_createFishPort_ Tags: _Fish Port, New-Style, Dynamic-Entity, Dynamic,

Delete Fish Port by id

Delete Fish Port 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":"FishPort"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "fish_port":{ "fishPortId":"22f1652c-0afb-416c-9232-a19b6d98ba95", "fish":"James Brown", "number":6987233228 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_SystemFishPort - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteFishPort_, operation_id: OBPv4.0.0-dynamicEntity_deleteFishPort_ Tags: _Fish Port, New-Style, Dynamic-Entity, Dynamic,

Get Fish Port List

Get Fish Port List.

Portfolio of fishbased values

Property List:

  • fish: 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":"FishPort"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "fish_port_list":[{ "fish_port":{ "fishPortId":"70e8d561-df2f-4d27-976f-354b32299c74", "fish":"James Brown", "number":6987233228 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_SystemFishPort - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getFishPortList_, operation_id: OBPv4.0.0-dynamicEntity_getFishPortList_ Tags: _Fish Port, New-Style, Dynamic-Entity, Dynamic,

Get Fish Port by id

Get Fish Port by id.

Portfolio of fishbased values

Property List:

  • fish: 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":"FishPort"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "fish_port":{ "fishPortId":"1002c638-66a3-4c99-bbd4-acb873fe602e", "fish":"James Brown", "number":6987233228 } }
Roles Requeridos:
  • CanGetDynamicEntity_SystemFishPort - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleFishPort_, operation_id: OBPv4.0.0-dynamicEntity_getSingleFishPort_ Tags: _Fish Port, New-Style, Dynamic-Entity, Dynamic,

Update Fish Port

Update Fish Port.

Portfolio of fishbased values

Property List:

  • fish: 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":"FishPort"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "fish_port":{ "fishPortId":"8b9ade60-b0ff-412b-88ed-d418ce593a3f", "fish":"James Brown", "number":6987233228 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_SystemFishPort - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateFishPort_, operation_id: OBPv4.0.0-dynamicEntity_updateFishPort_ Tags: _Fish Port, New-Style, Dynamic-Entity, Dynamic,

Create new Foo Bar

Create new Foo Bar.

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":"FooBar"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "foo_bar":{ "fooBarId":"b179e8e8-26a8-452d-874b-efa7329a39ff", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_SystemFooBar - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createFooBar_, operation_id: OBPv4.0.0-dynamicEntity_createFooBar_ Tags: _Foo Bar, New-Style, Dynamic-Entity, Dynamic,

Delete Foo Bar by id

Delete Foo Bar 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":"FooBar"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "foo_bar":{ "fooBarId":"c6bb4275-cf30-45ac-8a69-10897e4bca70", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_SystemFooBar - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteFooBar_, operation_id: OBPv4.0.0-dynamicEntity_deleteFooBar_ Tags: _Foo Bar, New-Style, Dynamic-Entity, Dynamic,

Get Foo Bar List

Get Foo Bar 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":"FooBar"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "foo_bar_list":[{ "foo_bar":{ "fooBarId":"2970797c-4a75-4351-924a-a59c728c6bc2", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_SystemFooBar - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getFooBarList_, operation_id: OBPv4.0.0-dynamicEntity_getFooBarList_ Tags: _Foo Bar, New-Style, Dynamic-Entity, Dynamic,

Get Foo Bar by id

Get Foo Bar 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":"FooBar"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "foo_bar":{ "fooBarId":"28911777-f67e-4c50-b617-ef9679af6130", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_SystemFooBar - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleFooBar_, operation_id: OBPv4.0.0-dynamicEntity_getSingleFooBar_ Tags: _Foo Bar, New-Style, Dynamic-Entity, Dynamic,

Update Foo Bar

Update Foo Bar.

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":"FooBar"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "foo_bar":{ "fooBarId":"b2cac14c-61be-465c-bffc-01d11c8c10cd", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_SystemFooBar - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateFooBar_, operation_id: OBPv4.0.0-dynamicEntity_updateFooBar_ Tags: _Foo Bar, New-Style, Dynamic-Entity, Dynamic,

Create new Insurance Policy

Create new Insurance Policy.

Which insurance policies the customer already has.

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":"InsurancePolicy"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_policy":{ "insurancePolicyId":"173f52ee-02c2-4991-826e-91799bc00afc", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_InsurancePolicy - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createInsurancePolicy_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_createInsurancePolicy_gh.29.uk Tags: _Insurance Policy(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Delete Insurance Policy by id

Delete Insurance Policy 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":"InsurancePolicy"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_policy":{ "insurancePolicyId":"5c914603-9e01-402f-8594-5022576334e0", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_InsurancePolicy - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteInsurancePolicy_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_deleteInsurancePolicy_gh.29.uk Tags: _Insurance Policy(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get Insurance Policy List

Get Insurance Policy List.

Which insurance policies the customer already has.

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":"InsurancePolicy"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_policy_list":[{ "bank-id":"gh.29.uk", "insurance_policy":{ "insurancePolicyId":"0575efef-b84b-401e-bf90-7db5934c9709", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_InsurancePolicy - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getInsurancePolicyList_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getInsurancePolicyList_gh.29.uk Tags: _Insurance Policy(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get Insurance Policy by id

Get Insurance Policy by id.

Which insurance policies the customer already has.

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":"InsurancePolicy"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_policy":{ "insurancePolicyId":"2d3dd2ed-f78d-43bb-abdc-66c593164dde", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_InsurancePolicy - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleInsurancePolicy_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getSingleInsurancePolicy_gh.29.uk Tags: _Insurance Policy(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Update Insurance Policy

Update Insurance Policy.

Which insurance policies the customer already has.

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":"InsurancePolicy"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_policy":{ "insurancePolicyId":"fec30439-d08d-440a-9dbb-5151a6622f8d", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_InsurancePolicy - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateInsurancePolicy_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_updateInsurancePolicy_gh.29.uk Tags: _Insurance Policy(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Create new Insurance Premium

Create new Insurance Premium.

Retrive the premium for the customer.

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":"InsurancePremium"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_premium":{ "insurancePremiumId":"852c633f-2033-4736-bbab-d26b6fb82c61", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_InsurancePremium - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createInsurancePremium_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_createInsurancePremium_gh.29.uk Tags: _Insurance Premium(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Delete Insurance Premium by id

Delete Insurance Premium 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":"InsurancePremium"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_premium":{ "insurancePremiumId":"c9ea355a-2ec4-4a5f-9ca4-fed710f5be90", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_InsurancePremium - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteInsurancePremium_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_deleteInsurancePremium_gh.29.uk Tags: _Insurance Premium(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get Insurance Premium List

Get Insurance Premium List.

Retrive the premium for the customer.

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":"InsurancePremium"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_premium_list":[{ "bank-id":"gh.29.uk", "insurance_premium":{ "insurancePremiumId":"b8b9622e-a5ad-432d-bd78-7c0041b42c15", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_InsurancePremium - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getInsurancePremiumList_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getInsurancePremiumList_gh.29.uk Tags: _Insurance Premium(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get Insurance Premium by id

Get Insurance Premium by id.

Retrive the premium for the customer.

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":"InsurancePremium"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_premium":{ "insurancePremiumId":"b036cb49-695f-441b-b9b4-61a94ac715d8", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_InsurancePremium - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleInsurancePremium_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getSingleInsurancePremium_gh.29.uk Tags: _Insurance Premium(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Update Insurance Premium

Update Insurance Premium.

Retrive the premium for the customer.

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":"InsurancePremium"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "insurance_premium":{ "insurancePremiumId":"bbaaf1b6-2762-4774-869a-6a25b82e70fa", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_InsurancePremium - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateInsurancePremium_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_updateInsurancePremium_gh.29.uk Tags: _Insurance Premium(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Create new March Hare

Create new March Hare.

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":"MarchHare"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "march_hare":{ "marchHareId":"55936c43-412d-472d-8df3-bbcba5a4b18d", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_MarchHare - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createMarchHare_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_createMarchHare_gh.29.uk Tags: _March Hare(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Delete March Hare by id

Delete March Hare 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":"MarchHare"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "march_hare":{ "marchHareId":"f01e26f2-1884-4b76-a0b3-376945037470", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_MarchHare - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteMarchHare_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_deleteMarchHare_gh.29.uk Tags: _March Hare(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get March Hare List

Get March Hare 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":"MarchHare"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "march_hare_list":[{ "bank-id":"gh.29.uk", "march_hare":{ "marchHareId":"6921c60e-48b9-49bd-a07d-9e85efb2ea1b", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_MarchHare - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getMarchHareList_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getMarchHareList_gh.29.uk Tags: _March Hare(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get March Hare by id

Get March Hare 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":"MarchHare"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "march_hare":{ "marchHareId":"db0c403f-65e8-4840-8347-4011f32a9fe7", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_MarchHare - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleMarchHare_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getSingleMarchHare_gh.29.uk Tags: _March Hare(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Update March Hare

Update March Hare.

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":"MarchHare"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "march_hare":{ "marchHareId":"30de3058-a1c1-4001-8883-845098630da3", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_MarchHare - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateMarchHare_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_updateMarchHare_gh.29.uk Tags: _March Hare(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Create new Obp Activity

Create new Obp Activity.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • username: description of name field, can be markdown text.
  • created_date: 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":"ObpActivity"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "obp_activity":{ "obpActivityId":"8b473466-5512-48d2-bd22-2aa852643217", "name":"James Brown", "username":"James Brown", "created_date":"698761728" } }
Roles Requeridos:
  • CanCreateDynamicEntity_ObpActivity - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createObpActivity_obp.testing.01, operation_id: OBPv4.0.0-dynamicEntity_createObpActivity_obp.testing.01 Tags: _Obp Activity(obp.testing.01), New-Style, Dynamic-Entity, Dynamic,

Delete Obp Activity by id

Delete Obp Activity 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":"ObpActivity"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "obp_activity":{ "obpActivityId":"4aa6f7bd-4f1f-451f-bbdc-87f8c56b675d", "name":"James Brown", "username":"James Brown", "created_date":"698761728" } }
Roles Requeridos:
  • CanDeleteDynamicEntity_ObpActivity - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteObpActivity_obp.testing.01, operation_id: OBPv4.0.0-dynamicEntity_deleteObpActivity_obp.testing.01 Tags: _Obp Activity(obp.testing.01), New-Style, Dynamic-Entity, Dynamic,

Get Obp Activity List

Get Obp Activity List.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • username: description of name field, can be markdown text.
  • created_date: 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":"ObpActivity"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "obp_activity_list":[{ "bank-id":"gh.29.uk", "obp_activity":{ "obpActivityId":"ea8a4177-3668-4996-81cc-02fd34db95d5", "name":"James Brown", "username":"James Brown", "created_date":"698761728" } }] }
Roles Requeridos:
  • CanGetDynamicEntity_ObpActivity - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getObpActivityList_obp.testing.01, operation_id: OBPv4.0.0-dynamicEntity_getObpActivityList_obp.testing.01 Tags: _Obp Activity(obp.testing.01), New-Style, Dynamic-Entity, Dynamic,

Get Obp Activity by id

Get Obp Activity by id.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • username: description of name field, can be markdown text.
  • created_date: 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":"ObpActivity"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "obp_activity":{ "obpActivityId":"69681851-790d-43e9-ab89-4cbabda130f4", "name":"James Brown", "username":"James Brown", "created_date":"698761728" } }
Roles Requeridos:
  • CanGetDynamicEntity_ObpActivity - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleObpActivity_obp.testing.01, operation_id: OBPv4.0.0-dynamicEntity_getSingleObpActivity_obp.testing.01 Tags: _Obp Activity(obp.testing.01), New-Style, Dynamic-Entity, Dynamic,

Update Obp Activity

Update Obp Activity.

Description of this entity, can be markdown text.

Property List:

  • name: description of name field, can be markdown text.
  • username: description of name field, can be markdown text.
  • created_date: 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":"ObpActivity"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "obp_activity":{ "obpActivityId":"5ed0097d-6188-4200-852e-d4c54f6a7454", "name":"James Brown", "username":"James Brown", "created_date":"698761728" } }
Roles Requeridos:
  • CanUpdateDynamicEntity_ObpActivity - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateObpActivity_obp.testing.01, operation_id: OBPv4.0.0-dynamicEntity_updateObpActivity_obp.testing.01 Tags: _Obp Activity(obp.testing.01), New-Style, Dynamic-Entity, Dynamic,

Create new Odometer

Create new Odometer.

Verify odometer information for flexible contracts.

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":"Odometer"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "odometer":{ "odometerId":"2ad65807-c809-46cd-98c6-de80e8675951", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_Odometer - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createOdometer_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_createOdometer_gh.29.uk Tags: _Odometer(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Delete Odometer by id

Delete Odometer 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":"Odometer"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "odometer":{ "odometerId":"7e3a6816-db38-4e2e-b178-57a3ba4473f5", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_Odometer - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteOdometer_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_deleteOdometer_gh.29.uk Tags: _Odometer(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get Odometer List

Get Odometer List.

Verify odometer information for flexible contracts.

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":"Odometer"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "odometer_list":[{ "bank-id":"gh.29.uk", "odometer":{ "odometerId":"237b98e0-677d-42b4-8eea-d254f5b3d820", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_Odometer - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getOdometerList_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getOdometerList_gh.29.uk Tags: _Odometer(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Get Odometer by id

Get Odometer by id.

Verify odometer information for flexible contracts.

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":"Odometer"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "odometer":{ "odometerId":"d3c8eeee-a789-42a5-a4a9-88d9ad85a493", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_Odometer - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleOdometer_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_getSingleOdometer_gh.29.uk Tags: _Odometer(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Update Odometer

Update Odometer.

Verify odometer information for flexible contracts.

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":"Odometer"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "bank-id":"gh.29.uk", "odometer":{ "odometerId":"ffd98db8-dfbf-43c1-83bd-fd93f81335fb", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_Odometer - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateOdometer_gh.29.uk, operation_id: OBPv4.0.0-dynamicEntity_updateOdometer_gh.29.uk Tags: _Odometer(gh.29.uk), New-Style, Dynamic-Entity, Dynamic,

Create new Simon Covid

Create new Simon Covid.

Let's put Covid99 stuff here

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":"SimonCovid"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "simon_covid":{ "simonCovidId":"f45767f8-39fe-48e7-b68e-83489c710597", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_SystemSimonCovid - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createSimonCovid_, operation_id: OBPv4.0.0-dynamicEntity_createSimonCovid_ Tags: _Simon Covid, New-Style, Dynamic-Entity, Dynamic,

Delete Simon Covid by id

Delete Simon Covid 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":"SimonCovid"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "simon_covid":{ "simonCovidId":"8fadaf3b-7248-462e-8ec0-72254917c383", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_SystemSimonCovid - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deleteSimonCovid_, operation_id: OBPv4.0.0-dynamicEntity_deleteSimonCovid_ Tags: _Simon Covid, New-Style, Dynamic-Entity, Dynamic,

Get Simon Covid List

Get Simon Covid List.

Let's put Covid99 stuff here

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":"SimonCovid"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "simon_covid_list":[{ "simon_covid":{ "simonCovidId":"fffe942e-af24-4114-990c-278c7147d3ac", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_SystemSimonCovid - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSimonCovidList_, operation_id: OBPv4.0.0-dynamicEntity_getSimonCovidList_ Tags: _Simon Covid, New-Style, Dynamic-Entity, Dynamic,

Get Simon Covid by id

Get Simon Covid by id.

Let's put Covid99 stuff here

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":"SimonCovid"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "simon_covid":{ "simonCovidId":"a7ade5b7-ea53-4d6e-b1e6-a27df6b9b64c", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_SystemSimonCovid - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSingleSimonCovid_, operation_id: OBPv4.0.0-dynamicEntity_getSingleSimonCovid_ Tags: _Simon Covid, New-Style, Dynamic-Entity, Dynamic,

Update Simon Covid

Update Simon Covid.

Let's put Covid99 stuff here

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":"SimonCovid"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "simon_covid":{ "simonCovidId":"f423e3ac-71ba-402d-a036-1b3f4e6b40d4", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_SystemSimonCovid - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updateSimonCovid_, operation_id: OBPv4.0.0-dynamicEntity_updateSimonCovid_ Tags: _Simon Covid, New-Style, Dynamic-Entity, Dynamic,

Create new Sustrans

Create new Sustrans.

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":"sustrans"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "sustrans":{ "sustransId":"e462dbe9-72b2-4bf0-b986-1d49f2404b7f", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_Systemsustrans - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_createsustrans_, operation_id: OBPv4.0.0-dynamicEntity_createsustrans_ Tags: _Sustrans, New-Style, Dynamic-Entity, Dynamic,

Delete Sustrans by id

Delete Sustrans 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":"sustrans"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "sustrans":{ "sustransId":"c1b0e890-d016-41f5-954b-41fe3c4014cc", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_Systemsustrans - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_deletesustrans_, operation_id: OBPv4.0.0-dynamicEntity_deletesustrans_ Tags: _Sustrans, New-Style, Dynamic-Entity, Dynamic,

Get Sustrans List

Get Sustrans 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":"sustrans"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

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

Respuesta Exitosa Típica:

								
									
{ "sustrans_list":[{ "sustrans":{ "sustransId":"0f352b5b-389c-47d6-95fb-fdef6b9f8c8b", "name":"James Brown", "number":698761728 } }] }
Roles Requeridos:
  • CanGetDynamicEntity_Systemsustrans - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getsustransList_, operation_id: OBPv4.0.0-dynamicEntity_getsustransList_ Tags: _Sustrans, New-Style, Dynamic-Entity, Dynamic,

Get Sustrans by id

Get Sustrans 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":"sustrans"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "sustrans":{ "sustransId":"99a0efe9-c6db-4164-a002-ba35fde069ae", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanGetDynamicEntity_Systemsustrans - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_getSinglesustrans_, operation_id: OBPv4.0.0-dynamicEntity_getSinglesustrans_ Tags: _Sustrans, New-Style, Dynamic-Entity, Dynamic,

Update Sustrans

Update Sustrans.

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":"sustrans"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Respuesta Exitosa Típica:

								
									
{ "sustrans":{ "sustransId":"9610c803-bb40-40ce-b268-df240c4a6b46", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanUpdateDynamicEntity_Systemsustrans - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
Version: OBPv4.0.0, function_name: by dynamicEntity_updatesustrans_, operation_id: OBPv4.0.0-dynamicEntity_updatesustrans_ Tags: _Sustrans, New-Style, Dynamic-Entity, Dynamic,

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

Respuesta Exitosa Típica:

								
									
{ "test_daniel707":{ "test_daniel707Id":"42c11b2d-c4ab-404f-abe8-7fa91b8d7a01", "name":"James Brown", "number":698761728 } }
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Métodos de conector::
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

Respuesta Exitosa Típica:

								
									
{ "test_daniel707":{ "test_daniel707Id":"bfbf1227-1b89-458d-b25f-2874b120934a", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanCreateDynamicEntity_Systemtest_daniel707 - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • 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.
Métodos de conector::
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