Module Values.CreatePartnershipRequestSource

Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.

Sourcetype nonrec t = {
  1. profileId : ProfileId.t;
    (*

    Specifies the unique, system-generated identifier for the profile connected to this partnership.

    *)
  2. name : PartnerName.t;
    (*

    Specifies a descriptive name for the partnership.

    *)
  3. email : Email.t;
    (*

    Specifies the email address associated with this trading partner.

    *)
  4. phone : Phone.t option;
    (*

    Specifies the phone number associated with the partnership.

    *)
  5. capabilities : PartnershipCapabilities.t;
    (*

    Specifies a list of the capabilities associated with this partnership.

    *)
  6. capabilityOptions : CapabilityOptions.t option;
    (*

    Specify the structure that contains the details for the associated capabilities.

    *)
  7. clientToken : String_.t option;
    (*

    Reserved for future use.

    *)
  8. tags : TagList.t option;
    (*

    Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.

    *)
}
Sourceval context_ : string
Sourceval make : ?phone:??? -> ?capabilityOptions:??? -> ?clientToken:??? -> ?tags:??? -> profileId:ProfileId.t -> name:PartnerName.t -> email:Email.t -> capabilities:PartnershipCapabilities.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of CapabilityId.t | `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of ProfileId.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of X12ValidateEdi.t | `Enum of string | `Integer of LineLength.t | `Structure of (string * [> `Integer of StartingInterchangeControlNumber.t | `String of X12IdQualifier.t ]) list ]) list ]) list ]) list ]) list ]) 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