siteCreate Mutation
Creates a new site.
Input Argument
siteCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
[CustomFieldInput!]
)
Values for custom fields to be used by the UI Extension that is linked to the record.
[AttachmentInput!]
)
The attachments used in the custom fields' values.
Boolean
)
Default: false
— Whether the site may no longer be related to other records.
String!
)
The name of the site or facility.
[AddressInput!]
)
New or updated addresses of the site.
String
)
The hyperlink to the image file for the record.
String
)
Any additional information about the site that might prove useful.
[AttachmentInput!]
)
The attachments used in the remarks
field.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
TimeZone
)
The time zone in which the site is located.
ID
)
UI extension that is to be applied to the record.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
Site
)
Record after mutation.