v5.1.0 filtered by tag: Dynamic (16 APIs)
Create User
Create User
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://localhost:8080/user/save"
},
{
"key":"http_method",
"value":"POST"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"id":1,
"first_name":"string",
"last_name":"string",
"age":1,
"career":"string"
}
-
CanCreateDynamicEndpoint_User469
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Delete User
Delete user by user ID
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://localhost:8080/user/delete/{userId}"
},
{
"key":"http_method",
"value":"DELETE"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
"the successful delete user by user ID"
-
CanDeleteDynamicEndpoint_User972
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Get User
Get reuested user by user ID
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://localhost:8080/user/getById/{userId}"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"id":1,
"first_name":"string",
"last_name":"string",
"age":1,
"career":"string"
}
-
CanGetDynamicEndpoint_User202
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Get Users
Get list of users
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://localhost:8080/user/listUsers"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
[{
"id":1,
"first_name":"string",
"last_name":"string",
"age":1,
"career":"string"
}]
-
CanGetDynamicEndpoint_Users187
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Update User
Update User
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://localhost:8080/user/updateUser"
},
{
"key":"http_method",
"value":"PUT"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"id":1,
"first_name":"string",
"last_name":"string",
"age":1,
"career":"string"
}
-
CanUpdateDynamicEndpoint_User114
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Call Obp_Api Get Banks
Call get banks
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"https://api.ttk.com.mk/obp/v4.0.0/banks"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
[{
"id":"gh.29.uk",
"short_name":"short name value",
"full_name":"full name value",
"logo":"http://xxx/yyy.png",
"website":"www.openbankproject.com",
"bank_routing":{
"scheme":"Bank_ID",
"address":"gh.29.uk"
}
}]
-
CanGetDynamicEndpoint_Bank143
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Create new Credit Application Form
Create new Credit Application Form.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanCreateDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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.
Delete Credit Application Form by id
Delete Credit Application Form 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":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanDeleteDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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.
Get Credit Application Form List
Get Credit Application Form List.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /creditApplicationForm?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"credit_application_form_list":[{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}]
}
-
CanGetDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Get Credit Application Form by id
Get Credit Application Form by id.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanGetDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Update Credit Application Form
Update Credit Application Form.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanUpdateDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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.
Create new TESTING
Create new TESTING.
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":"TESTING"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"testing":{
"tESTINGId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanCreateDynamicEntity_SystemTESTING
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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.
Delete TESTING by id
Delete TESTING 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":"TESTING"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"testing":{
"tESTINGId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanDeleteDynamicEntity_SystemTESTING
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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.
Get TESTING List
Get TESTING 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":"TESTING"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /TESTING?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"testing_list":[{
"testing":{
"tESTINGId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}]
}
-
CanGetDynamicEntity_SystemTESTING
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Get TESTING by id
Get TESTING 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":"TESTING"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"testing":{
"tESTINGId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanGetDynamicEntity_SystemTESTING
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Update TESTING
Update TESTING.
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":"TESTING"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"testing":{
"tESTINGId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanUpdateDynamicEntity_SystemTESTING
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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.