OBJECT

orgEntityBuyerIdentifier

Response of registering an organization entity and a buyer.

link GraphQL Schema definition

1type orgEntityBuyerIdentifier {
2
3# The organization entity identifier.
4orgEntityId: String!
8
5# The buyer identifier.
6userId: String!
8
7viewTaskName: String
9
10}

link Required by