b1 (4 APIs)

Bank

Accounts

Views

Counterparties

Transactions

Create Template

Create One Template

Authentication is Optional

JSON request body fields:

JSON response body fields:

Typical Successful Response:

								
									
{ "id":"11231231312", "author":"Chinua Achebe", "pages":209, "points":1.3 }
Headers:

								
									
Possible Errors:
  • OBP-50000: Unknown Error.
Connector Methods:
Implemented in API-BUILDERb1 by createTemplate, operation_id: API-BUILDERb1-createTemplate

Delete Template

Delete One Template

Authentication is Mandatory

URL Parameters:

JSON response body fields:

Typical Successful Response:

								
									
{ "jsonString":"true" }
Headers:

								
									
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Implemented in API-BUILDERb1 by deleteTemplate, operation_id: API-BUILDERb1-deleteTemplate

Get Template

Return One Template By Id

Authentication is Mandatory

URL Parameters:

JSON response body fields:

Typical Successful Response:

								
									
{ "id":"11231231312", "author":"Chinua Achebe", "pages":209, "points":1.3 }
Headers:

								
									
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Implemented in API-BUILDERb1 by getTemplate, operation_id: API-BUILDERb1-getTemplate

Get Templates

Return All Templates

Authentication is Mandatory

JSON response body fields:

Typical Successful Response:

								
									
[{ "id":"11231231312", "author":"Chinua Achebe", "pages":209, "points":1.3 }]
Headers:

								
									
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Implemented in API-BUILDERb1 by getTemplates, operation_id: API-BUILDERb1-getTemplates