ERPServiceResult Class

ERP Version: 3.85
FS Version: 3.335

A class containing information on the results of making an API call. If the call executes batches or other asynchronous processes, those results may be in another object, such as an automated job result.

Properties

isSuccess

Type: Boolean

data

Type: String

errors

Type: List<ERPServiceResult.Error>

results

Type: List<ERPServiceResult>

Inner Classes

ERPServiceResult.Error Class

A class containing information on errors returned from the api

Properties

id

Type: Id

code

Type: String

detail

Type: String