GET
/api-v1/orders/advanced
curl \
--request GET 'https://wyzio.app/api-v1/orders/advanced' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"name": "string",
"orderId": "string",
"date": "2026-05-04T09:42:00Z",
"description": "string",
"contactName": "string",
"contactId": 42,
"organizationId": 42,
"warnings": "string",
"status": "OFFERED",
"isExpensesEnabled": true,
"isPrePaymentAvailable": true,
"isPartialPaymentAvailable": true,
"orderAmount": 42.0,
"creatorContactId": 42,
"hasWarnings": true,
"validated": true,
"clientEmail": "string",
"clientECorrespondence": true,
"workflowPermissions": "string",
"isInvoiceGenerated": true,
"isPeriodic": true,
"isInWorkflow": true,
"flagsAmount": 42,
"activeSubOrderId": 42,
"activeSubOrderInvoicingDate": "2026-05-04T09:42:00Z",
"systemValidated": true,
"clientOrderEmail": "string",
"clientAdvancedInvoicingNote": "string",
"hasProformaInvoice": true,
"parentOrderId": 42,
"parentOrderName": "string",
"departmentId": 42,
"departmentName": "string",
"officeId": 42,
"officeName": "string",
"vatRateId": 42,
"vatRateName": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"requestedPaymentTerms": 42,
"currencyId": 42,
"currency": "string",
"minimumAmountToInvoice": 42.0,
"ourContactName": "string",
"yourContactName": "string",
"periodicityStartDate": "2026-05-04T09:42:00Z",
"periodicityType": "NONE",
"dayOfWeek": "MONDAY",
"invoicingTime": "FIRST_DAY",
"invoicingDay": "string",
"isDisbursementFeeEnabled": true,
"isTimesheetsEnabled": true,
"timesheetsAccountId": 42,
"fixedAmount": 42.0,
"orderArticleId": 42,
"orderArticleName": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"orderArticleMeasurement": "UNIT",
"orderArticleUnitPrice": 42.0,
"orderArticleAmount": 42.0,
"orderArticleDiscount": 42.0,
"orderArticleTotalNet": 42.0,
"orderArticleStatus": "SHIPPED",
"historyStatus": "OFFERED",
"historyDate": "2026-05-04T09:42:00Z",
"statusLastChangedDate": "2026-05-04T09:42:00Z",
"addressName": "string",
"addressClientName": "string",
"addressStreet": "string",
"addressStreetPoBox": "string",
"addressZipCode": "string",
"addressCity": "string",
"addressCountryCode": "string",
"addressRegionCode": "string",
"addressToTheAttentionOf": "string",
"yourReference": "string",
"orderValidity": 42,
"paymentAccountId": 42,
"periodic": true,
"inWorkflow": true,
"expensesEnabled": true,
"prePaymentAvailable": true,
"partialPaymentAvailable": true,
"invoiceGenerated": true
}
]