API Explorer

v4.0.0 (542 APIs)

Bank
Accounts
Views
Counterparties
Transactions

Create Bank Level Dynamic Entity

Create a Bank Level DynamicEntity.

Authentication is Mandatory

Create a DynamicEntity. If creation is successful, the corresponding POST, GET, PUT and DELETE (Create, Read, Update, Delete or CRUD for short) endpoints will be generated automatically

The following field types are as supported:
[number, integer, boolean, string, DATE_WITH_DAY, reference]

The DATE_WITH_DAY format is: yyyy-MM-dd

Reference types are like foreign keys and composite foreign keys are supported. The value you need to supply as the (composite) foreign key is a UUID (or several UUIDs in the case of a composite key) that match value in another Entity..
The following list shows all the possible reference types in the system with corresponding examples values so you can see how to construct each reference type value.

"someField0": {
    "type": "reference:FishPort",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField1": {
    "type": "reference:FooBar",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField2": {
    "type": "reference:sustrans",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField3": {
    "type": "reference:SimonCovid",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField4": {
    "type": "reference:CovidAPIDays",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField5": {
    "type": "reference:customer_cars",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField6": {
    "type": "reference:MarchHare",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField7": {
    "type": "reference:InsurancePolicy",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField8": {
    "type": "reference:Odometer",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField9": {
    "type": "reference:InsurancePremium",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField10": {
    "type": "reference:ObpActivity",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField11": {
    "type": "reference:test1",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField12": {
    "type": "reference:D-Entity1",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField13": {
    "type": "reference:test_daniel707",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField14": {
    "type": "reference:Bank",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField15": {
    "type": "reference:Consumer",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField16": {
    "type": "reference:Customer",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField17": {
    "type": "reference:MethodRouting",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField18": {
    "type": "reference:DynamicEntity",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField19": {
    "type": "reference:TransactionRequest",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField20": {
    "type": "reference:ProductAttribute",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField21": {
    "type": "reference:AccountAttribute",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField22": {
    "type": "reference:TransactionAttribute",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField23": {
    "type": "reference:CustomerAttribute",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField24": {
    "type": "reference:AccountApplication",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField25": {
    "type": "reference:CardAttribute",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField26": {
    "type": "reference:Counterparty",
    "example": "3b4174a8-fed2-4ac1-8c15-351c525d7ac5"
}

"someField27": {
    "type": "reference:Branch:bankId&branchId",
    "example": "bankId=3b4174a8-fed2-4ac1-8c15-351c525d7ac5&branchId=fdee26de-9b1b-4593-b6e3-a3c4c4403a3a"
}

"someField28": {
    "type": "reference:Atm:bankId&atmId",
    "example": "bankId=3b4174a8-fed2-4ac1-8c15-351c525d7ac5&atmId=fdee26de-9b1b-4593-b6e3-a3c4c4403a3a"
}

"someField29": {
    "type": "reference:BankAccount:bankId&accountId",
    "example": "bankId=3b4174a8-fed2-4ac1-8c15-351c525d7ac5&accountId=fdee26de-9b1b-4593-b6e3-a3c4c4403a3a"
}

"someField30": {
    "type": "reference:Product:bankId&productCode",
    "example": "bankId=3b4174a8-fed2-4ac1-8c15-351c525d7ac5&productCode=fdee26de-9b1b-4593-b6e3-a3c4c4403a3a"
}

"someField31": {
    "type": "reference:PhysicalCard:bankId&cardId",
    "example": "bankId=3b4174a8-fed2-4ac1-8c15-351c525d7ac5&cardId=fdee26de-9b1b-4593-b6e3-a3c4c4403a3a"
}

"someField32": {
    "type": "reference:Transaction:bankId&accountId&transactionId",
    "example": "bankId=3b4174a8-fed2-4ac1-8c15-351c525d7ac5&accountId=fdee26de-9b1b-4593-b6e3-a3c4c4403a3a&transactionId=5aa4ac59-20a9-4cf2-8ef5-d934c1155201"
}

"someField33": {
    "type": "reference:Counterparty:bankId&accountId&counterpartyId",
    "example": "bankId=3b4174a8-fed2-4ac1-8c15-351c525d7ac5&accountId=fdee26de-9b1b-4593-b6e3-a3c4c4403a3a&counterpartyId=5aa4ac59-20a9-4cf2-8ef5-d934c1155201"
}

