BatchResponse interface

This object is returned from a successful Batch service call

Properties

batchItems

Array containing the batch results NOTE: This property will not be serialized. It can only be populated by the server.

summary

Summary for the batch request NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

batchItems

Array containing the batch results NOTE: This property will not be serialized. It can only be populated by the server.

batchItems?: any[]

Property Value

any[]

summary

Summary for the batch request NOTE: This property will not be serialized. It can only be populated by the server.

summary?: BatchResponseSummary

Property Value