Mutations
createSupplierPart
MUTATION
createSupplierPart(input: CreateSupplierPartInput!): CreateSupplierPartArguments
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.
createSupplierPart(input: CreateSupplierPartInput!): CreateSupplierPartmutation CreateSupplierPart($input: CreateSupplierPartInput!) {
createSupplierPart(input: $input) {
supplierPart {
LastSessionId
_PurchaseOrderLinesCount
_created
_etag
_updated
conversionFactor
}
}
}{
"input": {
"partId": "id",
"supplierId": "id",
"supplierPartNumber": "string"
}
}{
"data": {
"createSupplierPart": {
"supplierPart": {
"LastSessionId": "string",
"_PurchaseOrderLinesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"conversionFactor": 1.5
}
}
}
}Was this page helpful?
mutation CreateSupplierPart($input: CreateSupplierPartInput!) {
createSupplierPart(input: $input) {
supplierPart {
LastSessionId
_PurchaseOrderLinesCount
_created
_etag
_updated
conversionFactor
}
}
}{
"input": {
"partId": "id",
"supplierId": "id",
"supplierPartNumber": "string"
}
}{
"data": {
"createSupplierPart": {
"supplierPart": {
"LastSessionId": "string",
"_PurchaseOrderLinesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"conversionFactor": 1.5
}
}
}
}Suggestions