ConnectApi.RevenueAsyncLineLevelOutputResponse

Output representation of the result of the API request for the async line level operations.
Property Name Type Description Available Version
errors List<ConnectApi.ErrorResponse>

Details of errors, if any.

62.0
referenceLineErrorResults List<ConnectApi.ReferenceLineError>

List of errors grouped by the invoice line IDs if the API request fails.

62.0
referenceLineType String

Reference type for the reference line entity in the referenceLineErrorResults property.

62.0
requestIdentifier String

Unique identifier of the request.

62.0
statusURL String

URL to track the status of the operation.

62.0
success Boolean

Indicates whether the API request is successful (true) or not (false).

62.0