INPUT_OBJECT
orgEntityAddRequestInput
Request of OrgEntityAddCmd.
link GraphQL Schema definition
1 input orgEntityAddRequestInput { 4 2 # The registrant's street address, to a maximum of three lines of information. 3 : String 7 5 # The registrant's street address, to a maximum of three lines of information. 6 : String 10 8 # The registrant's street address, to a maximum of three lines of information. 9 : String 13 11 # Customizable field. 12 : String 16 14 # Customizable field. 15 : String 19 17 # Customizable field. 18 : String 25 20 # Type of address, valid values are configurable by using a properties file: S 21 # (shipto), B (billto), and SB (both shipto and billto). A single address may be 22 # of different types. If a properties file cannot be found, a default of SB is 23 # used. 24 : String 28 26 # The first name of the administrator. 27 : String 31 29 # The last name of the administrator. 30 : String 34 32 # The middle name of the administrator. 33 : String 38 35 # D - An indicator that daytime is the best time to call the registrant; E - An 36 # indicator that evening is the best time to call the registrant. 37 : String 42 39 # The registrant's organization's code to identify the shipping or billing 40 # addresses and cost center. 41 : String 46 43 # Code designating the method of code structure used for the billing code. The 44 # default value is D, assigned by buyer. 45 : String 50 47 # Describes the kind of business performed by an organization or organizational 48 # unit. 49 : String 53 51 # The name of the city where the registrant resides. 52 : String 56 54 # The name of the country or region where the registrant resides. 55 : String 60 57 # You can manage custom member attributes (MBRATTRVAL table) for this organization 58 # using the following syntax: &attributeName_storeId_action_number=value. 59 : [String] 63 61 # A description of the registrant. 62 : String 66 64 # DN of the organization or organizational unit, for LDAP use. 65 : String! 69 67 # The registrant's primary e-mail or Web address. 68 : String 72 70 # The registrant's secondary e-mail or Web address. 71 : String 75 73 # The registrant's primary facsimile number. 74 : String 78 76 # The registrant's secondary facsimile number. 77 : String 81 79 # The first name of the registrant. 80 : String 85 82 # Required if the authentication mode is LDAP: The last name of the registrant. If 83 # the authentication mode is LDAP, this parameter is mandatory. 84 : String 88 86 # Registered organization identifier; may be null for an organizational unit. 87 : String 91 89 # The middle name of the registrant. 90 : String 94 92 # Customizable field. 93 : String 97 95 # Customizable field. 96 : String 100 98 # Customizable field. 99 : String 107 101 # The name of the organization or organizational unit. Leading and trailing spaces 102 # is trimmed. When the system is configured with LDAP, the following characters 103 # are not allowed when the orgEntityName is used to construct the distinguished 104 # name: 1. The # character occurring at the beginning of orgEntityName. 2. Any of 105 # the following characters: = , + " \ < > ;. 106 : String! 111 108 # The type of the organizational entity being added. O - Organization; OU - 109 # Organizational Unit. 110 : String! 114 112 # The name of the organization that the registrant represents. 113 : String 117 115 # The name of the unit within the organization that the registrant represents. 116 : String 123 118 # 1 - An indicator to include package inserts when the order is shipped; 0 - An 119 # indicator to not include package inserts when the order is shipped. There is no 120 # default for this field. If the field is left unused, it remains null in the 121 # database. 122 : String 129 124 # Required if orgEntityType equals 'OU': The member ID of the parent 125 # organizational entity where the new organizational entity is added. For an 126 # organization (orgEntityType=O), this parameter is not mandatory; it defaults to 127 # Root Organization. 128 : String! 133 130 # The title of the user whose address is being entered (for example, Dr., Rev., 131 # Mr. or Ms.). 132 : String 136 134 # The registrant's primary phone number. 135 : String 141 137 # The type of phone used for the registrant's primary phone number, for example 138 # TTY for hearing impaired, PCM for pulse-coded modulation, or CEL for mobile. 139 # This is a field of 3 characters. 140 : String 144 142 # The registrant's secondary phone number. 143 : String 149 145 # The type of phone used for the registrant's secondary phone number, for example 146 # TTY for hearing impaired, PCM for pulse-coded modulation, or CEL for mobile. 147 # This is a field of 3 characters. 148 : String 152 150 # The registrant's preferred mode of delivery. 151 : String 158 153 # 1 - An indicator that the registrant's primary phone number is listed; 0 - An 154 # indicator that the registrant's primary phone number is unlisted. There is no 155 # default for these publishPhone fields. If the field is left unused, it remains 156 # null in the database. 157 : String 162 159 # 1 - An indicator that the registrant's secondary phone number is listed; 0 - An 160 # indicator that the registrant's secondary phone number is unlisted. 161 : String 166 163 # A shipping code based on geographical region, especially useful with tax 164 # software. 165 : String 169 167 # The name of the state, province, or equivalent where the registrant resides. 168 : String 172 170 # A tax code based on geographical region, especially useful with tax software. 171 : String 175 173 # A string used to identify the user for taxation purposes. 174 : String 178 176 # The URL to call when the command completes successfully. 177 : String 181 179 # The ZIP or postal code of the registrant's address. 180 : String 182 }