-
_Book Mark Bank And Account System
- Create new Book Mark Bank And Account System
- Create new My Book Mark Bank And Account System
- Delete Book Mark Bank And Account System by id
- Delete My Book Mark Bank And Account System by id
- Get Book Mark Bank And Account System List
- Get Book Mark Bank And Account System by id
- Get My Book Mark Bank And Account System List
- Get My Book Mark Bank And Account System by id
- Update Book Mark Bank And Account System
- Update My Book Mark Bank And Account System
-
_Book Mark Bank And Account(Gen1 Aeena)
- Create new Book Mark Bank And Account
- Create new My Book Mark Bank And Account
- Delete Book Mark Bank And Account by id
- Delete My Book Mark Bank And Account by id
- Get Book Mark Bank And Account List
- Get Book Mark Bank And Account by id
- Get My Book Mark Bank And Account List
- Get My Book Mark Bank And Account by id
- Update Book Mark Bank And Account
- Update My Book Mark Bank And Account
-
Example test Title
-
JOPACC ATM TEST service
-
JOPACC TEST ATM 2 service
-
Swagger Petstore OpenAPI 3.1
-
_Book Mark Bank And Account System
- Create new Book Mark Bank And Account System
- Create new My Book Mark Bank And Account System
- Delete Book Mark Bank And Account System by id
- Delete My Book Mark Bank And Account System by id
- Get Book Mark Bank And Account System List
- Get Book Mark Bank And Account System by id
- Get My Book Mark Bank And Account System List
- Get My Book Mark Bank And Account System by id
- Update Book Mark Bank And Account System
- Update My Book Mark Bank And Account System
-
_Book Mark Bank And Account(Gen1 Aeena)
- Create new Book Mark Bank And Account
- Create new My Book Mark Bank And Account
- Delete Book Mark Bank And Account by id
- Delete My Book Mark Bank And Account by id
- Get Book Mark Bank And Account List
- Get Book Mark Bank And Account by id
- Get My Book Mark Bank And Account List
- Get My Book Mark Bank And Account by id
- Update Book Mark Bank And Account
- Update My Book Mark Bank And Account
-
_Foo Bar(simonpublic1)
- Create new Foo Bar
- Create new My Foo Bar
- Delete Foo Bar by id
- Delete My Foo Bar by id
- Get Foo Bar List
- Get Foo Bar by id
- Get My Foo Bar List
- Get My Foo Bar by id
- Update Foo Bar
- Update My Foo Bar
-
_Hospital(mommy Map)
- Create new Hospital
- Create new My Hospital
- Delete Hospital by id
- Delete My Hospital by id
- Get Hospital List
- Get Hospital by id
- Get My Hospital List
- Get My Hospital by id
- Update Hospital
- Update My Hospital
-
_Risk Check(tobank)
- Create new My Risk Check
- Create new Risk Check
- Delete My Risk Check by id
- Delete Risk Check by id
- Get My Risk Check List
- Get My Risk Check by id
- Get Risk Check List
- Get Risk Check by id
- Update My Risk Check
- Update Risk Check
-
_Risk Checks(tobank)
- Create new My Risk Checks
- Create new Risk Checks
- Delete My Risk Checks by id
- Delete Risk Checks by id
- Get My Risk Checks List
- Get My Risk Checks by id
- Get Risk Checks List
- Get Risk Checks by id
- Update My Risk Checks
- Update Risk Checks
-
test dynamic
v5.1.0 filtered by tag: Dynamic (76 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://https://obp-apisandbox.joinfincubator.com/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://https://obp-apisandbox.joinfincubator.com/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 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://https://obp-apisandbox.joinfincubator.com/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_User187
- 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://https://obp-apisandbox.joinfincubator.com/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.
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://https://obp-apisandbox.joinfincubator.com/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.
Get Atms
Get list of atms
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://obp-apisandbox.joinfincubator.com/obp/v5.1.0/banks/obp1/atms"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
[{
"atmId":"1",
"atmType":"Enum",
"atmInfo":{
"name":{
"arName":"asd",
"enName":"ASD"
},
"address":{
"addressLines":{
"line1":"1",
"line2":"2",
"line3":"3"
},
"city":"Amman",
"state":"Amman",
"postCode":"xxx000",
"countryInfo":{
"countryCode":"JO",
"countryName":"Jordan"
},
"location":{
"latitude":0,
"longitude":0
},
"moreInfo":"short walk to the lake from here"
},
"institutionBasicInfo":{
"institutionType":"BANK",
"institutionIdentification":{
"schema":"BIC",
"code":"BIC"
},
"name":{
"enName":"BIC_CODE",
"arName":"XXXXJOAX",
"enTradeName":"",
"arTradeName":""
},
"institutionPhoneNumber":"+381631954907"
},
"branchBasicInfo":{
"branchIdentification":{
"schema":"BIC",
"code":"BIC"
},
"name":{
"enName":"string",
"arName":"testtest"
},
"branchPhoneNumber":"+381631954907"
}
},
"access24HoursIndicator":true,
"workingHours":{
"sunday":{
"isWorkingDay":true,
"openingTime":"10:00",
"closingTime":"18:00",
"secondOpeningTime":"19:00",
"secondClosingTime":"23:00"
},
"monday":{
"isWorkingDay":true,
"openingTime":"10:00",
"closingTime":"23:00"
},
"tuesday":{
"isWorkingDay":true,
"openingTime":"10:00",
"closingTime":"18:00",
"secondOpeningTime":"19:00",
"secondClosingTime":"23:00"
},
"wednesday":{
"isWorkingDay":true,
"openingTime":"10:00",
"closingTime":"18:00",
"secondOpeningTime":"19:00",
"secondClosingTime":"23:00"
},
"thursday":{
},
"friday":{
},
"saturday":{
}
},
"isAvailable":true,
"hasAccessiblityFeatures":true,
"accessibilityFeatures":["wheelchairSupported"],
"hasDepositCapability":true,
"languages":[{
"languageCode":"CCC",
"languageDesc":"asd"
}],
"services":["cashOut"],
"currencies":["JOD"],
"notes":["test"],
"minwithdrawal":{
"currency":"JOD",
"amount":5
},
"maxwithdrawal":{
"currency":"JOD",
"amount":5000
},
"defaultFeeSurcharges":{
"defaultCashWithdrawalNationalFee":{
"currency":"JOD",
"amount":1
},
"defaultCashWithdrawalInternationalFee":{
"currency":"JOD",
"amount":1
},
"defaultBalanceInquiryFee":{
"currency":"JOD",
"amount":"0.2"
}
},
"routings":[{
"scheme":"CLIQ",
"address":"RAFBJOAXAXXX"
}],
"_links":{
"self":{
"href":"institution/{institutionType}/{code}/ATM/{atmId}"
},
"institution":{
"href":"institution/{institutionType}/{code}"
}
}
}]
-
CanGetDynamicEndpoint_Atms464
- 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 Atm
Create an atm
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://obp-apisandbox.joinfincubator.com/obp/v5.1.0/banks/obp1/atms2"
},
{
"key":"http_method",
"value":"POST"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"atmId":"1",
"atmType":"Enum"
}
-
CanCreateDynamicEndpoint_Atm143
- 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 Atms
Get list of atms
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://obp-apisandbox.joinfincubator.com/obp/v5.1.0/banks/obp1/atms2"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
[{
"atmId":"1",
"atmType":"Enum"
}]
-
CanGetDynamicEndpoint_Atms143
- 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.
Add A New Pet To The Store
Add a new pet to the store
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"//pet"
},
{
"key":"http_method",
"value":"POST"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
"Successful operation"
-
CanCreateDynamicEndpoint_Pet151
- 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.
Deletes A Pet
Delete a pet
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"//pet/{petId}"
},
{
"key":"http_method",
"value":"DELETE"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
-
CanDeleteDynamicEndpoint_Pet160
- 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.
Find Pet By Id
Returns a single pet
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"//pet/{petId}"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
"successful operation"
-
CanGetDynamicEndpoint_PetById160
- 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 An Existing Pet
Update an existing pet by 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":"//pet"
},
{
"key":"http_method",
"value":"PUT"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
"Successful operation"
-
CanUpdateDynamicEndpoint_Pet151
- 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 Book Mark Bank And Account System
Create new Book Mark Bank And Account System.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanCreateDynamicEntity_SystemBookMarkBankAndAccount_system
- 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 My Book Mark Bank And Account System
Create new My Book Mark Bank And Account System.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Delete Book Mark Bank And Account System by id
Delete Book Mark Bank And Account System 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":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanDeleteDynamicEntity_SystemBookMarkBankAndAccount_system
- 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 My Book Mark Bank And Account System by id
Delete My Book Mark Bank And Account System 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":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get Book Mark Bank And Account System List
Get Book Mark Bank And Account System List.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /BookMarkBankAndAccount_system?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"book_mark_bank_and_account_system_list":[{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}]
}
-
CanGetDynamicEntity_SystemBookMarkBankAndAccount_system
- 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 Book Mark Bank And Account System by id
Get Book Mark Bank And Account System by id.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanGetDynamicEntity_SystemBookMarkBankAndAccount_system
- 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 My Book Mark Bank And Account System List
Get My Book Mark Bank And Account System List.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /BookMarkBankAndAccount_system?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"book_mark_bank_and_account_system_list":[{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get My Book Mark Bank And Account System by id
Get My Book Mark Bank And Account System by id.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Update Book Mark Bank And Account System
Update Book Mark Bank And Account System.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanUpdateDynamicEntity_SystemBookMarkBankAndAccount_system
- 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.
Update My Book Mark Bank And Account System
Update My Book Mark Bank And Account System.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount_system"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"book_mark_bank_and_account_system":{
"bookMarkBankAndAccount_systemId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanUpdateDynamicEntity_SystemBookMarkBankAndAccount_system
- 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-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Create new Book Mark Bank And Account
Create new Book Mark Bank And Account.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanCreateDynamicEntity_BookMarkBankAndAccount
- 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 My Book Mark Bank And Account
Create new My Book Mark Bank And Account.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Delete Book Mark Bank And Account by id
Delete Book Mark Bank And Account 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":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanDeleteDynamicEntity_BookMarkBankAndAccount
- 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 My Book Mark Bank And Account by id
Delete My Book Mark Bank And Account 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":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get Book Mark Bank And Account List
Get Book Mark Bank And Account List.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /BookMarkBankAndAccount?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account_list":[{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}]
}
-
CanGetDynamicEntity_BookMarkBankAndAccount
- 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 Book Mark Bank And Account by id
Get Book Mark Bank And Account by id.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanGetDynamicEntity_BookMarkBankAndAccount
- 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 My Book Mark Bank And Account List
Get My Book Mark Bank And Account List.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /BookMarkBankAndAccount?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account_list":[{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get My Book Mark Bank And Account by id
Get My Book Mark Bank And Account by id.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Update Book Mark Bank And Account
Update Book Mark Bank And Account.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanUpdateDynamicEntity_BookMarkBankAndAccount
- 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.
Update My Book Mark Bank And Account
Update My Book Mark Bank And Account.
This entity stores bank_id and account_id
Property List:
- bank_id: A bank_id
- account_id: An account_id
- tag_1: To tag the record
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"BookMarkBankAndAccount"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"book_mark_bank_and_account":{
"bookMarkBankAndAccountId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"bank_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d775",
"account_id":"7791f8f5-50e1-4ea3-b6b4-c3d67c32d776",
"tag_1":"Done"
}
}
-
CanUpdateDynamicEntity_BookMarkBankAndAccount
- 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-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanCreateDynamicEntity_FooBar
- 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 My Foo Bar
Create new My 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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanDeleteDynamicEntity_FooBar
- 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 My Foo Bar by id
Delete My 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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
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)
{
"bank-id":"gh.29.uk",
"foo_bar_list":[{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}]
}
-
CanGetDynamicEntity_FooBar
- 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 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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanGetDynamicEntity_FooBar
- 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 My Foo Bar List
Get My 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)
{
"bank-id":"gh.29.uk",
"foo_bar_list":[{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get My Foo Bar by id
Get My 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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanUpdateDynamicEntity_FooBar
- 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.
Update My Foo Bar
Update My 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
{
"bank-id":"gh.29.uk",
"foo_bar":{
"fooBarId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"James Brown",
"number":698761728
}
}
-
CanUpdateDynamicEntity_FooBar
- 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-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Create new Hospital
Create new Hospital.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
-
CanCreateDynamicEntity_Hospital
- 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 My Hospital
Create new My Hospital.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Delete Hospital by id
Delete Hospital 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":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
-
CanDeleteDynamicEntity_Hospital
- 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 My Hospital by id
Delete My Hospital 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":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get Hospital List
Get Hospital List.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /Hospital?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"hospital_list":[{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}]
}
-
CanGetDynamicEntity_Hospital
- 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 Hospital by id
Get Hospital by id.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
-
CanGetDynamicEntity_Hospital
- 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 My Hospital List
Get My Hospital List.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /Hospital?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"hospital_list":[{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get My Hospital by id
Get My Hospital by id.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Update Hospital
Update Hospital.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
-
CanUpdateDynamicEntity_Hospital
- 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.
Update My Hospital
Update My Hospital.
Hospital
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"Hospital"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"hospital":{
"hospitalId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"maternity_departments":"maternity_departments",
"labor":"labor",
"nursery":"nursery",
"maternal_and_health_awareness":"maternal_and_health_awareness",
"OB_gyn":"OB_gyn",
"pediatrician":"pediatrician",
"nutritions":"nutritions",
"psychatrichs":"psychatrichs",
"dermatology":"dermatology",
"endocrine":"endocrine",
"doctors":"doctors",
"yoga_trainers":"yoga_trainers",
"personal_trainers":"personal_trainers",
"midwife":"personal_trainers",
"IBCLC":"personal_trainers",
"lactation_counselor":"personal_trainers",
"nurses":"personal_trainers"
}
}
-
CanUpdateDynamicEntity_Hospital
- 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-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Create new My Risk Check
Create new My Risk Check.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Create new Risk Check
Create new Risk Check.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanCreateDynamicEntity_risk_check
- 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 My Risk Check by id
Delete My Risk Check 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":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Delete Risk Check by id
Delete Risk Check 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":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanDeleteDynamicEntity_risk_check
- 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 My Risk Check List
Get My Risk Check List.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /risk_check?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"risk_check_list":[{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get My Risk Check by id
Get My Risk Check by id.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get Risk Check List
Get Risk Check List.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /risk_check?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"risk_check_list":[{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}]
}
-
CanGetDynamicEntity_risk_check
- 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 Risk Check by id
Get Risk Check by id.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanGetDynamicEntity_risk_check
- 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 My Risk Check
Update My Risk Check.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanUpdateDynamicEntity_risk_check
- 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-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Update Risk Check
Update Risk Check.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_check"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_check":{
"risk_checkId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanUpdateDynamicEntity_risk_check
- 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 My Risk Checks
Create new My Risk Checks.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Create new Risk Checks
Create new Risk Checks.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanCreateDynamicEntity_risk_checks
- 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 My Risk Checks by id
Delete My Risk Checks 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":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Delete Risk Checks by id
Delete Risk Checks 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":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanDeleteDynamicEntity_risk_checks
- 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 My Risk Checks List
Get My Risk Checks List.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /risk_checks?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"risk_checks_list":[{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get My Risk Checks by id
Get My Risk Checks by id.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get Risk Checks List
Get Risk Checks List.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Can do filter on the fields
e.g: /risk_checks?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"bank-id":"gh.29.uk",
"risk_checks_list":[{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}]
}
-
CanGetDynamicEntity_risk_checks
- 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 Risk Checks by id
Get Risk Checks by id.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanGetDynamicEntity_risk_checks
- 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 My Risk Checks
Update My Risk Checks.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanUpdateDynamicEntity_risk_checks
- 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-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Update Risk Checks
Update Risk Checks.
Random risk checks performed by bank employee
Property List:
- customer: OBP Customer ID
- check_type: Check if the real value of customer real estate matches the value
- employee_number: Number of Employee doing the check
- passed: Did risk check passed
- day: Day the check was performed
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"risk_checks"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"bank-id":"gh.29.uk",
"risk_checks":{
"risk_checksId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"customer":"6ccb96f6-c404-11ed-a94e-54e1adfac5b1",
"check_type":"Real Estate Evaluation",
"employee_number":698761728,
"passed":true,
"day":"2023-12-16"
}
}
-
CanUpdateDynamicEntity_risk_checks
- 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 Bank Account By Id
Get Bank Account
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"http://obp_mock//accounts/{account_id}"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"name":"family account",
"balance":1
}
-
CanGetDynamicEndpoint__account202
- 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 Bank Account By Id
Get Bank Account
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"http://obp_mock//banks/joinfincubator.01.jo.joinfincubator/accounts/{account_id}"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"name":"family account",
"balance":1
}
-
CanGetDynamicEndpoint__account898
- 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.
Post Accounts
POST Accounts
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"http://obp_mock//accounts"
},
{
"key":"http_method",
"value":"POST"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"name":"family account",
"balance":1
}
-
CanCreateDynamicEndpoint_POST_account118
- 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.
Post Accounts
POST Accounts
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"http://obp_mock//banks/joinfincubator.01.jo.joinfincubator/accounts"
},
{
"key":"http_method",
"value":"POST"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
{
"name":"family account",
"balance":1
}
-
CanCreateDynamicEndpoint_POST_account627
- 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.