API Explorer

v5.1.0 filtered by tag: Dynamic-Entity (75 APIs)

Banco
Cuentas
Vistas
Contrapartes
Transacciones

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":"b9067b00-670c-440a-833b-318ecb00934d", "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":"48f9820b-53f3-45ae-960a-eaaa0bb4b6f4", "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":"b96f6ace-eacd-48d5-990d-322c0a76bab6", "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":"51c60cfb-a06d-40ce-ba04-406516a3d8e1", "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":"5619f604-b504-44c7-a2d7-7fc6e6eb1727", "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":"dcb88cef-5299-4480-970b-73881ba45d5c", "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":"59301982-b511-4610-955b-95962f8486a7", "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":"61637a46-b15b-45da-9214-7864550ebb71", "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":"227080c4-8d71-45d8-a7d6-855387624ab0", "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":"8552b96e-b388-49b8-848b-9ecbd85b7089", "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":"0dccbbeb-4882-4711-a080-9a6cf9a2b733", "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":"83a3f1d7-c0c8-40a7-85a8-9a2cc7be21e4", "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":"41927cd1-1a95-473a-978d-09c95bf5c7e6", "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":"c639afb3-face-4c51-8feb-dfffe8327b2d", "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":"6f5b50fc-e0b8-4990-944b-c192f410697a", "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":"762b09ac-c814-4e96-a67e-40820021b5db", "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":"a428f435-fb95-46ed-a17e-b433d5cb93c2", "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":"b5ee25b3-69d6-403e-93ac-9cc3b6d0e244", "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":"3b781aa9-b43d-4e98-a497-db42fda01679", "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":"d1886b31-fdb0-4f88-ba85-9b8d8c5c226b", "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":"cb33d7d7-eb58-4eaa-9a46-79ca0cbc4f50", "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":"780e53f7-8864-4dbf-999c-6874d7b89323", "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":"b28b58f4-4040-4772-bdfd-9d1b431081ae", "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":"6910960c-4fc1-4bef-9091-dae282e79467", "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":"1cb34b1c-7fb2-4bb5-8e1a-daecf1414fdb", "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":"7da5c4f6-79f6-4e85-a2d8-1cbf5ebd05d1", "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":"39df910c-edde-4d5e-a727-598bf4bcf142", "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":"dbe3b764-73ea-4a79-9c51-5967f3570a63", "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":"fea8062c-2d1b-4cd2-89e6-f70e74c431db", "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":"c6f56e73-56bc-4a07-9c42-8627c51ba498", "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":"57be7395-1a3e-41a2-8b29-d388602ced36", "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":"8bc7d1ee-f2dc-4c56-b0ec-dd2088a22acb", "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":"e8d2c32d-598c-4ac1-945c-31f2a5b0b2f9", "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":"32d5226e-73f6-42b9-be4b-856f4fc19a50", "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":"055446a6-f320-45ea-a83d-f55c5f621f59", "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":"1e86480b-102c-4b48-b7be-eda9ef32b587", "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":"083e548d-c9c3-47f4-8947-4db040d91c14", "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":"2f833a1c-0203-4bbc-a9ee-05cfc9e1dc2f", "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":"fb3a3c66-1a35-4f1c-87f5-113ccec78334", "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":"1d2f61ac-f71a-4ddd-b780-69db7b17bb8a", "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":"34e2160e-f7b2-4b36-9021-0bf3a1a2d168", "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":"6f66b9fc-ed4f-406b-b596-ab9fef88e285", "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":"37f45443-702f-4e4c-9548-0b42fa9e6c79", "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":"ccd6f2d4-f81c-4a23-83f8-96f02659261d", "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":"828ff0c0-f1f1-4565-a20e-bbbc1aa77c27", "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":"e9e4a49d-cf29-45de-a491-81367b1a11fd", "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":"bbd28b8b-6b64-45b1-a3f9-379c4e816b28", "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":"821c6f72-504d-4746-a0f1-84888d2aa30c", "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":"46c98b96-1759-429d-9286-174d656a2009", "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":"f188c5aa-0727-4cf9-a9a0-755a9e196998", "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":"62d2c346-0c29-4e25-b552-1cb44f6ba80d", "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":"7d4d0861-53f4-4795-8ce4-b36d3465816d", "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":"6a8242b8-4af5-4f6f-8f72-a6666142102a", "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":"ea8e6b9c-bea8-4943-921a-9d3cd5d22186", "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":"a2f4a1da-8a51-4361-b47b-af409884426d", "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":"f7b5d78a-f47d-4186-b722-192a8d3d8907", "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":"9d30a4ac-c578-4c25-b8cc-2a748096e4bc", "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":"63371c5e-69f7-4d2a-90fe-5246635e8626", "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":"5d8e0abb-093f-4966-9097-3996bed5f1d7", "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":"1fe7edfa-6fc1-44fc-8db8-12757e065988", "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":"db5911a4-386d-45bb-8553-f1444fdf4ff7", "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":"90bd39eb-2f66-4b5d-a6d8-a94f56eda524", "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

Respuesta Exitosa Típica:

								
									
{ "test_daniel707":{ "test_daniel707Id":"98f02457-a809-47a4-8299-f0819536db70", "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-50000: Unknown Error.
Métodos de conector::
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

Respuesta Exitosa Típica:

								
									
{ "test_daniel707":{ "test_daniel707Id":"067bde6a-85c9-4487-b29a-39f716f617ec", "name":"James Brown", "number":698761728 } }
Roles Requeridos:
  • CanDeleteDynamicEntity_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_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)

Respuesta Exitosa Típica:

								
									
{ "test_daniel707_list":[{ "test_daniel707":{ "test_daniel707Id":"18010594-4e28-4b70-9090-b445aa4a7893", "name":"James Brown", "number":698761728 } }] }