Uses of Class
com.xero.models.accounting.PurchaseOrders
Packages that use PurchaseOrders
-
Uses of PurchaseOrders in com.xero.api.client
Methods in com.xero.api.client that return PurchaseOrdersModifier and TypeMethodDescriptionAccountingApi.createPurchaseOrders(String accessToken, String xeroTenantId, PurchaseOrders purchaseOrders, Boolean summarizeErrors, String idempotencyKey) Creates one or more purchase ordersAccountingApi.getPurchaseOrder(String accessToken, String xeroTenantId, UUID purchaseOrderID) Retrieves a specific purchase order using a unique purchase order IdAccountingApi.getPurchaseOrderByNumber(String accessToken, String xeroTenantId, String purchaseOrderNumber) Retrieves a specific purchase order using purchase order numberAccountingApi.getPurchaseOrders(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String status, String dateFrom, String dateTo, String order, Integer page, Integer pageSize) Retrieves purchase ordersAccountingApi.updateOrCreatePurchaseOrders(String accessToken, String xeroTenantId, PurchaseOrders purchaseOrders, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more purchase ordersAccountingApi.updatePurchaseOrder(String accessToken, String xeroTenantId, UUID purchaseOrderID, PurchaseOrders purchaseOrders, String idempotencyKey) Updates a specific purchase orderMethods in com.xero.api.client with parameters of type PurchaseOrdersModifier and TypeMethodDescriptionAccountingApi.createPurchaseOrders(String accessToken, String xeroTenantId, PurchaseOrders purchaseOrders, Boolean summarizeErrors, String idempotencyKey) Creates one or more purchase orderscom.google.api.client.http.HttpResponseAccountingApi.createPurchaseOrdersForHttpResponse(String accessToken, String xeroTenantId, PurchaseOrders purchaseOrders, Boolean summarizeErrors, String idempotencyKey) Creates one or more purchase ordersAccountingApi.updateOrCreatePurchaseOrders(String accessToken, String xeroTenantId, PurchaseOrders purchaseOrders, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more purchase orderscom.google.api.client.http.HttpResponseAccountingApi.updateOrCreatePurchaseOrdersForHttpResponse(String accessToken, String xeroTenantId, PurchaseOrders purchaseOrders, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more purchase ordersAccountingApi.updatePurchaseOrder(String accessToken, String xeroTenantId, UUID purchaseOrderID, PurchaseOrders purchaseOrders, String idempotencyKey) Updates a specific purchase ordercom.google.api.client.http.HttpResponseAccountingApi.updatePurchaseOrderForHttpResponse(String accessToken, String xeroTenantId, UUID purchaseOrderID, PurchaseOrders purchaseOrders, String idempotencyKey) Updates a specific purchase order -
Uses of PurchaseOrders in com.xero.models.accounting
Methods in com.xero.models.accounting that return PurchaseOrdersModifier and TypeMethodDescriptionPurchaseOrders.addPurchaseOrdersItem(PurchaseOrder purchaseOrdersItem) purchaseOrdersPurchaseOrders.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIPurchaseOrders.pagination(Pagination pagination) paginationPurchaseOrders.purchaseOrders(List<PurchaseOrder> purchaseOrders) purchaseOrdersPurchaseOrders.warnings(List<ValidationError> warnings) Displays array of warning messages from the API