Table of Contents

Class CompositeSubRequest

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class CompositeSubRequest
Inheritance
CompositeSubRequest
Inherited Members

Constructors

CompositeSubRequest(SObject, string, string, string)

Constructor

public CompositeSubRequest(SObject body, string method, string referenceId, string url)

Parameters

body SObject
method string
referenceId string
url string

Properties

Body

[JsonProperty(PropertyName = "body")]
public SObject Body { get; set; }

Property Value

SObject

Method

[JsonProperty(PropertyName = "method")]
public string Method { get; set; }

Property Value

string

ReferenceId

[JsonProperty(PropertyName = "referenceId")]
public string ReferenceId { get; set; }

Property Value

string

Url

[JsonProperty(PropertyName = "url")]
public string Url { get; set; }

Property Value

string