v1
latestOpenAPI 3.0.32026-07-24614422630.2 KBOrders
Update order details
Updates the details of the specified order.
put/orders
Query parameters
isDryRunboolean
true if the order should not be persisted.
Request body
Example request
{
"id": "ORD-AXBY123",
"externalId": "EXT-456789",
"name": "CreativePro Monthly Subscription Order",
"accountId": "ACCT-ADE4567",
"orderType": "NEW",
"paymentTerm": "NET30",
"subscriptionId": "SUB-BCDE123",
"shippingContactId": "CONT-XYZ7891",
"billingContactId": "CONT-ABC1234",
"startDate": 1672531200,
"endDate": 1704067200,
"executedOn": 1672617600,
"billingTerm": "UP_FRONT",
"billingAnchorDate": 1672531200,
"opportunityCrmType": "SALESFORCE",
"ownerId": "USR-12345AB",
"renewalForSubscriptionId": "SUB-A1B3C4D",
"documentMasterTemplateId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"purchaseOrderNumber": "123456789",
"purchaseOrderRequiredForInvoicing": true,
"approvalSegmentId": "APSG-ABC45",
"attachmentId": "12345678",
"expiresOn": 1675209600,
"entityId": "ENT-98765AB",
"startDateType": "EXECUTION_DATE",
"currency": "USD",
"subscriptionDurationModel": "TERMED"
}Response
successful operation