AccessInput
Access input
input AccessInput {
name: String
isActive: Boolean
code: ID
supplier: String
isTest: Boolean
user: String
password: String
urls: UrlsInput
parameters: [ParameterInput]
descriptiveInfoLimit: Int
markets: [String!]
rateRules: [RateRulesType!]
shared: String
group: ID
updateDescriptiveInfo: Int
updateList: Int
updateDateRange: String
owner: ID
isSchedulerActive: Boolean
master: ID
}
Fields
AccessInput.name
● String
scalar
Access descriptive unique name
AccessInput.isActive
● Boolean
scalar
Indicates if Access is active
AccessInput.code
● ID
scalar
Access code.
AccessInput.supplier
● String
scalar
Supplier for this Access
AccessInput.isTest
● Boolean
scalar
Indicates if Access can be used for testing or not
AccessInput.user
● String
scalar
User code to connect to supplier
AccessInput.password
● String
scalar
Password for the connection
AccessInput.urls
● UrlsInput
input
Specific URLs
AccessInput.parameters
● [ParameterInput]
list input
List of parameters for additional information
AccessInput.descriptiveInfoLimit
● Int
scalar
Limit on DescriptiveInfo; 0 denotates no limit
AccessInput.markets
● [String!]
list scalar
Markets allowed for the Access
AccessInput.rateRules
● [RateRulesType!]
list enum
Business rule types for the Access
AccessInput.shared
● String
scalar
Parent Access if Shared Access.
AccessInput.group
● ID
scalar
Default group where the access will be visible.
AccessInput.updateDescriptiveInfo
● Int
scalar
Refresh time to update Despriptive Info
AccessInput.updateList
● Int
scalar
Refresh time to update other batch lists
AccessInput.updateDateRange
● String
scalar
Range on update date
AccessInput.owner
● ID
scalar
Access owner
AccessInput.isSchedulerActive
● Boolean
scalar
True if scheduler is active
AccessInput.master
● ID
scalar
Set master Access if it it s not a master Access. Use Access->code
Member Of
ActivationConnectInput
input