Note: if you set hasPersonalEntity = false, then OBP will not generate the CRUD my FooBar endpoints.

Typical Successful Response:

								
									
{ "bankId":"gh.29.uk", "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }
Required Roles:
  • CanCreateBankLevelDynamicEntity - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by createBankLevelDynamicEntity, operation_id: OBPv4.0.0-createBankLevelDynamicEntity Tags: Dynamic-Entity-Manage, API,

Create System Level Dynamic Entity

Create a system level Dynamic Entity.

Authentication is Mandatory

Create a DynamicEntity. If creation is successful, the corresponding POST, GET, PUT and DELETE (Create, Read, Update, Delete or CRUD for short) endpoints will be generated automatically

The following field types are as supported:
[number, integer, boolean, string, DATE_WITH_DAY, reference]

The DATE_WITH_DAY format is: yyyy-MM-dd

Reference types are like foreign keys and composite foreign keys are supported. The value you need to supply as the (composite) foreign key is a UUID (or several UUIDs in the case of a composite key) that match value in another Entity..
See the following list of currently available reference types and examples of how to construct key values correctly. Note: As more Dynamic Entities are created on this instance, this list will grow:

"someField0": {
    "type": "reference:FishPort",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField1": {
    "type": "reference:FooBar",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField2": {
    "type": "reference:sustrans",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField3": {
    "type": "reference:SimonCovid",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField4": {
    "type": "reference:CovidAPIDays",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField5": {
    "type": "reference:customer_cars",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField6": {
    "type": "reference:MarchHare",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField7": {
    "type": "reference:InsurancePolicy",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField8": {
    "type": "reference:Odometer",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField9": {
    "type": "reference:InsurancePremium",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField10": {
    "type": "reference:ObpActivity",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField11": {
    "type": "reference:test1",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField12": {
    "type": "reference:D-Entity1",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField13": {
    "type": "reference:test_daniel707",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField14": {
    "type": "reference:Bank",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField15": {
    "type": "reference:Consumer",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField16": {
    "type": "reference:Customer",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField17": {
    "type": "reference:MethodRouting",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField18": {
    "type": "reference:DynamicEntity",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField19": {
    "type": "reference:TransactionRequest",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField20": {
    "type": "reference:ProductAttribute",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField21": {
    "type": "reference:AccountAttribute",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField22": {
    "type": "reference:TransactionAttribute",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField23": {
    "type": "reference:CustomerAttribute",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField24": {
    "type": "reference:AccountApplication",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField25": {
    "type": "reference:CardAttribute",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField26": {
    "type": "reference:Counterparty",
    "example": "e88c495f-974c-4332-8196-409ae202a5a1"
}

"someField27": {
    "type": "reference:Branch:bankId&branchId",
    "example": "bankId=e88c495f-974c-4332-8196-409ae202a5a1&branchId=621100e6-6a3d-4992-ac52-ba5abe774459"
}

"someField28": {
    "type": "reference:Atm:bankId&atmId",
    "example": "bankId=e88c495f-974c-4332-8196-409ae202a5a1&atmId=621100e6-6a3d-4992-ac52-ba5abe774459"
}

"someField29": {
    "type": "reference:BankAccount:bankId&accountId",
    "example": "bankId=e88c495f-974c-4332-8196-409ae202a5a1&accountId=621100e6-6a3d-4992-ac52-ba5abe774459"
}

"someField30": {
    "type": "reference:Product:bankId&productCode",
    "example": "bankId=e88c495f-974c-4332-8196-409ae202a5a1&productCode=621100e6-6a3d-4992-ac52-ba5abe774459"
}

"someField31": {
    "type": "reference:PhysicalCard:bankId&cardId",
    "example": "bankId=e88c495f-974c-4332-8196-409ae202a5a1&cardId=621100e6-6a3d-4992-ac52-ba5abe774459"
}

"someField32": {
    "type": "reference:Transaction:bankId&accountId&transactionId",
    "example": "bankId=e88c495f-974c-4332-8196-409ae202a5a1&accountId=621100e6-6a3d-4992-ac52-ba5abe774459&transactionId=e32bab8e-68bc-4eaa-91d6-53ac824c917f"
}

"someField33": {
    "type": "reference:Counterparty:bankId&accountId&counterpartyId",
    "example": "bankId=e88c495f-974c-4332-8196-409ae202a5a1&accountId=621100e6-6a3d-4992-ac52-ba5abe774459&counterpartyId=e32bab8e-68bc-4eaa-91d6-53ac824c917f"
}

Note: if you set hasPersonalEntity = false, then OBP will not generate the CRUD my FooBar endpoints.

Typical Successful Response:

								
									
{ "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }
Required Roles:
  • CanCreateSystemLevelDynamicEntity - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by createSystemDynamicEntity, operation_id: OBPv4.0.0-createSystemDynamicEntity Tags: Dynamic-Entity-Manage, API,

Delete Bank Level Dynamic Entity

Delete a Bank Level DynamicEntity specified by DYNAMIC_ENTITY_ID.

Authentication is Mandatory

Typical Successful Response:

								
									
Required Roles:
  • CanDeleteBankLevelDynamicEntity - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by deleteBankLevelDynamicEntity, operation_id: OBPv4.0.0-deleteBankLevelDynamicEntity Tags: Dynamic-Entity-Manage, API,

Delete My Dynamic Entity

Delete my DynamicEntity specified by DYNAMIC_ENTITY_ID.

Authentication is Mandatory

Typical Successful Response:

								
									
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by deleteMyDynamicEntity, operation_id: OBPv4.0.0-deleteMyDynamicEntity Tags: Dynamic-Entity-Manage, API,

Delete System Level Dynamic Entity

Delete a DynamicEntity specified by DYNAMIC_ENTITY_ID.

Authentication is Mandatory

Typical Successful Response:

								
									
Required Roles:
  • CanDeleteSystemLevelDynamicEntity - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by deleteSystemDynamicEntity, operation_id: OBPv4.0.0-deleteSystemDynamicEntity Tags: Dynamic-Entity-Manage, API,

Get Bank Level Dynamic Entities

Get all the bank level Dynamic Entities for one bank.

Authentication is Mandatory

Typical Successful Response:

								
									
{ "dynamic_entities":[{ "bankId":"gh.29.uk", "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }] }
Required Roles:
  • CanGetBankLevelDynamicEntities - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by getBankLevelDynamicEntities, operation_id: OBPv4.0.0-getBankLevelDynamicEntities Tags: Dynamic-Entity-Manage, API,

Get My Dynamic Entities

Get all my Dynamic Entities.

Authentication is Mandatory

Typical Successful Response:

								
									
{ "dynamic_entities":[{ "bankId":"gh.29.uk", "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }] }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by getMyDynamicEntities, operation_id: OBPv4.0.0-getMyDynamicEntities Tags: Dynamic-Entity-Manage, API,

Get System Dynamic Entities

Get all System Dynamic Entities

Authentication is Mandatory

Typical Successful Response:

								
									
{ "dynamic_entities":[{ "bankId":"gh.29.uk", "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }] }
Required Roles:
  • CanGetSystemLevelDynamicEntities - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by getSystemDynamicEntities, operation_id: OBPv4.0.0-getSystemDynamicEntities Tags: Dynamic-Entity-Manage, API,

Update Bank Level Dynamic Entity

Update a Bank Level DynamicEntity.

Authentication is Mandatory

Update one DynamicEntity, after update finished, the corresponding CRUD endpoints will be changed.

The following field types are as supported:
[number, integer, boolean, string, DATE_WITH_DAY, reference]

DATE_WITH_DAY format: yyyy-MM-dd

Reference types are like foreign keys and composite foreign keys are supported. The value you need to supply as the (composite) foreign key is a UUID (or several UUIDs in the case of a composite key) that match value in another Entity..
The following list shows all the possible reference types in the system with corresponding examples values so you can see how to construct each reference type value.

"someField0": {
    "type": "reference:FishPort",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField1": {
    "type": "reference:FooBar",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField2": {
    "type": "reference:sustrans",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField3": {
    "type": "reference:SimonCovid",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField4": {
    "type": "reference:CovidAPIDays",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField5": {
    "type": "reference:customer_cars",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField6": {
    "type": "reference:MarchHare",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField7": {
    "type": "reference:InsurancePolicy",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField8": {
    "type": "reference:Odometer",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField9": {
    "type": "reference:InsurancePremium",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField10": {
    "type": "reference:ObpActivity",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField11": {
    "type": "reference:test1",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField12": {
    "type": "reference:D-Entity1",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField13": {
    "type": "reference:test_daniel707",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField14": {
    "type": "reference:Bank",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField15": {
    "type": "reference:Consumer",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField16": {
    "type": "reference:Customer",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField17": {
    "type": "reference:MethodRouting",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField18": {
    "type": "reference:DynamicEntity",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField19": {
    "type": "reference:TransactionRequest",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField20": {
    "type": "reference:ProductAttribute",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField21": {
    "type": "reference:AccountAttribute",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField22": {
    "type": "reference:TransactionAttribute",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField23": {
    "type": "reference:CustomerAttribute",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField24": {
    "type": "reference:AccountApplication",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField25": {
    "type": "reference:CardAttribute",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField26": {
    "type": "reference:Counterparty",
    "example": "c51dd5d4-35a4-4fc4-85f0-afc08c6255ba"
}

"someField27": {
    "type": "reference:Branch:bankId&branchId",
    "example": "bankId=c51dd5d4-35a4-4fc4-85f0-afc08c6255ba&branchId=35a86edd-b285-4e12-aa35-dbf00a745345"
}

"someField28": {
    "type": "reference:Atm:bankId&atmId",
    "example": "bankId=c51dd5d4-35a4-4fc4-85f0-afc08c6255ba&atmId=35a86edd-b285-4e12-aa35-dbf00a745345"
}

"someField29": {
    "type": "reference:BankAccount:bankId&accountId",
    "example": "bankId=c51dd5d4-35a4-4fc4-85f0-afc08c6255ba&accountId=35a86edd-b285-4e12-aa35-dbf00a745345"
}

"someField30": {
    "type": "reference:Product:bankId&productCode",
    "example": "bankId=c51dd5d4-35a4-4fc4-85f0-afc08c6255ba&productCode=35a86edd-b285-4e12-aa35-dbf00a745345"
}

"someField31": {
    "type": "reference:PhysicalCard:bankId&cardId",
    "example": "bankId=c51dd5d4-35a4-4fc4-85f0-afc08c6255ba&cardId=35a86edd-b285-4e12-aa35-dbf00a745345"
}

"someField32": {
    "type": "reference:Transaction:bankId&accountId&transactionId",
    "example": "bankId=c51dd5d4-35a4-4fc4-85f0-afc08c6255ba&accountId=35a86edd-b285-4e12-aa35-dbf00a745345&transactionId=124627f2-a2e5-4345-ab9d-1e80a22182ba"
}

"someField33": {
    "type": "reference:Counterparty:bankId&accountId&counterpartyId",
    "example": "bankId=c51dd5d4-35a4-4fc4-85f0-afc08c6255ba&accountId=35a86edd-b285-4e12-aa35-dbf00a745345&counterpartyId=124627f2-a2e5-4345-ab9d-1e80a22182ba"
}

Typical Successful Response:

								
									
{ "bankId":"gh.29.uk", "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }
Required Roles:
  • CanUpdateBankLevelDynamicEntity - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by updateBankLevelDynamicEntity, operation_id: OBPv4.0.0-updateBankLevelDynamicEntity Tags: Dynamic-Entity-Manage, API,

Update My Dynamic Entity

Update my DynamicEntity.

Authentication is Mandatory

Update one of my DynamicEntity, after update finished, the corresponding CRUD endpoints will be changed.

Current support filed types as follow:
[number, integer, boolean, string, DATE_WITH_DAY, reference]

DATE_WITH_DAY format: yyyy-MM-dd

Reference types are like foreign keys and composite foreign keys are supported. The value you need to supply as the (composite) foreign key is a UUID (or several UUIDs in the case of a composite key) that match value in another Entity..
The following list shows all the possible reference types in the system with corresponding examples values so you can see how to construct each reference type value.

"someField0": {
    "type": "reference:FishPort",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField1": {
    "type": "reference:FooBar",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField2": {
    "type": "reference:sustrans",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField3": {
    "type": "reference:SimonCovid",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField4": {
    "type": "reference:CovidAPIDays",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField5": {
    "type": "reference:customer_cars",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField6": {
    "type": "reference:MarchHare",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField7": {
    "type": "reference:InsurancePolicy",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField8": {
    "type": "reference:Odometer",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField9": {
    "type": "reference:InsurancePremium",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField10": {
    "type": "reference:ObpActivity",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField11": {
    "type": "reference:test1",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField12": {
    "type": "reference:D-Entity1",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField13": {
    "type": "reference:test_daniel707",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField14": {
    "type": "reference:Bank",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField15": {
    "type": "reference:Consumer",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField16": {
    "type": "reference:Customer",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField17": {
    "type": "reference:MethodRouting",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField18": {
    "type": "reference:DynamicEntity",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField19": {
    "type": "reference:TransactionRequest",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField20": {
    "type": "reference:ProductAttribute",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField21": {
    "type": "reference:AccountAttribute",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField22": {
    "type": "reference:TransactionAttribute",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField23": {
    "type": "reference:CustomerAttribute",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField24": {
    "type": "reference:AccountApplication",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField25": {
    "type": "reference:CardAttribute",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField26": {
    "type": "reference:Counterparty",
    "example": "bab3bafc-21b3-4c8e-b6a8-55f9c7690192"
}

"someField27": {
    "type": "reference:Branch:bankId&branchId",
    "example": "bankId=bab3bafc-21b3-4c8e-b6a8-55f9c7690192&branchId=0a385978-dbe5-44ba-a93b-59f724795f4a"
}

"someField28": {
    "type": "reference:Atm:bankId&atmId",
    "example": "bankId=bab3bafc-21b3-4c8e-b6a8-55f9c7690192&atmId=0a385978-dbe5-44ba-a93b-59f724795f4a"
}

"someField29": {
    "type": "reference:BankAccount:bankId&accountId",
    "example": "bankId=bab3bafc-21b3-4c8e-b6a8-55f9c7690192&accountId=0a385978-dbe5-44ba-a93b-59f724795f4a"
}

"someField30": {
    "type": "reference:Product:bankId&productCode",
    "example": "bankId=bab3bafc-21b3-4c8e-b6a8-55f9c7690192&productCode=0a385978-dbe5-44ba-a93b-59f724795f4a"
}

"someField31": {
    "type": "reference:PhysicalCard:bankId&cardId",
    "example": "bankId=bab3bafc-21b3-4c8e-b6a8-55f9c7690192&cardId=0a385978-dbe5-44ba-a93b-59f724795f4a"
}

"someField32": {
    "type": "reference:Transaction:bankId&accountId&transactionId",
    "example": "bankId=bab3bafc-21b3-4c8e-b6a8-55f9c7690192&accountId=0a385978-dbe5-44ba-a93b-59f724795f4a&transactionId=2d278c00-9d96-4298-b851-09448887051e"
}

"someField33": {
    "type": "reference:Counterparty:bankId&accountId&counterpartyId",
    "example": "bankId=bab3bafc-21b3-4c8e-b6a8-55f9c7690192&accountId=0a385978-dbe5-44ba-a93b-59f724795f4a&counterpartyId=2d278c00-9d96-4298-b851-09448887051e"
}

Typical Successful Response:

								
									
{ "bankId":"gh.29.uk", "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-10001: Incorrect json format.
  • OBP-09001: DynamicEntity not found. Please specify a valid value for DYNAMIC_ENTITY_ID.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by updateMyDynamicEntity, operation_id: OBPv4.0.0-updateMyDynamicEntity Tags: Dynamic-Entity-Manage, API,

Update System Level Dynamic Entity

Update a System Level Dynamic Entity.

Authentication is Mandatory

Update one DynamicEntity, after update finished, the corresponding CRUD endpoints will be changed.

The following field types are as supported:
[number, integer, boolean, string, DATE_WITH_DAY, reference]

DATE_WITH_DAY format: yyyy-MM-dd

Reference types are like foreign keys and composite foreign keys are supported. The value you need to supply as the (composite) foreign key is a UUID (or several UUIDs in the case of a composite key) that match value in another Entity..
The following list shows all the possible reference types in the system with corresponding examples values so you can see how to construct each reference type value.

"someField0": {
    "type": "reference:FishPort",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField1": {
    "type": "reference:FooBar",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField2": {
    "type": "reference:sustrans",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField3": {
    "type": "reference:SimonCovid",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField4": {
    "type": "reference:CovidAPIDays",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField5": {
    "type": "reference:customer_cars",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField6": {
    "type": "reference:MarchHare",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField7": {
    "type": "reference:InsurancePolicy",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField8": {
    "type": "reference:Odometer",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField9": {
    "type": "reference:InsurancePremium",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField10": {
    "type": "reference:ObpActivity",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField11": {
    "type": "reference:test1",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField12": {
    "type": "reference:D-Entity1",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField13": {
    "type": "reference:test_daniel707",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField14": {
    "type": "reference:Bank",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField15": {
    "type": "reference:Consumer",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField16": {
    "type": "reference:Customer",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField17": {
    "type": "reference:MethodRouting",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField18": {
    "type": "reference:DynamicEntity",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField19": {
    "type": "reference:TransactionRequest",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField20": {
    "type": "reference:ProductAttribute",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField21": {
    "type": "reference:AccountAttribute",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField22": {
    "type": "reference:TransactionAttribute",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField23": {
    "type": "reference:CustomerAttribute",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField24": {
    "type": "reference:AccountApplication",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField25": {
    "type": "reference:CardAttribute",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField26": {
    "type": "reference:Counterparty",
    "example": "29ba3a5f-d276-42c4-ad32-e894ce96f1f8"
}

"someField27": {
    "type": "reference:Branch:bankId&branchId",
    "example": "bankId=29ba3a5f-d276-42c4-ad32-e894ce96f1f8&branchId=ce7293aa-254f-4bea-a90a-ebb14413c94d"
}

"someField28": {
    "type": "reference:Atm:bankId&atmId",
    "example": "bankId=29ba3a5f-d276-42c4-ad32-e894ce96f1f8&atmId=ce7293aa-254f-4bea-a90a-ebb14413c94d"
}

"someField29": {
    "type": "reference:BankAccount:bankId&accountId",
    "example": "bankId=29ba3a5f-d276-42c4-ad32-e894ce96f1f8&accountId=ce7293aa-254f-4bea-a90a-ebb14413c94d"
}

"someField30": {
    "type": "reference:Product:bankId&productCode",
    "example": "bankId=29ba3a5f-d276-42c4-ad32-e894ce96f1f8&productCode=ce7293aa-254f-4bea-a90a-ebb14413c94d"
}

"someField31": {
    "type": "reference:PhysicalCard:bankId&cardId",
    "example": "bankId=29ba3a5f-d276-42c4-ad32-e894ce96f1f8&cardId=ce7293aa-254f-4bea-a90a-ebb14413c94d"
}

"someField32": {
    "type": "reference:Transaction:bankId&accountId&transactionId",
    "example": "bankId=29ba3a5f-d276-42c4-ad32-e894ce96f1f8&accountId=ce7293aa-254f-4bea-a90a-ebb14413c94d&transactionId=7b6a0d3a-4f08-4d42-9d82-0bec3fda7938"
}

"someField33": {
    "type": "reference:Counterparty:bankId&accountId&counterpartyId",
    "example": "bankId=29ba3a5f-d276-42c4-ad32-e894ce96f1f8&accountId=ce7293aa-254f-4bea-a90a-ebb14413c94d&counterpartyId=7b6a0d3a-4f08-4d42-9d82-0bec3fda7938"
}

Typical Successful Response:

								
									
{ "FooBar":{ "description":"description of this entity, can be markdown text.", "required":["name"], "properties":{ "name":{ "type":"string", "minLength":3, "maxLength":20, "example":"James Brown", "description":"description of **name** field, can be markdown text." }, "number":{ "type":"integer", "example":698761728, "description":"description of **number** field, can be markdown text." } } }, "dynamicEntityId":"dynamic-entity-id", "userId":"9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1", "hasPersonalEntity":true }
Required Roles:
  • CanUpdateSystemLevelDynamicEntity - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-09001: DynamicEntity not found. Please specify a valid value for DYNAMIC_ENTITY_ID.
  • OBP-10001: Incorrect json format.
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by updateSystemDynamicEntity, operation_id: OBPv4.0.0-updateSystemDynamicEntity Tags: Dynamic-Entity-Manage, API,