INPUT_OBJECT

buyerRegistrationInput

Request of BuyerRegistrationAddCmd.

link GraphQL Schema definition

1input buyerRegistrationInput {
4
2# The name of the new buyer organization to register.
3orgOrgEntityName: [String]!
7
5# The logonId for the buyer organization's initial administrator.
6usrLogonId: [String]!
10
8# The logonId for the password of buyer organization's initial administrator's.
9usrLogonPassword: [String]!
14
11# The logonId for the password of buyer organization's initial administrator's
12# entered a second time.
13usrLogonPasswordVerify: [String]!
15}

link Required by