Naming recommendation for data services

If the data service has one or more transactions with similar types, you can add the data service type as the prefix. Data service types are list, get, select, update, delete, add, and copy.

For example:

Get_ItemData

List_CustomerData

Update_SupplierData

Delete_Orders

If the data service has multiple transactions with different types, you can add a prefix that indicates how the data service is used.

For example:

Execute_OperationReporting

In Description, you can provide details on the purpose of configuring the data service. The Transaction Name is same as the API transaction's name.

For example:

SearchCustomer where API CRS620MI and transaction SearchCustomer are used.

LISTMI only contains one transaction, which is not descriptive. Therefore, the transaction name can contain ListMI as a prefix such asListMI_XXXX. For example, ListMI_SearchCustomer.