Class BatchResult
Holds information about the outcome of each batch request
public class BatchResult
- Inheritance
-
BatchResult
- Inherited Members
Properties
ApiBody
API call body
public string ApiBody { get; }
Property Value
ApiMethod
API call method
public HttpMethod ApiMethod { get; }
Property Value
ApiRequest
API call request
public string ApiRequest { get; }
Property Value
ApiResponse
The response content from the batch request
public string ApiResponse { get; }
Property Value
ApiType
API call Type
public string ApiType { get; }
Property Value
BatchRequestId
Id of the BatchRequest this result is for
public Guid BatchRequestId { get; }
Property Value
Error
If an error happened then the error information is stored here
public ServiceError Error { get; }
Property Value
StatusCode
Status code of the request
public HttpStatusCode StatusCode { get; }