PartnershipSummary
A structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
Contents
- createdAt
-
Returns a timestamp for creation date and time of the partnership.
Type: Timestamp
Required: Yes
- partnershipId
-
Returns the unique, system-generated identifier for a partnership.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+
Required: Yes
- profileId
-
Returns the unique, system-generated identifier for the profile connected to this partnership.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+
Required: Yes
- capabilities
-
Returns one or more capabilities associated with this partnership.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+
Required: No
- capabilityOptions
-
Contains the details for an Outbound EDI capability.
Type: CapabilityOptions object
Required: No
- modifiedAt
-
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
Type: Timestamp
Required: No
- name
-
Returns the name of the partnership.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 254.
Required: No
- tradingPartnerId
-
Returns the unique, system-generated identifier for a trading partner.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: