Fail Order

Fails the order. Status changes to failed. State of the agreement doesn't change except the status.

post
Path parameters
idstringRequired

Id of order to be failed

Body
idstringOptional
auditall ofOptional
$metaall of | nullableOptional
typeall ofOptional
string · enumOptionalPossible values:
statusall ofOptional
string · enumOptionalPossible values:
notesstring | nullableOptional
commentsstring | nullableOptional
statusNotesall of | nullableOptional
templateall ofOptional
listingall ofOptional
authorizationall ofOptional
agreementall ofOptional
assigneeall ofOptional
externalIdsall ofOptional
priceall ofOptional
parametersall ofOptional
errorall of | nullableOptional
productall ofOptional
clientall ofOptional
licenseeall ofOptional
buyerall ofOptional
sellerall ofOptional
vendorall ofOptional
billToall ofOptional
pricingPolicyall ofOptional
Responses
200
OK
application/json
post
POST /public/v1/commerce/orders/{id}/fail HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 9757

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "completed": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "deleted": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "failed": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "processing": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "querying": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "quoted": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "type": "Purchase",
  "status": "New",
  "notes": "text",
  "comments": "text",
  "statusNotes": {
    "id": "text",
    "message": "text",
    "parameters": null
  },
  "template": {
    "id": "text",
    "name": "text"
  },
  "listing": {
    "id": "text"
  },
  "authorization": {
    "id": "text",
    "name": "text",
    "currency": "text"
  },
  "agreement": {
    "id": "text",
    "icon": "text",
    "status": "New",
    "name": "text"
  },
  "assignee": {
    "id": "text",
    "name": "text",
    "icon": "text"
  },
  "externalIds": {
    "client": "text",
    "operations": "text",
    "vendor": "text"
  },
  "price": {
    "currency": "text",
    "markup": 1,
    "margin": 1,
    "defaultMarkup": 1,
    "PPx1": 1,
    "SPx1": 1,
    "SPxY": 1,
    "SPxM": 1,
    "PPxY": 1,
    "PPxM": 1
  },
  "lines": [
    {
      "id": "text",
      "oldQuantity": 1,
      "quantity": 1,
      "price": {
        "currency": "text",
        "markup": 1,
        "margin": 1,
        "unitSP": 1,
        "unitPP": 1,
        "PPx1": 1,
        "SPx1": 1,
        "SPxY": 1,
        "SPxM": 1,
        "PPxY": 1,
        "PPxM": 1
      },
      "item": {
        "id": "text",
        "audit": "[Circular Reference]",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "externalIds": {
          "vendor": "text",
          "operations": "text"
        },
        "group": {
          "id": "text",
          "name": "text"
        },
        "unit": {
          "id": "text",
          "description": "text",
          "name": "text"
        },
        "terms": {
          "period": "1m",
          "commitment": "1m"
        },
        "quantityNotApplicable": true,
        "status": "text",
        "product": {
          "id": "text",
          "name": "text",
          "externalIds": {
            "operations": "text"
          },
          "icon": "text",
          "status": "text"
        },
        "parameters": [
          {
            "id": "text",
            "externalId": "text",
            "type": "text",
            "name": "text",
            "value": null,
            "displayValue": "text"
          }
        ]
      },
      "subscription": {
        "id": "text",
        "audit": "[Circular Reference]",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "startDate": "2025-06-27T11:17:10.434Z",
        "terminationDate": "2025-06-27T11:17:10.434Z",
        "externalIds": {
          "client": "text",
          "operations": "text",
          "vendor": "text"
        },
        "terms": {
          "period": "1m",
          "commitment": "1m"
        },
        "product": {
          "id": "text",
          "name": "text",
          "externalIds": {
            "operations": "text"
          },
          "icon": "text",
          "status": "text"
        },
        "autoRenew": true,
        "status": "Draft",
        "commitmentDate": "2025-06-27T11:17:10.434Z",
        "parameters": {
          "fulfillment": [
            {
              "id": "text",
              "externalId": "text",
              "name": "text",
              "type": "SingleLineText",
              "phase": "Configuration",
              "error": {
                "id": "text",
                "message": "text",
                "parameters": null
              },
              "constraints": {
                "required": true,
                "hidden": true,
                "readonly": true
              },
              "displayValue": "text",
              "value": null
            }
          ]
        },
        "agreement": {
          "id": "text",
          "icon": "text",
          "status": "New",
          "name": "text"
        },
        "price": {
          "currency": "text",
          "markup": 1,
          "margin": 1,
          "SPxY": 1,
          "SPxM": 1,
          "PPxY": 1,
          "PPxM": 1,
          "defaultMarkup": 1,
          "defaultMargin": 1
        },
        "lines": [
          "[Circular Reference]"
        ],
        "template": {
          "id": "text",
          "name": "text"
        }
      }
    }
  ],
  "subscriptions": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "active": "[Circular Reference]",
        "terminated": "[Circular Reference]",
        "terminating": "[Circular Reference]",
        "updating": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "startDate": "2025-06-27T11:17:10.434Z",
      "terminationDate": "2025-06-27T11:17:10.434Z",
      "externalIds": {
        "client": "text",
        "operations": "text",
        "vendor": "text"
      },
      "terms": {
        "period": "1m",
        "commitment": "1m"
      },
      "product": {
        "id": "text",
        "name": "text",
        "externalIds": {
          "operations": "text"
        },
        "icon": "text",
        "status": "text"
      },
      "autoRenew": true,
      "status": "Draft",
      "commitmentDate": "2025-06-27T11:17:10.434Z",
      "parameters": {
        "fulfillment": [
          {
            "id": "text",
            "externalId": "text",
            "name": "text",
            "type": "SingleLineText",
            "phase": "Configuration",
            "error": {
              "id": "text",
              "message": "text",
              "parameters": null
            },
            "constraints": {
              "required": true,
              "hidden": true,
              "readonly": true
            },
            "displayValue": "text",
            "value": null
          }
        ]
      },
      "agreement": {
        "id": "text",
        "icon": "text",
        "status": "New",
        "name": "text"
      },
      "price": {
        "currency": "text",
        "markup": 1,
        "margin": 1,
        "SPxY": 1,
        "SPxM": 1,
        "PPxY": 1,
        "PPxM": 1,
        "defaultMarkup": 1,
        "defaultMargin": 1
      },
      "lines": [
        {
          "id": "text",
          "oldQuantity": 1,
          "quantity": 1,
          "price": {
            "currency": "text",
            "markup": 1,
            "margin": 1,
            "unitSP": 1,
            "unitPP": 1,
            "PPx1": 1,
            "SPx1": 1,
            "SPxY": 1,
            "SPxM": 1,
            "PPxY": 1,
            "PPxM": 1
          },
          "item": {
            "id": "text",
            "audit": "[Circular Reference]",
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "name": "text",
            "description": "text",
            "externalIds": {
              "vendor": "text",
              "operations": "text"
            },
            "group": {
              "id": "text",
              "name": "text"
            },
            "unit": {
              "id": "text",
              "description": "text",
              "name": "text"
            },
            "terms": {
              "period": "1m",
              "commitment": "1m"
            },
            "quantityNotApplicable": true,
            "status": "text",
            "product": {
              "id": "text",
              "name": "text",
              "externalIds": {
                "operations": "text"
              },
              "icon": "text",
              "status": "text"
            },
            "parameters": [
              {
                "id": "text",
                "externalId": "text",
                "type": "text",
                "name": "text",
                "value": null,
                "displayValue": "text"
              }
            ]
          },
          "subscription": {
            "id": "text",
            "audit": "[Circular Reference]",
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "name": "text",
            "startDate": "2025-06-27T11:17:10.434Z",
            "terminationDate": "2025-06-27T11:17:10.434Z",
            "externalIds": {
              "client": "text",
              "operations": "text",
              "vendor": "text"
            },
            "terms": {
              "period": "1m",
              "commitment": "1m"
            },
            "product": {
              "id": "text",
              "name": "text",
              "externalIds": {
                "operations": "text"
              },
              "icon": "text",
              "status": "text"
            },
            "autoRenew": true,
            "status": "Draft",
            "commitmentDate": "2025-06-27T11:17:10.434Z",
            "parameters": {
              "fulfillment": [
                {
                  "id": "text",
                  "externalId": "text",
                  "name": "text",
                  "type": "SingleLineText",
                  "phase": "Configuration",
                  "error": {
                    "id": "text",
                    "message": "text",
                    "parameters": null
                  },
                  "constraints": {
                    "required": true,
                    "hidden": true,
                    "readonly": true
                  },
                  "displayValue": "text",
                  "value": null
                }
              ]
            },
            "agreement": {
              "id": "text",
              "icon": "text",
              "status": "New",
              "name": "text"
            },
            "price": {
              "currency": "text",
              "markup": 1,
              "margin": 1,
              "SPxY": 1,
              "SPxM": 1,
              "PPxY": 1,
              "PPxM": 1,
              "defaultMarkup": 1,
              "defaultMargin": 1
            },
            "lines": [
              "[Circular Reference]"
            ],
            "template": {
              "id": "text",
              "name": "text"
            }
          }
        }
      ],
      "template": {
        "id": "text",
        "name": "text"
      }
    }
  ],
  "parameters": {
    "ordering": [
      {
        "id": "text",
        "externalId": "text",
        "name": "text",
        "type": "SingleLineText",
        "phase": "Configuration",
        "error": {
          "id": "text",
          "message": "text",
          "parameters": null
        },
        "constraints": {
          "required": true,
          "hidden": true,
          "readonly": true
        },
        "displayValue": "text",
        "value": null
      }
    ],
    "fulfillment": [
      {
        "id": "text",
        "externalId": "text",
        "name": "text",
        "type": "SingleLineText",
        "phase": "Configuration",
        "error": {
          "id": "text",
          "message": "text",
          "parameters": null
        },
        "constraints": {
          "required": true,
          "hidden": true,
          "readonly": true
        },
        "displayValue": "text",
        "value": null
      }
    ]
  },
  "error": {
    "id": "text",
    "message": "text",
    "parameters": null
  },
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text"
    },
    "icon": "text",
    "status": "text"
  },
  "client": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "licensee": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "externalId": "text"
  },
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text",
    "erpLink": {
      "id": "text",
      "audit": "[Circular Reference]",
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "buyer": {
        "id": "text",
        "icon": "text",
        "name": "text"
      },
      "seller": {
        "0": "[",
        "1": "C",
        "2": "i",
        "3": "r",
        "4": "c",
        "5": "u",
        "6": "l",
        "7": "a",
        "8": "r",
        "9": " ",
        "10": "R",
        "11": "e",
        "12": "f",
        "13": "e",
        "14": "r",
        "15": "e",
        "16": "n",
        "17": "c",
        "18": "e",
        "19": "]"
      },
      "name": "text",
      "status": "Active",
      "note": "text",
      "externalIds": {
        "erpCompanyContact": "text",
        "erpCustomer": "text",
        "accountExternalId": "text"
      },
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      }
    }
  },
  "vendor": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "billTo": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "pricingPolicy": {
    "id": "text",
    "name": "text",
    "client": {
      "id": "text",
      "audit": "[Circular Reference]",
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "externalIds": {
        "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
      },
      "externalId": "text",
      "externalName": "text",
      "type": "Client",
      "status": "Active",
      "serviceLevel": "Express",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "technicalSupportEmail": "text",
      "website": "text",
      "description": "text",
      "name": "text",
      "groups": [
        {
          "id": "text",
          "name": "text",
          "description": "text",
          "logo": "text",
          "isDefault": true
        }
      ],
      "eligibility": {
        "client": true,
        "partner": true
      }
    },
    "products": [
      {
        "id": "text",
        "audit": "[Circular Reference]",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "shortDescription": "text",
        "longDescription": "text",
        "externalIds": {
          "operations": "text"
        },
        "website": "text",
        "icon": "text",
        "status": "text",
        "vendor": {
          "id": "text",
          "icon": "text",
          "type": "Client",
          "status": "Active",
          "name": "text"
        },
        "settings": {
          "productOrdering": true,
          "productRequests": {
            "enabled": true,
            "name": "text",
            "label": "text"
          },
          "itemSelection": true,
          "orderQueueChanges": true,
          "preValidation": {
            "purchaseOrderDraft": true,
            "purchaseOrderQuerying": true,
            "changeOrderDraft": true,
            "configurationOrderDraft": true,
            "terminationOrder": true,
            "productRequest": true
          },
          "splitBilling": {
            "enabled": true,
            "type": "text"
          },
          "subscriptionCessation": {
            "enabled": true,
            "mode": "Termination"
          }
        },
        "statistics": {
          "itemCount": 1,
          "ordersPlacedCount": 1,
          "agreementCount": 1,
          "subscriptionCount": 1,
          "requestCount": 1
        }
      }
    ]
  },
  "termsAndConditions": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "published": "[Circular Reference]",
        "pending": "[Circular Reference]",
        "unpublished": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "description": "text",
      "displayOrder": 1,
      "status": "text",
      "product": {
        "id": "text",
        "name": "text",
        "externalIds": {
          "operations": "text"
        },
        "icon": "text",
        "status": "text"
      },
      "accepted": "2025-06-27T11:17:10.434Z",
      "acceptedBy": {
        "id": "text",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "firstName": "text",
        "lastName": "text",
        "email": "text",
        "icon": "text"
      }
    }
  ],
  "certificates": [
    {
      "id": "text",
      "name": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "completed": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "deleted": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "failed": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "processing": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "querying": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    },
    "quoted": {
      "at": "2025-06-27T11:17:10.434Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "type": "Purchase",
  "status": "New",
  "notes": "text",
  "comments": "text",
  "statusNotes": {
    "id": "text",
    "message": "text",
    "parameters": null
  },
  "template": {
    "id": "text",
    "name": "text"
  },
  "listing": {
    "id": "text"
  },
  "authorization": {
    "id": "text",
    "name": "text",
    "currency": "text"
  },
  "agreement": {
    "id": "text",
    "icon": "text",
    "status": "New",
    "name": "text"
  },
  "assignee": {
    "id": "text",
    "name": "text",
    "icon": "text"
  },
  "externalIds": {
    "client": "text",
    "operations": "text",
    "vendor": "text"
  },
  "price": {
    "currency": "text",
    "markup": 1,
    "margin": 1,
    "defaultMarkup": 1,
    "PPx1": 1,
    "SPx1": 1,
    "SPxY": 1,
    "SPxM": 1,
    "PPxY": 1,
    "PPxM": 1
  },
  "lines": [
    {
      "id": "text",
      "oldQuantity": 1,
      "quantity": 1,
      "price": {
        "currency": "text",
        "markup": 1,
        "margin": 1,
        "unitSP": 1,
        "unitPP": 1,
        "PPx1": 1,
        "SPx1": 1,
        "SPxY": 1,
        "SPxM": 1,
        "PPxY": 1,
        "PPxM": 1
      },
      "item": {
        "id": "text",
        "audit": "[Circular Reference]",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "description": "text",
        "externalIds": {
          "vendor": "text",
          "operations": "text"
        },
        "group": {
          "id": "text",
          "name": "text"
        },
        "unit": {
          "id": "text",
          "description": "text",
          "name": "text"
        },
        "terms": {
          "period": "1m",
          "commitment": "1m"
        },
        "quantityNotApplicable": true,
        "status": "text",
        "product": {
          "id": "text",
          "name": "text",
          "externalIds": {
            "operations": "text"
          },
          "icon": "text",
          "status": "text"
        },
        "parameters": [
          {
            "id": "text",
            "externalId": "text",
            "type": "text",
            "name": "text",
            "value": null,
            "displayValue": "text"
          }
        ]
      },
      "subscription": {
        "id": "text",
        "audit": "[Circular Reference]",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "startDate": "2025-06-27T11:17:10.434Z",
        "terminationDate": "2025-06-27T11:17:10.434Z",
        "externalIds": {
          "client": "text",
          "operations": "text",
          "vendor": "text"
        },
        "terms": {
          "period": "1m",
          "commitment": "1m"
        },
        "product": {
          "id": "text",
          "name": "text",
          "externalIds": {
            "operations": "text"
          },
          "icon": "text",
          "status": "text"
        },
        "autoRenew": true,
        "status": "Draft",
        "commitmentDate": "2025-06-27T11:17:10.434Z",
        "parameters": {
          "fulfillment": [
            {
              "id": "text",
              "externalId": "text",
              "name": "text",
              "type": "SingleLineText",
              "phase": "Configuration",
              "error": {
                "id": "text",
                "message": "text",
                "parameters": null
              },
              "constraints": {
                "required": true,
                "hidden": true,
                "readonly": true
              },
              "displayValue": "text",
              "value": null
            }
          ]
        },
        "agreement": {
          "id": "text",
          "icon": "text",
          "status": "New",
          "name": "text"
        },
        "price": {
          "currency": "text",
          "markup": 1,
          "margin": 1,
          "SPxY": 1,
          "SPxM": 1,
          "PPxY": 1,
          "PPxM": 1,
          "defaultMarkup": 1,
          "defaultMargin": 1
        },
        "lines": [
          "[Circular Reference]"
        ],
        "template": {
          "id": "text",
          "name": "text"
        }
      }
    }
  ],
  "subscriptions": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "active": "[Circular Reference]",
        "terminated": "[Circular Reference]",
        "terminating": "[Circular Reference]",
        "updating": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "startDate": "2025-06-27T11:17:10.434Z",
      "terminationDate": "2025-06-27T11:17:10.434Z",
      "externalIds": {
        "client": "text",
        "operations": "text",
        "vendor": "text"
      },
      "terms": {
        "period": "1m",
        "commitment": "1m"
      },
      "product": {
        "id": "text",
        "name": "text",
        "externalIds": {
          "operations": "text"
        },
        "icon": "text",
        "status": "text"
      },
      "autoRenew": true,
      "status": "Draft",
      "commitmentDate": "2025-06-27T11:17:10.434Z",
      "parameters": {
        "fulfillment": [
          {
            "id": "text",
            "externalId": "text",
            "name": "text",
            "type": "SingleLineText",
            "phase": "Configuration",
            "error": {
              "id": "text",
              "message": "text",
              "parameters": null
            },
            "constraints": {
              "required": true,
              "hidden": true,
              "readonly": true
            },
            "displayValue": "text",
            "value": null
          }
        ]
      },
      "agreement": {
        "id": "text",
        "icon": "text",
        "status": "New",
        "name": "text"
      },
      "price": {
        "currency": "text",
        "markup": 1,
        "margin": 1,
        "SPxY": 1,
        "SPxM": 1,
        "PPxY": 1,
        "PPxM": 1,
        "defaultMarkup": 1,
        "defaultMargin": 1
      },
      "lines": [
        {
          "id": "text",
          "oldQuantity": 1,
          "quantity": 1,
          "price": {
            "currency": "text",
            "markup": 1,
            "margin": 1,
            "unitSP": 1,
            "unitPP": 1,
            "PPx1": 1,
            "SPx1": 1,
            "SPxY": 1,
            "SPxM": 1,
            "PPxY": 1,
            "PPxM": 1
          },
          "item": {
            "id": "text",
            "audit": "[Circular Reference]",
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "name": "text",
            "description": "text",
            "externalIds": {
              "vendor": "text",
              "operations": "text"
            },
            "group": {
              "id": "text",
              "name": "text"
            },
            "unit": {
              "id": "text",
              "description": "text",
              "name": "text"
            },
            "terms": {
              "period": "1m",
              "commitment": "1m"
            },
            "quantityNotApplicable": true,
            "status": "text",
            "product": {
              "id": "text",
              "name": "text",
              "externalIds": {
                "operations": "text"
              },
              "icon": "text",
              "status": "text"
            },
            "parameters": [
              {
                "id": "text",
                "externalId": "text",
                "type": "text",
                "name": "text",
                "value": null,
                "displayValue": "text"
              }
            ]
          },
          "subscription": {
            "id": "text",
            "audit": "[Circular Reference]",
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "name": "text",
            "startDate": "2025-06-27T11:17:10.434Z",
            "terminationDate": "2025-06-27T11:17:10.434Z",
            "externalIds": {
              "client": "text",
              "operations": "text",
              "vendor": "text"
            },
            "terms": {
              "period": "1m",
              "commitment": "1m"
            },
            "product": {
              "id": "text",
              "name": "text",
              "externalIds": {
                "operations": "text"
              },
              "icon": "text",
              "status": "text"
            },
            "autoRenew": true,
            "status": "Draft",
            "commitmentDate": "2025-06-27T11:17:10.434Z",
            "parameters": {
              "fulfillment": [
                {
                  "id": "text",
                  "externalId": "text",
                  "name": "text",
                  "type": "SingleLineText",
                  "phase": "Configuration",
                  "error": {
                    "id": "text",
                    "message": "text",
                    "parameters": null
                  },
                  "constraints": {
                    "required": true,
                    "hidden": true,
                    "readonly": true
                  },
                  "displayValue": "text",
                  "value": null
                }
              ]
            },
            "agreement": {
              "id": "text",
              "icon": "text",
              "status": "New",
              "name": "text"
            },
            "price": {
              "currency": "text",
              "markup": 1,
              "margin": 1,
              "SPxY": 1,
              "SPxM": 1,
              "PPxY": 1,
              "PPxM": 1,
              "defaultMarkup": 1,
              "defaultMargin": 1
            },
            "lines": [
              "[Circular Reference]"
            ],
            "template": {
              "id": "text",
              "name": "text"
            }
          }
        }
      ],
      "template": {
        "id": "text",
        "name": "text"
      }
    }
  ],
  "parameters": {
    "ordering": [
      {
        "id": "text",
        "externalId": "text",
        "name": "text",
        "type": "SingleLineText",
        "phase": "Configuration",
        "error": {
          "id": "text",
          "message": "text",
          "parameters": null
        },
        "constraints": {
          "required": true,
          "hidden": true,
          "readonly": true
        },
        "displayValue": "text",
        "value": null
      }
    ],
    "fulfillment": [
      {
        "id": "text",
        "externalId": "text",
        "name": "text",
        "type": "SingleLineText",
        "phase": "Configuration",
        "error": {
          "id": "text",
          "message": "text",
          "parameters": null
        },
        "constraints": {
          "required": true,
          "hidden": true,
          "readonly": true
        },
        "displayValue": "text",
        "value": null
      }
    ]
  },
  "error": {
    "id": "text",
    "message": "text",
    "parameters": null
  },
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text"
    },
    "icon": "text",
    "status": "text"
  },
  "client": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "licensee": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "externalId": "text"
  },
  "buyer": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text",
    "erpLink": {
      "id": "text",
      "audit": "[Circular Reference]",
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "buyer": {
        "id": "text",
        "icon": "text",
        "name": "text"
      },
      "seller": {
        "0": "[",
        "1": "C",
        "2": "i",
        "3": "r",
        "4": "c",
        "5": "u",
        "6": "l",
        "7": "a",
        "8": "r",
        "9": " ",
        "10": "R",
        "11": "e",
        "12": "f",
        "13": "e",
        "14": "r",
        "15": "e",
        "16": "n",
        "17": "c",
        "18": "e",
        "19": "]"
      },
      "name": "text",
      "status": "Active",
      "note": "text",
      "externalIds": {
        "erpCompanyContact": "text",
        "erpCustomer": "text",
        "accountExternalId": "text"
      },
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      }
    }
  },
  "vendor": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "billTo": {
    "id": "text",
    "icon": "text",
    "name": "text"
  },
  "pricingPolicy": {
    "id": "text",
    "name": "text",
    "client": {
      "id": "text",
      "audit": "[Circular Reference]",
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "icon": "text",
      "externalIds": {
        "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
      },
      "externalId": "text",
      "externalName": "text",
      "type": "Client",
      "status": "Active",
      "serviceLevel": "Express",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "technicalSupportEmail": "text",
      "website": "text",
      "description": "text",
      "name": "text",
      "groups": [
        {
          "id": "text",
          "name": "text",
          "description": "text",
          "logo": "text",
          "isDefault": true
        }
      ],
      "eligibility": {
        "client": true,
        "partner": true
      }
    },
    "products": [
      {
        "id": "text",
        "audit": "[Circular Reference]",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "shortDescription": "text",
        "longDescription": "text",
        "externalIds": {
          "operations": "text"
        },
        "website": "text",
        "icon": "text",
        "status": "text",
        "vendor": {
          "id": "text",
          "icon": "text",
          "type": "Client",
          "status": "Active",
          "name": "text"
        },
        "settings": {
          "productOrdering": true,
          "productRequests": {
            "enabled": true,
            "name": "text",
            "label": "text"
          },
          "itemSelection": true,
          "orderQueueChanges": true,
          "preValidation": {
            "purchaseOrderDraft": true,
            "purchaseOrderQuerying": true,
            "changeOrderDraft": true,
            "configurationOrderDraft": true,
            "terminationOrder": true,
            "productRequest": true
          },
          "splitBilling": {
            "enabled": true,
            "type": "text"
          },
          "subscriptionCessation": {
            "enabled": true,
            "mode": "Termination"
          }
        },
        "statistics": {
          "itemCount": 1,
          "ordersPlacedCount": 1,
          "agreementCount": 1,
          "subscriptionCount": 1,
          "requestCount": 1
        }
      }
    ]
  },
  "termsAndConditions": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "published": "[Circular Reference]",
        "pending": "[Circular Reference]",
        "unpublished": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "description": "text",
      "displayOrder": 1,
      "status": "text",
      "product": {
        "id": "text",
        "name": "text",
        "externalIds": {
          "operations": "text"
        },
        "icon": "text",
        "status": "text"
      },
      "accepted": "2025-06-27T11:17:10.434Z",
      "acceptedBy": {
        "id": "text",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "name": "text",
        "firstName": "text",
        "lastName": "text",
        "email": "text",
        "icon": "text"
      }
    }
  ],
  "certificates": [
    {
      "id": "text",
      "name": "text"
    }
  ]
}

Last updated

Was this helpful?