SupplierCreateInput
Create new Supplier input
input SupplierCreateInput {
code: ID!
name: String!
providerCode: ID!
organization: ID!
serviceApi: ID
isActive: Boolean
groupContentCode: ID
}
Fields
SupplierCreateInput.code
● ID!
non-null scalar
No blank, no special characters
SupplierCreateInput.name
● String!
non-null scalar
Supplier name
SupplierCreateInput.providerCode
● ID!
non-null scalar
Provider code
SupplierCreateInput.organization
● ID!
non-null scalar
IAM Group code. The group must exist.
SupplierCreateInput.serviceApi
● ID
scalar
ServiceAPI indicates the type of the connection (integer), hotel by default
- hotel
- transportation
- car
- transfers
- activities
- virtualaccount
- payment
- package
SupplierCreateInput.isActive
● Boolean
scalar
Indicates whether a Supplier is active or inactive, true by default
SupplierCreateInput.groupContentCode
● ID
scalar
GroupContent code. Use allGroupContents to get a list of valid GroupContents or create a new one with createGroupContent