Mutations
updateAbomInstallation
Updates a component installation on an as-built bill of materials (aBOM).
MUTATION
updateAbomInstallation(input: UpdateABomInstallationInput): UpdateABomInstallationArguments
Returns
abomInstallation
splitInventory
Mutation
mutation UpdateAbomInstallation {
updateAbomInstallation {
abomInstallation {
LastSessionId
_created
_etag
_updated
buildRequirement {
LastSessionId
_AbomInstallationsCount
_AcceptablePartsCount
_BuildRequirementReferenceDesignatorsCount
_BuildRequirementSubstitutesCount
_InstalledPartInventoriesCount
}
buildRequirementId
}
splitInventory {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Cost
LastSessionId
_AbomInstallationsCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Response
{
"data": {
"updateAbomInstallation": {
"abomInstallation": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"buildRequirement": {
"LastSessionId": "string",
"_AbomInstallationsCount": 1,
"_AcceptablePartsCount": 1,
"_BuildRequirementReferenceDesignatorsCount": 1,
"_BuildRequirementSubstitutesCount": 1,
"_InstalledPartInventoriesCount": 1
},
"buildRequirementId": 1
},
"splitInventory": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Cost": 1.5,
"LastSessionId": "string",
"_AbomInstallationsCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateAbomInstallation {
updateAbomInstallation {
abomInstallation {
LastSessionId
_created
_etag
_updated
buildRequirement {
LastSessionId
_AbomInstallationsCount
_AcceptablePartsCount
_BuildRequirementReferenceDesignatorsCount
_BuildRequirementSubstitutesCount
_InstalledPartInventoriesCount
}
buildRequirementId
}
splitInventory {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Cost
LastSessionId
_AbomInstallationsCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Response
{
"data": {
"updateAbomInstallation": {
"abomInstallation": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"buildRequirement": {
"LastSessionId": "string",
"_AbomInstallationsCount": 1,
"_AcceptablePartsCount": 1,
"_BuildRequirementReferenceDesignatorsCount": 1,
"_BuildRequirementSubstitutesCount": 1,
"_InstalledPartInventoriesCount": 1
},
"buildRequirementId": 1
},
"splitInventory": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Cost": 1.5,
"LastSessionId": "string",
"_AbomInstallationsCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}