Values.UpdatePartnershipRequestSourceUpdates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
type nonrec t = {partnershipId : PartnershipId.t;Specifies the unique, system-generated identifier for a partnership.
*)name : PartnerName.t option;The name of the partnership, used to identify it.
*)capabilities : PartnershipCapabilities.t option;List of the capabilities associated with this partnership.
*)capabilityOptions : CapabilityOptions.t option;To update, specify the structure that contains the details for the associated capabilities.
*)}val make :
?name:??? ->
?capabilities:??? ->
?capabilityOptions:??? ->
partnershipId:PartnershipId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CapabilityId.t ] list
| `String of PartnershipId.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 ]