# Get order considering partially paid amounts **GET /api-v1/orders/{id}/partially-paid-order** ## Servers - https://wyzio.app: https://wyzio.app () ## Parameters #### Headers - **TARGET-ORGANIZATION-ID** (integer(int32)) ID of organization, for which the operation must be performed - **WEAL-TOKEN** (string) API token (can be retrieved from account settings) #### Path parameters - **id** (integer) id ## Responses ### 200: OK #### Body Parameters: */* (object) - **activeSubOrderId** (integer) - **activeSubOrderInvoicingDate** (string(date-time)) - **address** (object) - **clientAddressId** (integer) - **clientHasVatType** (boolean) - **clientName** (string) - **contactId** (integer) - **contactName** (string) - **currencyId** (integer) - **department** (integer) - **description** (string) - **disbursementDepartmentId** (integer) - **disbursementOfficeId** (integer) - **expensesDepartmentId** (integer) - **expensesOfficeId** (integer) - **fixedAmount** (string) - **hasOnlyPrepaymentsInvoices** (boolean) - **hasProformaInvoice** (boolean) - **id** (integer) - **includedArticles** (array[object]) - **isDisbursementFeeEnabled** (boolean) - **isExpensesEnabled** (boolean) - **isInvoiceGenerated** (boolean) - **isTimesheetsEnabled** (boolean) - **minimumAmountToInvoice** (string) - **name** (string) - **office** (integer) - **orderElementsLayoutLines** (array[object]) - **orderId** (string) - **orderLines** (array[object]) - **orderValidity** (string) - **organizationId** (integer) - **ourContactId** (integer) - **parentOrderId** (integer) - **paymentAccountId** (integer) - **periodic** (boolean) - **periodicityConfiguration** (object) - **realValidated** (boolean) - **requestedPaymentTerms** (string) - **status** (string) - **statusHistories** (array[object]) - **statusLastChangedDate** (string) - **systemValidated** (boolean) - **tasks** (array[object]) - **timesheetsAccountId** (integer) - **timesheetsDepartmentId** (integer) - **timesheetsDescription** (string) - **timesheetsDiscount** (number) - **timesheetsLongDescription** (string) - **timesheetsOfficeId** (integer) - **timesheetsTotalPrice** (string) - **timesheetsVat** (string) - **timesheetsVatRateId** (integer) - **validated** (boolean) - **validatorUserIds** (array[integer(int32)]) - **validatorUserIdsSize** (integer) - **vatRateId** (integer) - **warnings** (string) - **yourContactId** (integer) - **yourReference** (string) ### 400: 400 Bad Request ### 401: 401 Unauthorized ### 403: 403 Access Denied ### 404: 404 Not Found ### 500: 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)