INPUT_OBJECT

organizationEntityUpdateRequestInput

Request of OrgEntityUpdateCmd.

link GraphQL Schema definition

1input organizationEntityUpdateRequestInput {
4
2# The registrant's street address, to a maximum of three lines of information.
3address1: String
7
5# The registrant's street address, to a maximum of three lines of information.
6address2: String
10
8# The registrant's street address, to a maximum of three lines of information.
9address3: String
13
11# Customizable field.
12addressField1: String
16
14# Customizable field.
15addressField2: String
19
17# Customizable field.
18addressField3: 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.
24addressType: String
28
26# The first name of the administrator.
27administratorFirstName: String
31
29# The last name of the administrator.
30administratorLastName: String
34
32# The middle name of the administrator.
33administratorMiddleName: 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.
37bestCallingTime: String
42
39# The registrant's organization's code to identify the shipping or billing
40# addresses and cost center.
41billingCode: String
46
43# Code designating the method of code structure used for the billing code. The
44# default value is D, assigned by buyer.
45billingCodeType: String
50
47# Describes the kind of business performed by an organization or organizational
48# unit.
49businessCategory: String
53
51# The name of the city where the registrant resides.
52city: String
56
54# The name of the country or region where the registrant resides.
55country: String
60
57# You can manage custom member attributes (MBRATTRVAL table) for this organization
58# using the following syntax: &attributeName_storeId_action_number=value.
59customMemberAttributes: [String]
63
61# A description of the registrant.
62description: String
66
64# The registrant's primary e-mail or Web address.
65email1: String
69
67# The registrant's secondary e-mail or Web address.
68email2: String
72
70# The registrant's primary facsimile number.
71fax1: String
75
73# The registrant's secondary facsimile number.
74fax2: String
78
76# The first name of the registrant.
77firstName: 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.
81lastName: String
85
83# Registered organization identifier; may be null for an organizational unit.
84legalId: String
88
86# The middle name of the registrant.
87middleName: String
91
89# Customizable field.
90orgEntityField1: String
94
92# Customizable field.
93orgEntityField2: String
97
95# Customizable field.
96orgEntityField3: String
100
98# The ID for this organization or organizational unit.
99orgEntityId: String!
103
101# The name of the organization or organizational unit.
102orgEntityName: String
106
104# The name of the organization that the registrant represents.
105organizationName: String
109
107# The name of the unit within the organization that the registrant represents.
108organizationUnitName: 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.
114packageSuppression: String
119
116# The title of the user whose address is being entered (for example, Dr., Rev.,
117# Mr. or Ms.).
118personTitle: String
122
120# The registrant's primary phone number.
121phone1: 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.
126phone1Type: String
130
128# The registrant's secondary phone number.
129phone2: 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.
134phone2Type: String
138
136# The registrant's preferred mode of delivery.
137preferredDelivery: 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.
143publishPhone1: 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.
147publishPhone2: String
152
149# A shipping code based on geographical region, especially useful with tax
150# software.
151shippingGeoCode: String
155
153# The name of the state, province, or equivalent where the registrant resides.
154state: String
158
156# A tax code based on geographical region, especially useful with tax software.
157taxGeoCode: String
161
159# A string used to identify the user for taxation purposes.
160taxPayerId: String
164
162# The URL to call when the command completes successfully.
163uRL: String
167
165# The ZIP or postal code of the registrant's address.
166zipCode: String
168}

link Required by