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