Mutations
moveKitInventoryToLocation
Moves the inventory for a kit to a new location.
MUTATION
moveKitInventoryToLocation(input: MoveKitInventoryToLocationInput!): MoveKitInventoryToLocationArguments
input
required
Returns
partKit
Mutation
mutation MoveKitInventoryToLocation($input: MoveKitInventoryToLocationInput!) {
moveKitInventoryToLocation(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {
"etag": "string",
"locationId": "id",
"partKitId": "id"
}
}Response
{
"data": {
"moveKitInventoryToLocation": {
"partKit": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation MoveKitInventoryToLocation($input: MoveKitInventoryToLocationInput!) {
moveKitInventoryToLocation(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {
"etag": "string",
"locationId": "id",
"partKitId": "id"
}
}Response
{
"data": {
"moveKitInventoryToLocation": {
"partKit": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
}
}
}