Mutations
mergePartInventoryV2
Merges multiple part inventory records into one (V2).
MUTATION
mergePartInventoryV2(input: MergePartInventoryV2Input): MergePartInventoryV2Arguments
Returns
partInventory
partInventoryIds
[Int]
Mutation
mutation MergePartInventoryV2 {
mergePartInventoryV2 {
partInventory {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Cost
LastSessionId
_AbomInstallationsCount
_AttributedPartsCount
_AttributedUsersCount
}
partInventoryIds
}
}Response
{
"data": {
"mergePartInventoryV2": {
"partInventory": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Cost": 1.5,
"LastSessionId": "string",
"_AbomInstallationsCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
},
"partInventoryIds": [
1
]
}
}
}Was this page helpful?
⌘I
Mutation
mutation MergePartInventoryV2 {
mergePartInventoryV2 {
partInventory {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Cost
LastSessionId
_AbomInstallationsCount
_AttributedPartsCount
_AttributedUsersCount
}
partInventoryIds
}
}Response
{
"data": {
"mergePartInventoryV2": {
"partInventory": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Cost": 1.5,
"LastSessionId": "string",
"_AbomInstallationsCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
},
"partInventoryIds": [
1
]
}
}
}