CreateExceptionToReport
Posts an exception to the report and associates it with one of the following data levels: Report Header, Entry, Itemization, Allocation.
Input
Name | Type | Required | Description |
Index | String | True | The exception's location in a batch of exceptions. Should start at 1 and increment sequentially. This value is used to identify the record if there is an error. |
ReportId | String | True | The Id of the report you want to create an exception for. |
ObjectType | String | True | The type of object to assign the exception to. Format: Report, Entry, or Allocation. When sending a Report level exception, the ObjectType and ObjectId can be null, as the report key is supplied in the URI.
使用できる値は次のとおりです。Report, Entry, Allocation |
ObjectId | String | False | The unique identifier for the object to associate with the exception. For Entry or Itemization object types use the respective ReportId; for Allocation object type use AllocationId. For a Report object type, this parameter is required. |
ExceptionCode | String | True | The exception code for the exception to assign to the object. Must be a configured exception code in Expense. Example: NODATE. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates if the exception was created successfully. |