INPUT_OBJECT

orgEntityAddRequestInput

Request of OrgEntityAddCmd.

link GraphQL Schema definition

1input orgEntityAddRequestInput {
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# DN of the organization or organizational unit, for LDAP use.
65distinguishedName: String!
69
67# The registrant's primary e-mail or Web address.
68email1: String
72
70# The registrant's secondary e-mail or Web address.
71email2: String
75
73# The registrant's primary facsimile number.
74fax1: String
78
76# The registrant's secondary facsimile number.
77fax2: String
81
79# The first name of the registrant.
80firstName: 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.
84lastName: String
88
86# Registered organization identifier; may be null for an organizational unit.
87legalId: String
91
89# The middle name of the registrant.
90middleName: String
94
92# Customizable field.
93orgEntityField1: String
97
95# Customizable field.
96orgEntityField2: String
100
98# Customizable field.
99orgEntityField3: 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: = , + " \ < > ;.
106orgEntityName: String!
111
108# The type of the organizational entity being added. O - Organization; OU -
109# Organizational Unit.
110orgEntityType: String!
114
112# The name of the organization that the registrant represents.
113organizationName: String
117
115# The name of the unit within the organization that the registrant represents.
116organizationUnitName: 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.
122packageSuppression: 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.
128parentMemberId: String!
133
130# The title of the user whose address is being entered (for example, Dr., Rev.,
131# Mr. or Ms.).
132personTitle: String
136
134# The registrant's primary phone number.
135phone1: 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.
140phone1Type: String
144
142# The registrant's secondary phone number.
143phone2: 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.
148phone2Type: String
152
150# The registrant's preferred mode of delivery.
151preferredDelivery: 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.
157publishPhone1: 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.
161publishPhone2: String
166
163# A shipping code based on geographical region, especially useful with tax
164# software.
165shippingGeoCode: String
169
167# The name of the state, province, or equivalent where the registrant resides.
168state: String
172
170# A tax code based on geographical region, especially useful with tax software.
171taxGeoCode: String
175
173# A string used to identify the user for taxation purposes.
174taxPayerId: String
178
176# The URL to call when the command completes successfully.
177uRL: String
181
179# The ZIP or postal code of the registrant's address.
180zipCode: String
182}

link Required by