Module Values.GetCapabilityRequestSource

Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.

Sourcetype nonrec t = {
  1. capabilityId : CapabilityId.t;
    (*

    Specifies a system-assigned unique identifier for the capability.

    *)
}
Sourceval context_ : string
Sourceval make : capabilityId:CapabilityId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CapabilityId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t