PostDataAPIRequired

public enum PostDataAPIRequired : String, Encodable

Whether or not the POST_API call will get triggered. Default is no.

  • yes

    Y : Post Data API will be triggered and sent to the configured or specified URL.

    Declaration

    Swift

    case yes = "Y"
  • no

    N : Post Data API will not be triggered.

    Declaration

    Swift

    case no = "N"
  • Post Data API will not be triggered.

    Declaration

    Swift

    case blank = "Blank"