---
sourceDocument: Australia Financial Services Operations
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/financial-services-operations

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Financial Services Operations

ft:clusterId :

    - finso

bundleId :

    - finso

workflow :

    - Customer and Industry


---

# Working with ServiceNow REST APIs

# Working with ServiceNow REST APIs {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Financial Services Operations (FSO) leverages the REST Table API to enable external sources, such as bank applications, to interact with the FSO data stored on a ServiceNow instance. The Table API provides endpoints that enable you to perform all CRUD operations (create, read, update, and delete) on your FSO centric tables from an external
source.
For example, you will use this API to locate customer records and query specific FSO information, such as customer credit cards, payments, and loans. For additional information on the available tables within FSO, see [Financial Services Operations Core](https://servicenow-prod.fluidtopics.net/mk84aCKCg1Y5Y0XIg0VO2w "The Financial Services Operations (FSO) Core application provides a framework to enable financial institutions to organize and manage their data effectively to meet their business needs. This section introduces FSO Core and explains its purpose and key data design components.") and the [FSO table definitions](https://servicenow-prod.fluidtopics.net/bjThrhRjarXHz3VZhQDE4g "The Financial Services Operations (FSO) product provides multiple tables that you can leverage within your custom FSO applications. This section identifies the most frequently used of these tables and defines the fields contained within them.").  
You must ensure that the user that you use when calling these REST endpoints has the required roles assigned to them. The following are the roles required based on the table that you are trying to access:

* Financial Services Payment Operations: sn_bom_payment.admin and admin
* Financial Services Card Operations: sn_bom_card.admin and admin
* Financial Services Business Loan Operations: sn_bom_loan_b2b.admin and admin
* Financial Services Personal Loan Operations: sn_bom_loan.b2c_admin and admin
{#fso-int_guide-work_rest_apis__ul_hhp_gmk_jmb}

For a list of all of the FSO roles and descriptions, see [User roles and FSO Business rules](https://servicenow-prod.fluidtopics.net/CTV3agMihrNr1wmKq2PGIw "This section defines the various roles within Financial Services Operations Core and explains the business rules that guide the system’s actions.").

## Test driving ServiceNow® REST APIs {#fso-int_guide-work_rest_apis__section_szy_s1m_4pb}

The ServiceNow platform provides the [REST API Explorer](https://www.servicenow.com/docs/access?context=use-REST-API-Explorer&version=australia&pubname=australia-api-reference&ft:locale=en-US), which allows you
to access the available REST APIs within your instance. Use this tool to interact with the
various FSO tables within your instance before trying to implement the endpoint calls within
your application.

