INPUT_OBJECT
organizationEntityUpdateRequestInput
Request of OrgEntityUpdateCmd.
link GraphQL Schema definition
1 input organizationEntityUpdateRequestInput { 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 # The registrant's primary e-mail or Web address. 65 : String 69 67 # The registrant's secondary e-mail or Web address. 68 : String 72 70 # The registrant's primary facsimile number. 71 : String 75 73 # The registrant's secondary facsimile number. 74 : String 78 76 # The first name of the registrant. 77 : String 82 79 # Required if the authentication mode is LDAP: The last name of the registrant. If 80 # the authentication mode is LDAP, this parameter is mandatory. 81 : String 85 83 # Registered organization identifier; may be null for an organizational unit. 84 : String 88 86 # The middle name of the registrant. 87 : String 91 89 # Customizable field. 90 : String 94 92 # Customizable field. 93 : String 97 95 # Customizable field. 96 : String 100 98 # The ID for this organization or organizational unit. 99 : String! 103 101 # The name of the organization or organizational unit. 102 : String 106 104 # The name of the organization that the registrant represents. 105 : String 109 107 # The name of the unit within the organization that the registrant represents. 108 : String 115 110 # 1 - An indicator to include package inserts when the order is shipped; 0 - An 111 # indicator to not include package inserts when the order is shipped. There is no 112 # default for this field. If the field is left unused, it remains null in the 113 # database. 114 : String 119 116 # The title of the user whose address is being entered (for example, Dr., Rev., 117 # Mr. or Ms.). 118 : String 122 120 # The registrant's primary phone number. 121 : String 127 123 # The type of phone used for the registrant's primary phone number, for example 124 # TTY for hearing impaired, PCM for pulse-coded modulation, or CEL for mobile. 125 # This is a field of 3 characters. 126 : String 130 128 # The registrant's secondary phone number. 129 : String 135 131 # The type of phone used for the registrant's secondary phone number, for example 132 # TTY for hearing impaired, PCM for pulse-coded modulation, or CEL for mobile. 133 # This is a field of 3 characters. 134 : String 138 136 # The registrant's preferred mode of delivery. 137 : String 144 139 # 1 - An indicator that the registrant's primary phone number is listed; 0 - An 140 # indicator that the registrant's primary phone number is unlisted. There is no 141 # default for these publishPhone fields. If the field is left unused, it remains 142 # null in the database. 143 : String 148 145 # 1 - An indicator that the registrant's secondary phone number is listed; 0 - An 146 # indicator that the registrant's secondary phone number is unlisted. 147 : String 152 149 # A shipping code based on geographical region, especially useful with tax 150 # software. 151 : String 155 153 # The name of the state, province, or equivalent where the registrant resides. 154 : String 158 156 # A tax code based on geographical region, especially useful with tax software. 157 : String 161 159 # A string used to identify the user for taxation purposes. 160 : String 164 162 # The URL to call when the command completes successfully. 163 : String 167 165 # The ZIP or postal code of the registrant's address. 166 : String 168 }