ApiCreateOrUpdateParameter.SoapApiType Property

Definition

Gets or sets type of API to create.

  • http creates a REST API
  • soap creates a SOAP pass-through API
  • websocket creates websocket API
  • graphql creates GraphQL API. Possible values include: 'SoapToRest', 'SoapPassThrough', 'WebSocket', 'GraphQL'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.apiType")]
public string SoapApiType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.apiType")>]
member this.SoapApiType : string with get, set
Public Property SoapApiType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to