Class BusinessProcessDetailsDataBatchResponse
Business process detailed information regarding a batch operation
Inheritance
BusinessProcessDetailsDataBatchResponse
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class BusinessProcessDetailsDataBatchResponse : BusinessProcessDetailsDataBase
Properties
The DocType on which the operation was performed.
Declaration
[JsonProperty("docType", Required = Required.Always)]
[Required]
public string DocType { get; set; }
Property Value
The response of the batch operation.
Declaration
[JsonProperty("response", Required = Required.Always)]
[Required]
public BatchResponse Response { get; set; }
Property Value
Methods
Declaration
public static BusinessProcessDetailsDataBatchResponse FromJson(string data)
Parameters
Returns