Mutations
UpdatePurchaseOrderAttributes
MUTATION
UpdatePurchaseOrderAttributes(input: [UpdatePurchaseOrderAttributeInput]!): UpdatePurchaseOrderAttributesArguments
input
required
purchaseOrderAttributes
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
UpdatePurchaseOrderAttributes(input: [UpdatePurchaseOrderAttributeInput]!): UpdatePurchaseOrderAttributesmutation UpdatePurchaseOrderAttributes($input: [UpdatePurchaseOrderAttributeInput]!) {
UpdatePurchaseOrderAttributes(input: $input) {
purchaseOrderAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"purchaseOrderId": 1
}
]
}{
"data": {
"UpdatePurchaseOrderAttributes": {
"purchaseOrderAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Was this page helpful?
mutation UpdatePurchaseOrderAttributes($input: [UpdatePurchaseOrderAttributeInput]!) {
UpdatePurchaseOrderAttributes(input: $input) {
purchaseOrderAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"purchaseOrderId": 1
}
]
}{
"data": {
"UpdatePurchaseOrderAttributes": {
"purchaseOrderAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Suggestions