Mutations
updateSupplierPart
MUTATION
updateSupplierPart(input: UpdateSupplierPartInput!): UpdateSupplierPartArguments
input
required
Returns
supplierPart
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updateSupplierPart(input: UpdateSupplierPartInput!): UpdateSupplierPartmutation UpdateSupplierPart($input: UpdateSupplierPartInput!) {
updateSupplierPart(input: $input) {
supplierPart {
LastSessionId
_PurchaseOrderLinesCount
_created
_etag
_updated
conversionFactor
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateSupplierPart": {
"supplierPart": {
"LastSessionId": "string",
"_PurchaseOrderLinesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"conversionFactor": 1.5
}
}
}
}Was this page helpful?
mutation UpdateSupplierPart($input: UpdateSupplierPartInput!) {
updateSupplierPart(input: $input) {
supplierPart {
LastSessionId
_PurchaseOrderLinesCount
_created
_etag
_updated
conversionFactor
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateSupplierPart": {
"supplierPart": {
"LastSessionId": "string",
"_PurchaseOrderLinesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"conversionFactor": 1.5
}
}
}
}Suggestions