updateManifest
Updates a Manifest
Input fields
input (
UpdateManifestInput
)
Return fields
id (
ID!
)
ID of the object
createdOn (
DateTime
)
The time of creation
updatedOn (
DateTime
)
The time of last update
ref (
String!
)
External reference for the Manifest
. Must be unique.
attributes (
[Attribute]
)
A list of attributes associated with the Manifest
. This can be used to extend the existing data structure with additional data for use in orchestration rules, etc.
name (
String
)
The name of the Manifest
carrier (
Carrier!
)
The Carrier
the Manifest
is for
type (
String!
)
The type of Manifest
status (
String
)
The status of the Manifest
location (
Location
)
The Location
the Manifest
is associated with
workflowRef (
String!
)
The reference used for workflow identification
workflowVersion (
Int!
)
The version of the workflow
carrierManifestLink (
String
)
The link where the carrier's manifest is stored. Not all the carriers generates one, so this field is optional.