Skip to content

/AWS1/CL_BDICREATEPTRSHIPRSP

CreatePartnershipResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_PROFILEID TYPE /AWS1/BDIPROFILEID /AWS1/BDIPROFILEID

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

IV_PARTNERSHIPID TYPE /AWS1/BDIPARTNERSHIPID /AWS1/BDIPARTNERSHIPID

Returns the unique, system-generated identifier for a partnership.

IV_PARTNERSHIPARN TYPE /AWS1/BDIRESOURCEARN /AWS1/BDIRESOURCEARN

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

IV_CREATEDAT TYPE /AWS1/BDICREATEDDATE /AWS1/BDICREATEDDATE

Returns a timestamp for creation date and time of the partnership.

Optional arguments:

IV_NAME TYPE /AWS1/BDIPARTNERNAME /AWS1/BDIPARTNERNAME

Returns a descriptive name for the partnership.

IV_EMAIL TYPE /AWS1/BDIEMAIL /AWS1/BDIEMAIL

Returns the email address associated with this trading partner.

IV_PHONE TYPE /AWS1/BDIPHONE /AWS1/BDIPHONE

Returns the phone number associated with the partnership.

IT_CAPABILITIES TYPE /AWS1/CL_BDIPTRSHIPCAPABILIT00=>TT_PARTNERSHIPCAPABILITIES TT_PARTNERSHIPCAPABILITIES

Returns one or more capabilities associated with this partnership.

IO_CAPABILITYOPTIONS TYPE REF TO /AWS1/CL_BDICAPABILITYOPTIONS /AWS1/CL_BDICAPABILITYOPTIONS

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

IV_TRADINGPARTNERID TYPE /AWS1/BDITRADINGPARTNERID /AWS1/BDITRADINGPARTNERID

Returns the unique, system-generated identifier for a trading partner.


Queryable Attributes

profileId

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

Accessible with the following methods

Method Description
GET_PROFILEID() Getter for PROFILEID, with configurable default
ASK_PROFILEID() Getter for PROFILEID w/ exceptions if field has no value
HAS_PROFILEID() Determine if PROFILEID has a value

partnershipId

Returns the unique, system-generated identifier for a partnership.

Accessible with the following methods

Method Description
GET_PARTNERSHIPID() Getter for PARTNERSHIPID, with configurable default
ASK_PARTNERSHIPID() Getter for PARTNERSHIPID w/ exceptions if field has no value
HAS_PARTNERSHIPID() Determine if PARTNERSHIPID has a value

partnershipArn

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

Accessible with the following methods

Method Description
GET_PARTNERSHIPARN() Getter for PARTNERSHIPARN, with configurable default
ASK_PARTNERSHIPARN() Getter for PARTNERSHIPARN w/ exceptions if field has no valu
HAS_PARTNERSHIPARN() Determine if PARTNERSHIPARN has a value

name

Returns a descriptive name for the partnership.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

email

Returns the email address associated with this trading partner.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value

phone

Returns the phone number associated with the partnership.

Accessible with the following methods

Method Description
GET_PHONE() Getter for PHONE, with configurable default
ASK_PHONE() Getter for PHONE w/ exceptions if field has no value
HAS_PHONE() Determine if PHONE has a value

capabilities

Returns one or more capabilities associated with this partnership.

Accessible with the following methods

Method Description
GET_CAPABILITIES() Getter for CAPABILITIES, with configurable default
ASK_CAPABILITIES() Getter for CAPABILITIES w/ exceptions if field has no value
HAS_CAPABILITIES() Determine if CAPABILITIES has a value

capabilityOptions

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

Accessible with the following methods

Method Description
GET_CAPABILITYOPTIONS() Getter for CAPABILITYOPTIONS

tradingPartnerId

Returns the unique, system-generated identifier for a trading partner.

Accessible with the following methods

Method Description
GET_TRADINGPARTNERID() Getter for TRADINGPARTNERID, with configurable default
ASK_TRADINGPARTNERID() Getter for TRADINGPARTNERID w/ exceptions if field has no va
HAS_TRADINGPARTNERID() Determine if TRADINGPARTNERID has a value

createdAt

Returns a timestamp for creation date and time of the partnership.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value