Package com.w3asel.inventree.api
Class OrderApi
java.lang.Object
com.w3asel.inventree.api.OrderApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidAPI endpoint to 'cancel' a purchase order.okhttp3.CallorderPoCancelCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to 'cancel' a purchase order.okhttp3.CallorderPoCancelCreateCall(Integer id, ApiCallback _callback) Build call for orderPoCancelCreateAPI endpoint to 'cancel' a purchase order.orderPoCompleteCreate(Integer id, PurchaseOrderComplete purchaseOrderComplete) API endpoint to 'complete' a purchase order.okhttp3.CallorderPoCompleteCreateAsync(Integer id, PurchaseOrderComplete purchaseOrderComplete, ApiCallback<PurchaseOrderComplete> _callback) (asynchronously) API endpoint to 'complete' a purchase order.okhttp3.CallorderPoCompleteCreateCall(Integer id, PurchaseOrderComplete purchaseOrderComplete, ApiCallback _callback) Build call for orderPoCompleteCreateorderPoCompleteCreateWithHttpInfo(Integer id, PurchaseOrderComplete purchaseOrderComplete) API endpoint to 'complete' a purchase order.orderPoCreate(PurchaseOrder purchaseOrder) API endpoint for accessing a list of PurchaseOrder objectsokhttp3.CallorderPoCreateAsync(PurchaseOrder purchaseOrder, ApiCallback<PurchaseOrder> _callback) (asynchronously) API endpoint for accessing a list of PurchaseOrder objectsokhttp3.CallorderPoCreateCall(PurchaseOrder purchaseOrder, ApiCallback _callback) Build call for orderPoCreateorderPoCreateWithHttpInfo(PurchaseOrder purchaseOrder) API endpoint for accessing a list of PurchaseOrder objectsvoidAPI endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoDestroyCall(Integer id, ApiCallback _callback) Build call for orderPoDestroyAPI endpoint for detail view of a PurchaseOrder object.orderPoExtraLineCreate(PurchaseOrderExtraLine purchaseOrderExtraLine) API endpoint for accessing a list of PurchaseOrderExtraLine objects.okhttp3.CallorderPoExtraLineCreateAsync(PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback<PurchaseOrderExtraLine> _callback) (asynchronously) API endpoint for accessing a list of PurchaseOrderExtraLine objects.okhttp3.CallorderPoExtraLineCreateCall(PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback _callback) Build call for orderPoExtraLineCreateorderPoExtraLineCreateWithHttpInfo(PurchaseOrderExtraLine purchaseOrderExtraLine) API endpoint for accessing a list of PurchaseOrderExtraLine objects.voidAPI endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLineDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLineDestroyCall(Integer id, ApiCallback _callback) Build call for orderPoExtraLineDestroyAPI endpoint for detail view of a PurchaseOrderExtraLine object.Override the GET method to determine export options.okhttp3.CallorderPoExtraLineListAsync(Integer limit, Integer offset, Integer order, String ordering, String search, ApiCallback<PaginatedPurchaseOrderExtraLineList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderPoExtraLineListCall(Integer limit, Integer offset, Integer order, String ordering, String search, ApiCallback _callback) Build call for orderPoExtraLineListorderPoExtraLineListWithHttpInfo(Integer limit, Integer offset, Integer order, String ordering, String search) Override the GET method to determine export options.orderPoExtraLineMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoExtraLineMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoExtraLineMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderPoExtraLineMetadataPartialUpdateorderPoExtraLineMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoExtraLineMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoExtraLineMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderPoExtraLineMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderPoExtraLineMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoExtraLineMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoExtraLineMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderPoExtraLineMetadataUpdateorderPoExtraLineMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderPoExtraLinePartialUpdate(Integer id, PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine) API endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLinePartialUpdateAsync(Integer id, PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine, ApiCallback<PurchaseOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLinePartialUpdateCall(Integer id, PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine, ApiCallback _callback) Build call for orderPoExtraLinePartialUpdateorderPoExtraLinePartialUpdateWithHttpInfo(Integer id, PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine) API endpoint for detail view of a PurchaseOrderExtraLine object.API endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLineRetrieveAsync(Integer id, ApiCallback<PurchaseOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLineRetrieveCall(Integer id, ApiCallback _callback) Build call for orderPoExtraLineRetrieveAPI endpoint for detail view of a PurchaseOrderExtraLine object.orderPoExtraLineUpdate(Integer id, PurchaseOrderExtraLine purchaseOrderExtraLine) API endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLineUpdateAsync(Integer id, PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback<PurchaseOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.okhttp3.CallorderPoExtraLineUpdateCall(Integer id, PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback _callback) Build call for orderPoExtraLineUpdateorderPoExtraLineUpdateWithHttpInfo(Integer id, PurchaseOrderExtraLine purchaseOrderExtraLine) API endpoint for detail view of a PurchaseOrderExtraLine object.voidAPI endpoint to place a PurchaseOrder on hold.okhttp3.CallorderPoHoldCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to place a PurchaseOrder on hold.okhttp3.CallorderPoHoldCreateCall(Integer id, ApiCallback _callback) Build call for orderPoHoldCreateAPI endpoint to place a PurchaseOrder on hold.voidAPI endpoint to 'issue' (place) a PurchaseOrder.okhttp3.CallorderPoIssueCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to 'issue' (place) a PurchaseOrder.okhttp3.CallorderPoIssueCreateCall(Integer id, ApiCallback _callback) Build call for orderPoIssueCreateAPI endpoint to 'issue' (place) a PurchaseOrder.voidorderPoLineBulkDestroy(BulkRequest bulkRequest) Perform a DELETE operation against this list endpoint.okhttp3.CallorderPoLineBulkDestroyAsync(BulkRequest bulkRequest, ApiCallback<Void> _callback) (asynchronously) Perform a DELETE operation against this list endpoint.okhttp3.CallorderPoLineBulkDestroyCall(BulkRequest bulkRequest, ApiCallback _callback) Build call for orderPoLineBulkDestroyorderPoLineBulkDestroyWithHttpInfo(BulkRequest bulkRequest) Perform a DELETE operation against this list endpoint.orderPoLineCreate(PurchaseOrderLineItem purchaseOrderLineItem) API endpoint for accessing a list of PurchaseOrderLineItem objectsokhttp3.CallorderPoLineCreateAsync(PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback<PurchaseOrderLineItem> _callback) (asynchronously) API endpoint for accessing a list of PurchaseOrderLineItem objectsokhttp3.CallorderPoLineCreateCall(PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback _callback) Build call for orderPoLineCreateorderPoLineCreateWithHttpInfo(PurchaseOrderLineItem purchaseOrderLineItem) API endpoint for accessing a list of PurchaseOrderLineItem objectsvoidDetail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLineDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLineDestroyCall(Integer id, ApiCallback _callback) Build call for orderPoLineDestroyDetail API endpoint for PurchaseOrderLineItem object.orderPoLineList(Integer limit, Integer basePart, Boolean hasPricing, Boolean includeVariants, Integer offset, Integer order, Boolean orderComplete, Integer orderStatus, String ordering, Integer part, Boolean pending, Boolean received, String search) Override the GET method to determine export options.okhttp3.CallorderPoLineListAsync(Integer limit, Integer basePart, Boolean hasPricing, Boolean includeVariants, Integer offset, Integer order, Boolean orderComplete, Integer orderStatus, String ordering, Integer part, Boolean pending, Boolean received, String search, ApiCallback<PaginatedPurchaseOrderLineItemList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderPoLineListCall(Integer limit, Integer basePart, Boolean hasPricing, Boolean includeVariants, Integer offset, Integer order, Boolean orderComplete, Integer orderStatus, String ordering, Integer part, Boolean pending, Boolean received, String search, ApiCallback _callback) Build call for orderPoLineListorderPoLineListWithHttpInfo(Integer limit, Integer basePart, Boolean hasPricing, Boolean includeVariants, Integer offset, Integer order, Boolean orderComplete, Integer orderStatus, String ordering, Integer part, Boolean pending, Boolean received, String search) Override the GET method to determine export options.orderPoLineMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoLineMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoLineMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderPoLineMetadataPartialUpdateorderPoLineMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoLineMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoLineMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderPoLineMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderPoLineMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoLineMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoLineMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderPoLineMetadataUpdateorderPoLineMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderPoLinePartialUpdate(Integer id, PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem) Detail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLinePartialUpdateAsync(Integer id, PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem, ApiCallback<PurchaseOrderLineItem> _callback) (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLinePartialUpdateCall(Integer id, PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem, ApiCallback _callback) Build call for orderPoLinePartialUpdateorderPoLinePartialUpdateWithHttpInfo(Integer id, PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem) Detail API endpoint for PurchaseOrderLineItem object.Detail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLineRetrieveAsync(Integer id, ApiCallback<PurchaseOrderLineItem> _callback) (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLineRetrieveCall(Integer id, ApiCallback _callback) Build call for orderPoLineRetrieveDetail API endpoint for PurchaseOrderLineItem object.orderPoLineUpdate(Integer id, PurchaseOrderLineItem purchaseOrderLineItem) Detail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLineUpdateAsync(Integer id, PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback<PurchaseOrderLineItem> _callback) (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.okhttp3.CallorderPoLineUpdateCall(Integer id, PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback _callback) Build call for orderPoLineUpdateorderPoLineUpdateWithHttpInfo(Integer id, PurchaseOrderLineItem purchaseOrderLineItem) Detail API endpoint for PurchaseOrderLineItem object.orderPoList(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer externalBuild, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, Integer supplier, Integer supplierPart, LocalDate targetDateAfter, LocalDate targetDateBefore) Override the GET method to determine export options.okhttp3.CallorderPoListAsync(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer externalBuild, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, Integer supplier, Integer supplierPart, LocalDate targetDateAfter, LocalDate targetDateBefore, ApiCallback<PaginatedPurchaseOrderList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderPoListCall(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer externalBuild, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, Integer supplier, Integer supplierPart, LocalDate targetDateAfter, LocalDate targetDateBefore, ApiCallback _callback) Build call for orderPoListorderPoListWithHttpInfo(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer externalBuild, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, Integer supplier, Integer supplierPart, LocalDate targetDateAfter, LocalDate targetDateBefore) Override the GET method to determine export options.orderPoMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderPoMetadataPartialUpdateorderPoMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderPoMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderPoMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderPoMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderPoMetadataUpdateorderPoMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderPoPartialUpdate(Integer id, PatchedPurchaseOrder patchedPurchaseOrder) API endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoPartialUpdateAsync(Integer id, PatchedPurchaseOrder patchedPurchaseOrder, ApiCallback<PurchaseOrder> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoPartialUpdateCall(Integer id, PatchedPurchaseOrder patchedPurchaseOrder, ApiCallback _callback) Build call for orderPoPartialUpdateorderPoPartialUpdateWithHttpInfo(Integer id, PatchedPurchaseOrder patchedPurchaseOrder) API endpoint for detail view of a PurchaseOrder object.orderPoReceiveCreate(Integer id, PurchaseOrderReceive purchaseOrderReceive) API endpoint to receive stock items against a PurchaseOrderokhttp3.CallorderPoReceiveCreateAsync(Integer id, PurchaseOrderReceive purchaseOrderReceive, ApiCallback<List<StockItem>> _callback) (asynchronously) API endpoint to receive stock items against a PurchaseOrderokhttp3.CallorderPoReceiveCreateCall(Integer id, PurchaseOrderReceive purchaseOrderReceive, ApiCallback _callback) Build call for orderPoReceiveCreateorderPoReceiveCreateWithHttpInfo(Integer id, PurchaseOrderReceive purchaseOrderReceive) API endpoint to receive stock items against a PurchaseOrderAPI endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoRetrieveAsync(Integer id, ApiCallback<PurchaseOrder> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoRetrieveCall(Integer id, ApiCallback _callback) Build call for orderPoRetrieveAPI endpoint for detail view of a PurchaseOrder object.Retrieve information about a specific status codeokhttp3.CallorderPoStatusRetrieveAsync(ApiCallback<GenericStateClass> _callback) (asynchronously) Retrieve information about a specific status codeokhttp3.CallorderPoStatusRetrieveCall(ApiCallback _callback) Build call for orderPoStatusRetrieveRetrieve information about a specific status codeorderPoUpdate(Integer id, PurchaseOrder purchaseOrder) API endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoUpdateAsync(Integer id, PurchaseOrder purchaseOrder, ApiCallback<PurchaseOrder> _callback) (asynchronously) API endpoint for detail view of a PurchaseOrder object.okhttp3.CallorderPoUpdateCall(Integer id, PurchaseOrder purchaseOrder, ApiCallback _callback) Build call for orderPoUpdateorderPoUpdateWithHttpInfo(Integer id, PurchaseOrder purchaseOrder) API endpoint for detail view of a PurchaseOrder object.voidAPI endpoint to cancel a ReturnOrder.okhttp3.CallorderRoCancelCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to cancel a ReturnOrder.okhttp3.CallorderRoCancelCreateCall(Integer id, ApiCallback _callback) Build call for orderRoCancelCreateAPI endpoint to cancel a ReturnOrder.voidAPI endpoint to complete a ReturnOrder.okhttp3.CallorderRoCompleteCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to complete a ReturnOrder.okhttp3.CallorderRoCompleteCreateCall(Integer id, ApiCallback _callback) Build call for orderRoCompleteCreateAPI endpoint to complete a ReturnOrder.orderRoCreate(ReturnOrder returnOrder) API endpoint for accessing a list of ReturnOrder objects.okhttp3.CallorderRoCreateAsync(ReturnOrder returnOrder, ApiCallback<ReturnOrder> _callback) (asynchronously) API endpoint for accessing a list of ReturnOrder objects.okhttp3.CallorderRoCreateCall(ReturnOrder returnOrder, ApiCallback _callback) Build call for orderRoCreateorderRoCreateWithHttpInfo(ReturnOrder returnOrder) API endpoint for accessing a list of ReturnOrder objects.voidAPI endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoDestroyCall(Integer id, ApiCallback _callback) Build call for orderRoDestroyAPI endpoint for detail view of a single ReturnOrder object.orderRoExtraLineCreate(ReturnOrderExtraLine returnOrderExtraLine) API endpoint for accessing a list of ReturnOrderExtraLine objects.okhttp3.CallorderRoExtraLineCreateAsync(ReturnOrderExtraLine returnOrderExtraLine, ApiCallback<ReturnOrderExtraLine> _callback) (asynchronously) API endpoint for accessing a list of ReturnOrderExtraLine objects.okhttp3.CallorderRoExtraLineCreateCall(ReturnOrderExtraLine returnOrderExtraLine, ApiCallback _callback) Build call for orderRoExtraLineCreateorderRoExtraLineCreateWithHttpInfo(ReturnOrderExtraLine returnOrderExtraLine) API endpoint for accessing a list of ReturnOrderExtraLine objects.voidAPI endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLineDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLineDestroyCall(Integer id, ApiCallback _callback) Build call for orderRoExtraLineDestroyAPI endpoint for detail view of a ReturnOrderExtraLine object.Override the GET method to determine export options.okhttp3.CallorderRoExtraLineListAsync(Integer limit, Integer offset, Integer order, String ordering, String search, ApiCallback<PaginatedReturnOrderExtraLineList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderRoExtraLineListCall(Integer limit, Integer offset, Integer order, String ordering, String search, ApiCallback _callback) Build call for orderRoExtraLineListorderRoExtraLineListWithHttpInfo(Integer limit, Integer offset, Integer order, String ordering, String search) Override the GET method to determine export options.orderRoExtraLineMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoExtraLineMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoExtraLineMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderRoExtraLineMetadataPartialUpdateorderRoExtraLineMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoExtraLineMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoExtraLineMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderRoExtraLineMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderRoExtraLineMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoExtraLineMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoExtraLineMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderRoExtraLineMetadataUpdateorderRoExtraLineMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderRoExtraLinePartialUpdate(Integer id, PatchedReturnOrderExtraLine patchedReturnOrderExtraLine) API endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLinePartialUpdateAsync(Integer id, PatchedReturnOrderExtraLine patchedReturnOrderExtraLine, ApiCallback<ReturnOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLinePartialUpdateCall(Integer id, PatchedReturnOrderExtraLine patchedReturnOrderExtraLine, ApiCallback _callback) Build call for orderRoExtraLinePartialUpdateorderRoExtraLinePartialUpdateWithHttpInfo(Integer id, PatchedReturnOrderExtraLine patchedReturnOrderExtraLine) API endpoint for detail view of a ReturnOrderExtraLine object.API endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLineRetrieveAsync(Integer id, ApiCallback<ReturnOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLineRetrieveCall(Integer id, ApiCallback _callback) Build call for orderRoExtraLineRetrieveAPI endpoint for detail view of a ReturnOrderExtraLine object.orderRoExtraLineUpdate(Integer id, ReturnOrderExtraLine returnOrderExtraLine) API endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLineUpdateAsync(Integer id, ReturnOrderExtraLine returnOrderExtraLine, ApiCallback<ReturnOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.okhttp3.CallorderRoExtraLineUpdateCall(Integer id, ReturnOrderExtraLine returnOrderExtraLine, ApiCallback _callback) Build call for orderRoExtraLineUpdateorderRoExtraLineUpdateWithHttpInfo(Integer id, ReturnOrderExtraLine returnOrderExtraLine) API endpoint for detail view of a ReturnOrderExtraLine object.voidAPI endpoint to hold a ReturnOrder.okhttp3.CallorderRoHoldCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to hold a ReturnOrder.okhttp3.CallorderRoHoldCreateCall(Integer id, ApiCallback _callback) Build call for orderRoHoldCreateAPI endpoint to hold a ReturnOrder.voidAPI endpoint to issue (place) a ReturnOrder.okhttp3.CallorderRoIssueCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to issue (place) a ReturnOrder.okhttp3.CallorderRoIssueCreateCall(Integer id, ApiCallback _callback) Build call for orderRoIssueCreateAPI endpoint to issue (place) a ReturnOrder.orderRoLineCreate(ReturnOrderLineItem returnOrderLineItem) API endpoint for accessing a list of ReturnOrderLineItemList objects.okhttp3.CallorderRoLineCreateAsync(ReturnOrderLineItem returnOrderLineItem, ApiCallback<ReturnOrderLineItem> _callback) (asynchronously) API endpoint for accessing a list of ReturnOrderLineItemList objects.okhttp3.CallorderRoLineCreateCall(ReturnOrderLineItem returnOrderLineItem, ApiCallback _callback) Build call for orderRoLineCreateorderRoLineCreateWithHttpInfo(ReturnOrderLineItem returnOrderLineItem) API endpoint for accessing a list of ReturnOrderLineItemList objects.voidAPI endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLineDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLineDestroyCall(Integer id, ApiCallback _callback) Build call for orderRoLineDestroyAPI endpoint for detail view of a ReturnOrderLineItem object.orderRoLineList(Integer limit, Boolean hasPricing, Integer item, Integer offset, Integer order, Integer orderStatus, String ordering, Integer outcome, Boolean received, String search) Override the GET method to determine export options.okhttp3.CallorderRoLineListAsync(Integer limit, Boolean hasPricing, Integer item, Integer offset, Integer order, Integer orderStatus, String ordering, Integer outcome, Boolean received, String search, ApiCallback<PaginatedReturnOrderLineItemList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderRoLineListCall(Integer limit, Boolean hasPricing, Integer item, Integer offset, Integer order, Integer orderStatus, String ordering, Integer outcome, Boolean received, String search, ApiCallback _callback) Build call for orderRoLineListorderRoLineListWithHttpInfo(Integer limit, Boolean hasPricing, Integer item, Integer offset, Integer order, Integer orderStatus, String ordering, Integer outcome, Boolean received, String search) Override the GET method to determine export options.orderRoLineMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoLineMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoLineMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderRoLineMetadataPartialUpdateorderRoLineMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoLineMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoLineMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderRoLineMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderRoLineMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoLineMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoLineMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderRoLineMetadataUpdateorderRoLineMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderRoLinePartialUpdate(Integer id, PatchedReturnOrderLineItem patchedReturnOrderLineItem) API endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLinePartialUpdateAsync(Integer id, PatchedReturnOrderLineItem patchedReturnOrderLineItem, ApiCallback<ReturnOrderLineItem> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLinePartialUpdateCall(Integer id, PatchedReturnOrderLineItem patchedReturnOrderLineItem, ApiCallback _callback) Build call for orderRoLinePartialUpdateorderRoLinePartialUpdateWithHttpInfo(Integer id, PatchedReturnOrderLineItem patchedReturnOrderLineItem) API endpoint for detail view of a ReturnOrderLineItem object.API endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLineRetrieveAsync(Integer id, ApiCallback<ReturnOrderLineItem> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLineRetrieveCall(Integer id, ApiCallback _callback) Build call for orderRoLineRetrieveAPI endpoint for detail view of a ReturnOrderLineItem object.Retrieve information about a specific status codeokhttp3.Call(asynchronously) Retrieve information about a specific status codeokhttp3.CallorderRoLineStatusRetrieveCall(ApiCallback _callback) Build call for orderRoLineStatusRetrieveRetrieve information about a specific status codeorderRoLineUpdate(Integer id, ReturnOrderLineItem returnOrderLineItem) API endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLineUpdateAsync(Integer id, ReturnOrderLineItem returnOrderLineItem, ApiCallback<ReturnOrderLineItem> _callback) (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.okhttp3.CallorderRoLineUpdateCall(Integer id, ReturnOrderLineItem returnOrderLineItem, ApiCallback _callback) Build call for orderRoLineUpdateorderRoLineUpdateWithHttpInfo(Integer id, ReturnOrderLineItem returnOrderLineItem) API endpoint for detail view of a ReturnOrderLineItem object.orderRoList(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore) Override the GET method to determine export options.okhttp3.CallorderRoListAsync(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore, ApiCallback<PaginatedReturnOrderList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderRoListCall(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore, ApiCallback _callback) Build call for orderRoListorderRoListWithHttpInfo(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore) Override the GET method to determine export options.orderRoMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderRoMetadataPartialUpdateorderRoMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderRoMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderRoMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderRoMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderRoMetadataUpdateorderRoMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderRoPartialUpdate(Integer id, PatchedReturnOrder patchedReturnOrder) API endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoPartialUpdateAsync(Integer id, PatchedReturnOrder patchedReturnOrder, ApiCallback<ReturnOrder> _callback) (asynchronously) API endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoPartialUpdateCall(Integer id, PatchedReturnOrder patchedReturnOrder, ApiCallback _callback) Build call for orderRoPartialUpdateorderRoPartialUpdateWithHttpInfo(Integer id, PatchedReturnOrder patchedReturnOrder) API endpoint for detail view of a single ReturnOrder object.orderRoReceiveCreate(Integer id, ReturnOrderReceive returnOrderReceive) API endpoint to receive items against a ReturnOrder.okhttp3.CallorderRoReceiveCreateAsync(Integer id, ReturnOrderReceive returnOrderReceive, ApiCallback<ReturnOrderReceive> _callback) (asynchronously) API endpoint to receive items against a ReturnOrder.okhttp3.CallorderRoReceiveCreateCall(Integer id, ReturnOrderReceive returnOrderReceive, ApiCallback _callback) Build call for orderRoReceiveCreateorderRoReceiveCreateWithHttpInfo(Integer id, ReturnOrderReceive returnOrderReceive) API endpoint to receive items against a ReturnOrder.API endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoRetrieveAsync(Integer id, ApiCallback<ReturnOrder> _callback) (asynchronously) API endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoRetrieveCall(Integer id, ApiCallback _callback) Build call for orderRoRetrieveAPI endpoint for detail view of a single ReturnOrder object.Retrieve information about a specific status codeokhttp3.CallorderRoStatusRetrieveAsync(ApiCallback<GenericStateClass> _callback) (asynchronously) Retrieve information about a specific status codeokhttp3.CallorderRoStatusRetrieveCall(ApiCallback _callback) Build call for orderRoStatusRetrieveRetrieve information about a specific status codeorderRoUpdate(Integer id, ReturnOrder returnOrder) API endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoUpdateAsync(Integer id, ReturnOrder returnOrder, ApiCallback<ReturnOrder> _callback) (asynchronously) API endpoint for detail view of a single ReturnOrder object.okhttp3.CallorderRoUpdateCall(Integer id, ReturnOrder returnOrder, ApiCallback _callback) Build call for orderRoUpdateorderRoUpdateWithHttpInfo(Integer id, ReturnOrder returnOrder) API endpoint for detail view of a single ReturnOrder object.orderSoAllocateCreate(Integer id, SalesOrderShipmentAllocation salesOrderShipmentAllocation) API endpoint to allocate stock items against a SalesOrderokhttp3.CallorderSoAllocateCreateAsync(Integer id, SalesOrderShipmentAllocation salesOrderShipmentAllocation, ApiCallback<SalesOrderShipmentAllocation> _callback) (asynchronously) API endpoint to allocate stock items against a SalesOrderokhttp3.CallorderSoAllocateCreateCall(Integer id, SalesOrderShipmentAllocation salesOrderShipmentAllocation, ApiCallback _callback) Build call for orderSoAllocateCreateorderSoAllocateCreateWithHttpInfo(Integer id, SalesOrderShipmentAllocation salesOrderShipmentAllocation) API endpoint to allocate stock items against a SalesOrderorderSoAllocateSerialsCreate(Integer id, SalesOrderSerialAllocation salesOrderSerialAllocation) API endpoint to allocation stock items against a SalesOrder, by specifying serial numbers.okhttp3.CallorderSoAllocateSerialsCreateAsync(Integer id, SalesOrderSerialAllocation salesOrderSerialAllocation, ApiCallback<SalesOrderSerialAllocation> _callback) (asynchronously) API endpoint to allocation stock items against a SalesOrder, by specifying serial numbers.okhttp3.CallorderSoAllocateSerialsCreateCall(Integer id, SalesOrderSerialAllocation salesOrderSerialAllocation, ApiCallback _callback) Build call for orderSoAllocateSerialsCreateorderSoAllocateSerialsCreateWithHttpInfo(Integer id, SalesOrderSerialAllocation salesOrderSerialAllocation) API endpoint to allocation stock items against a SalesOrder, by specifying serial numbers.orderSoAllocationBulkPartialUpdate(PatchedSalesOrderAllocation patchedSalesOrderAllocation) Perform a PATCH operation against this list endpoint.okhttp3.CallorderSoAllocationBulkPartialUpdateAsync(PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) (asynchronously) Perform a PATCH operation against this list endpoint.okhttp3.CallorderSoAllocationBulkPartialUpdateCall(PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback _callback) Build call for orderSoAllocationBulkPartialUpdateorderSoAllocationBulkPartialUpdateWithHttpInfo(PatchedSalesOrderAllocation patchedSalesOrderAllocation) Perform a PATCH operation against this list endpoint.orderSoAllocationBulkUpdate(SalesOrderAllocation salesOrderAllocation) Perform a PUT operation against this list endpoint.okhttp3.CallorderSoAllocationBulkUpdateAsync(SalesOrderAllocation salesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) (asynchronously) Perform a PUT operation against this list endpoint.okhttp3.CallorderSoAllocationBulkUpdateCall(SalesOrderAllocation salesOrderAllocation, ApiCallback _callback) Build call for orderSoAllocationBulkUpdateorderSoAllocationBulkUpdateWithHttpInfo(SalesOrderAllocation salesOrderAllocation) Perform a PUT operation against this list endpoint.voidAPI endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationDestroyCall(Integer id, ApiCallback _callback) Build call for orderSoAllocationDestroyAPI endpoint for detali view of a SalesOrderAllocation object.orderSoAllocationList(Integer limit, Boolean assignedToShipment, Boolean includeVariants, Integer item, Integer line, Integer location, Integer offset, Integer order, String ordering, Boolean outstanding, Integer part, String search, Integer shipment) API endpoint for listing SalesOrderAllocation objects.okhttp3.CallorderSoAllocationListAsync(Integer limit, Boolean assignedToShipment, Boolean includeVariants, Integer item, Integer line, Integer location, Integer offset, Integer order, String ordering, Boolean outstanding, Integer part, String search, Integer shipment, ApiCallback<PaginatedSalesOrderAllocationList> _callback) (asynchronously) API endpoint for listing SalesOrderAllocation objects.okhttp3.CallorderSoAllocationListCall(Integer limit, Boolean assignedToShipment, Boolean includeVariants, Integer item, Integer line, Integer location, Integer offset, Integer order, String ordering, Boolean outstanding, Integer part, String search, Integer shipment, ApiCallback _callback) Build call for orderSoAllocationListorderSoAllocationListWithHttpInfo(Integer limit, Boolean assignedToShipment, Boolean includeVariants, Integer item, Integer line, Integer location, Integer offset, Integer order, String ordering, Boolean outstanding, Integer part, String search, Integer shipment) API endpoint for listing SalesOrderAllocation objects.orderSoAllocationPartialUpdate(Integer id, PatchedSalesOrderAllocation patchedSalesOrderAllocation) API endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationPartialUpdateAsync(Integer id, PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationPartialUpdateCall(Integer id, PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback _callback) Build call for orderSoAllocationPartialUpdateorderSoAllocationPartialUpdateWithHttpInfo(Integer id, PatchedSalesOrderAllocation patchedSalesOrderAllocation) API endpoint for detali view of a SalesOrderAllocation object.API endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationRetrieveAsync(Integer id, ApiCallback<SalesOrderAllocation> _callback) (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoAllocationRetrieveAPI endpoint for detali view of a SalesOrderAllocation object.orderSoAllocationUpdate(Integer id, SalesOrderAllocation salesOrderAllocation) API endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationUpdateAsync(Integer id, SalesOrderAllocation salesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.okhttp3.CallorderSoAllocationUpdateCall(Integer id, SalesOrderAllocation salesOrderAllocation, ApiCallback _callback) Build call for orderSoAllocationUpdateorderSoAllocationUpdateWithHttpInfo(Integer id, SalesOrderAllocation salesOrderAllocation) API endpoint for detali view of a SalesOrderAllocation object.voidAPI endpoint to cancel a SalesOrder.okhttp3.CallorderSoCancelCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to cancel a SalesOrder.okhttp3.CallorderSoCancelCreateCall(Integer id, ApiCallback _callback) Build call for orderSoCancelCreateAPI endpoint to cancel a SalesOrder.orderSoCompleteCreate(Integer id, SalesOrderComplete salesOrderComplete) API endpoint for manually marking a SalesOrder as \"complete\".okhttp3.CallorderSoCompleteCreateAsync(Integer id, SalesOrderComplete salesOrderComplete, ApiCallback<SalesOrderComplete> _callback) (asynchronously) API endpoint for manually marking a SalesOrder as \"complete\".okhttp3.CallorderSoCompleteCreateCall(Integer id, SalesOrderComplete salesOrderComplete, ApiCallback _callback) Build call for orderSoCompleteCreateorderSoCompleteCreateWithHttpInfo(Integer id, SalesOrderComplete salesOrderComplete) API endpoint for manually marking a SalesOrder as \"complete\".orderSoCreate(SalesOrder salesOrder) API endpoint for accessing a list of SalesOrder objectsokhttp3.CallorderSoCreateAsync(SalesOrder salesOrder, ApiCallback<SalesOrder> _callback) (asynchronously) API endpoint for accessing a list of SalesOrder objectsokhttp3.CallorderSoCreateCall(SalesOrder salesOrder, ApiCallback _callback) Build call for orderSoCreateorderSoCreateWithHttpInfo(SalesOrder salesOrder) API endpoint for accessing a list of SalesOrder objectsvoidAPI endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoDestroyCall(Integer id, ApiCallback _callback) Build call for orderSoDestroyAPI endpoint for detail view of a SalesOrder object.orderSoExtraLineCreate(SalesOrderExtraLine salesOrderExtraLine) API endpoint for accessing a list of SalesOrderExtraLine objects.okhttp3.CallorderSoExtraLineCreateAsync(SalesOrderExtraLine salesOrderExtraLine, ApiCallback<SalesOrderExtraLine> _callback) (asynchronously) API endpoint for accessing a list of SalesOrderExtraLine objects.okhttp3.CallorderSoExtraLineCreateCall(SalesOrderExtraLine salesOrderExtraLine, ApiCallback _callback) Build call for orderSoExtraLineCreateorderSoExtraLineCreateWithHttpInfo(SalesOrderExtraLine salesOrderExtraLine) API endpoint for accessing a list of SalesOrderExtraLine objects.voidAPI endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLineDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLineDestroyCall(Integer id, ApiCallback _callback) Build call for orderSoExtraLineDestroyAPI endpoint for detail view of a SalesOrderExtraLine object.Override the GET method to determine export options.okhttp3.CallorderSoExtraLineListAsync(Integer limit, Integer offset, Integer order, String ordering, String search, ApiCallback<PaginatedSalesOrderExtraLineList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderSoExtraLineListCall(Integer limit, Integer offset, Integer order, String ordering, String search, ApiCallback _callback) Build call for orderSoExtraLineListorderSoExtraLineListWithHttpInfo(Integer limit, Integer offset, Integer order, String ordering, String search) Override the GET method to determine export options.orderSoExtraLineMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoExtraLineMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoExtraLineMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderSoExtraLineMetadataPartialUpdateorderSoExtraLineMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoExtraLineMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoExtraLineMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoExtraLineMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderSoExtraLineMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoExtraLineMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoExtraLineMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderSoExtraLineMetadataUpdateorderSoExtraLineMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderSoExtraLinePartialUpdate(Integer id, PatchedSalesOrderExtraLine patchedSalesOrderExtraLine) API endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLinePartialUpdateAsync(Integer id, PatchedSalesOrderExtraLine patchedSalesOrderExtraLine, ApiCallback<SalesOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLinePartialUpdateCall(Integer id, PatchedSalesOrderExtraLine patchedSalesOrderExtraLine, ApiCallback _callback) Build call for orderSoExtraLinePartialUpdateorderSoExtraLinePartialUpdateWithHttpInfo(Integer id, PatchedSalesOrderExtraLine patchedSalesOrderExtraLine) API endpoint for detail view of a SalesOrderExtraLine object.API endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLineRetrieveAsync(Integer id, ApiCallback<SalesOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLineRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoExtraLineRetrieveAPI endpoint for detail view of a SalesOrderExtraLine object.orderSoExtraLineUpdate(Integer id, SalesOrderExtraLine salesOrderExtraLine) API endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLineUpdateAsync(Integer id, SalesOrderExtraLine salesOrderExtraLine, ApiCallback<SalesOrderExtraLine> _callback) (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.okhttp3.CallorderSoExtraLineUpdateCall(Integer id, SalesOrderExtraLine salesOrderExtraLine, ApiCallback _callback) Build call for orderSoExtraLineUpdateorderSoExtraLineUpdateWithHttpInfo(Integer id, SalesOrderExtraLine salesOrderExtraLine) API endpoint for detail view of a SalesOrderExtraLine object.voidAPI endpoint to place a SalesOrder on hold.okhttp3.CallorderSoHoldCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to place a SalesOrder on hold.okhttp3.CallorderSoHoldCreateCall(Integer id, ApiCallback _callback) Build call for orderSoHoldCreateAPI endpoint to place a SalesOrder on hold.voidAPI endpoint to issue a SalesOrder.okhttp3.CallorderSoIssueCreateAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint to issue a SalesOrder.okhttp3.CallorderSoIssueCreateCall(Integer id, ApiCallback _callback) Build call for orderSoIssueCreateAPI endpoint to issue a SalesOrder.orderSoLineCreate(SalesOrderLineItem salesOrderLineItem) API endpoint for accessing a list of SalesOrderLineItem objects.okhttp3.CallorderSoLineCreateAsync(SalesOrderLineItem salesOrderLineItem, ApiCallback<SalesOrderLineItem> _callback) (asynchronously) API endpoint for accessing a list of SalesOrderLineItem objects.okhttp3.CallorderSoLineCreateCall(SalesOrderLineItem salesOrderLineItem, ApiCallback _callback) Build call for orderSoLineCreateorderSoLineCreateWithHttpInfo(SalesOrderLineItem salesOrderLineItem) API endpoint for accessing a list of SalesOrderLineItem objects.voidAPI endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLineDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLineDestroyCall(Integer id, ApiCallback _callback) Build call for orderSoLineDestroyAPI endpoint for detail view of a SalesOrderLineItem object.orderSoLineList(Integer limit, Boolean allocated, Boolean completed, Boolean hasPricing, Integer offset, Integer order, Boolean orderComplete, Boolean orderOutstanding, Integer orderStatus, String ordering, Integer part, String search) Override the GET method to determine export options.okhttp3.CallorderSoLineListAsync(Integer limit, Boolean allocated, Boolean completed, Boolean hasPricing, Integer offset, Integer order, Boolean orderComplete, Boolean orderOutstanding, Integer orderStatus, String ordering, Integer part, String search, ApiCallback<PaginatedSalesOrderLineItemList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderSoLineListCall(Integer limit, Boolean allocated, Boolean completed, Boolean hasPricing, Integer offset, Integer order, Boolean orderComplete, Boolean orderOutstanding, Integer orderStatus, String ordering, Integer part, String search, ApiCallback _callback) Build call for orderSoLineListorderSoLineListWithHttpInfo(Integer limit, Boolean allocated, Boolean completed, Boolean hasPricing, Integer offset, Integer order, Boolean orderComplete, Boolean orderOutstanding, Integer orderStatus, String ordering, Integer part, String search) Override the GET method to determine export options.orderSoLineMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoLineMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoLineMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderSoLineMetadataPartialUpdateorderSoLineMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoLineMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoLineMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoLineMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderSoLineMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoLineMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoLineMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderSoLineMetadataUpdateorderSoLineMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderSoLinePartialUpdate(Integer id, PatchedSalesOrderLineItem patchedSalesOrderLineItem) API endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLinePartialUpdateAsync(Integer id, PatchedSalesOrderLineItem patchedSalesOrderLineItem, ApiCallback<SalesOrderLineItem> _callback) (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLinePartialUpdateCall(Integer id, PatchedSalesOrderLineItem patchedSalesOrderLineItem, ApiCallback _callback) Build call for orderSoLinePartialUpdateorderSoLinePartialUpdateWithHttpInfo(Integer id, PatchedSalesOrderLineItem patchedSalesOrderLineItem) API endpoint for detail view of a SalesOrderLineItem object.API endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLineRetrieveAsync(Integer id, ApiCallback<SalesOrderLineItem> _callback) (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLineRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoLineRetrieveAPI endpoint for detail view of a SalesOrderLineItem object.orderSoLineUpdate(Integer id, SalesOrderLineItem salesOrderLineItem) API endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLineUpdateAsync(Integer id, SalesOrderLineItem salesOrderLineItem, ApiCallback<SalesOrderLineItem> _callback) (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.okhttp3.CallorderSoLineUpdateCall(Integer id, SalesOrderLineItem salesOrderLineItem, ApiCallback _callback) Build call for orderSoLineUpdateorderSoLineUpdateWithHttpInfo(Integer id, SalesOrderLineItem salesOrderLineItem) API endpoint for detail view of a SalesOrderLineItem object.orderSoList(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore) Override the GET method to determine export options.okhttp3.CallorderSoListAsync(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore, ApiCallback<PaginatedSalesOrderList> _callback) (asynchronously) Override the GET method to determine export options.okhttp3.CallorderSoListCall(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore, ApiCallback _callback) Build call for orderSoListorderSoListWithHttpInfo(Integer limit, Integer assignedTo, Boolean assignedToMe, LocalDate completedAfter, LocalDate completedBefore, LocalDate createdAfter, LocalDate createdBefore, Integer createdBy, Integer customer, Boolean hasProjectCode, Boolean hasStartDate, Boolean hasTargetDate, Boolean includeVariants, LocalDate maxDate, LocalDate minDate, Integer offset, String ordering, Boolean outstanding, Boolean overdue, Integer part, Integer projectCode, String reference, String search, LocalDate startDateAfter, LocalDate startDateBefore, Integer status, LocalDate targetDateAfter, LocalDate targetDateBefore) Override the GET method to determine export options.orderSoMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderSoMetadataPartialUpdateorderSoMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderSoMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderSoMetadataUpdateorderSoMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderSoPartialUpdate(Integer id, PatchedSalesOrder patchedSalesOrder) API endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoPartialUpdateAsync(Integer id, PatchedSalesOrder patchedSalesOrder, ApiCallback<SalesOrder> _callback) (asynchronously) API endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoPartialUpdateCall(Integer id, PatchedSalesOrder patchedSalesOrder, ApiCallback _callback) Build call for orderSoPartialUpdateorderSoPartialUpdateWithHttpInfo(Integer id, PatchedSalesOrder patchedSalesOrder) API endpoint for detail view of a SalesOrder object.API endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoRetrieveAsync(Integer id, ApiCallback<SalesOrder> _callback) (asynchronously) API endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoRetrieveAPI endpoint for detail view of a SalesOrder object.orderSoShipmentCreate(SalesOrderShipment salesOrderShipment) API list endpoint for SalesOrderShipment model.okhttp3.CallorderSoShipmentCreateAsync(SalesOrderShipment salesOrderShipment, ApiCallback<SalesOrderShipment> _callback) (asynchronously) API list endpoint for SalesOrderShipment model.okhttp3.CallorderSoShipmentCreateCall(SalesOrderShipment salesOrderShipment, ApiCallback _callback) Build call for orderSoShipmentCreateorderSoShipmentCreateWithHttpInfo(SalesOrderShipment salesOrderShipment) API list endpoint for SalesOrderShipment model.voidAPI detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) API detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentDestroyCall(Integer id, ApiCallback _callback) Build call for orderSoShipmentDestroyAPI detail endpooint for SalesOrderShipment model.orderSoShipmentList(Integer limit, Boolean delivered, Integer offset, Integer order, String ordering, String search, Boolean shipped) API list endpoint for SalesOrderShipment model.okhttp3.CallorderSoShipmentListAsync(Integer limit, Boolean delivered, Integer offset, Integer order, String ordering, String search, Boolean shipped, ApiCallback<PaginatedSalesOrderShipmentList> _callback) (asynchronously) API list endpoint for SalesOrderShipment model.okhttp3.CallorderSoShipmentListCall(Integer limit, Boolean delivered, Integer offset, Integer order, String ordering, String search, Boolean shipped, ApiCallback _callback) Build call for orderSoShipmentListorderSoShipmentListWithHttpInfo(Integer limit, Boolean delivered, Integer offset, Integer order, String ordering, String search, Boolean shipped) API list endpoint for SalesOrderShipment model.orderSoShipmentMetadataPartialUpdate(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoShipmentMetadataPartialUpdateAsync(Integer id, PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoShipmentMetadataPartialUpdateCall(Integer id, PatchedMetadata patchedMetadata, ApiCallback _callback) Build call for orderSoShipmentMetadataPartialUpdateorderSoShipmentMetadataPartialUpdateWithHttpInfo(Integer id, PatchedMetadata patchedMetadata) Generic API endpoint for reading and editing metadata for a model.Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoShipmentMetadataRetrieveAsync(Integer id, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoShipmentMetadataRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoShipmentMetadataRetrieveGeneric API endpoint for reading and editing metadata for a model.orderSoShipmentMetadataUpdate(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoShipmentMetadataUpdateAsync(Integer id, Metadata metadata, ApiCallback<Metadata> _callback) (asynchronously) Generic API endpoint for reading and editing metadata for a model.okhttp3.CallorderSoShipmentMetadataUpdateCall(Integer id, Metadata metadata, ApiCallback _callback) Build call for orderSoShipmentMetadataUpdateorderSoShipmentMetadataUpdateWithHttpInfo(Integer id, Metadata metadata) Generic API endpoint for reading and editing metadata for a model.orderSoShipmentPartialUpdate(Integer id, PatchedSalesOrderShipment patchedSalesOrderShipment) API detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentPartialUpdateAsync(Integer id, PatchedSalesOrderShipment patchedSalesOrderShipment, ApiCallback<SalesOrderShipment> _callback) (asynchronously) API detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentPartialUpdateCall(Integer id, PatchedSalesOrderShipment patchedSalesOrderShipment, ApiCallback _callback) Build call for orderSoShipmentPartialUpdateorderSoShipmentPartialUpdateWithHttpInfo(Integer id, PatchedSalesOrderShipment patchedSalesOrderShipment) API detail endpooint for SalesOrderShipment model.API detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentRetrieveAsync(Integer id, ApiCallback<SalesOrderShipment> _callback) (asynchronously) API detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentRetrieveCall(Integer id, ApiCallback _callback) Build call for orderSoShipmentRetrieveAPI detail endpooint for SalesOrderShipment model.orderSoShipmentShipCreate(Integer id, SalesOrderShipmentComplete salesOrderShipmentComplete) API endpoint for completing (shipping) a SalesOrderShipment.okhttp3.CallorderSoShipmentShipCreateAsync(Integer id, SalesOrderShipmentComplete salesOrderShipmentComplete, ApiCallback<SalesOrderShipmentComplete> _callback) (asynchronously) API endpoint for completing (shipping) a SalesOrderShipment.okhttp3.CallorderSoShipmentShipCreateCall(Integer id, SalesOrderShipmentComplete salesOrderShipmentComplete, ApiCallback _callback) Build call for orderSoShipmentShipCreateorderSoShipmentShipCreateWithHttpInfo(Integer id, SalesOrderShipmentComplete salesOrderShipmentComplete) API endpoint for completing (shipping) a SalesOrderShipment.orderSoShipmentUpdate(Integer id, SalesOrderShipment salesOrderShipment) API detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentUpdateAsync(Integer id, SalesOrderShipment salesOrderShipment, ApiCallback<SalesOrderShipment> _callback) (asynchronously) API detail endpooint for SalesOrderShipment model.okhttp3.CallorderSoShipmentUpdateCall(Integer id, SalesOrderShipment salesOrderShipment, ApiCallback _callback) Build call for orderSoShipmentUpdateorderSoShipmentUpdateWithHttpInfo(Integer id, SalesOrderShipment salesOrderShipment) API detail endpooint for SalesOrderShipment model.Retrieve information about a specific status codeokhttp3.CallorderSoStatusRetrieveAsync(ApiCallback<GenericStateClass> _callback) (asynchronously) Retrieve information about a specific status codeokhttp3.CallorderSoStatusRetrieveCall(ApiCallback _callback) Build call for orderSoStatusRetrieveRetrieve information about a specific status codeorderSoUpdate(Integer id, SalesOrder salesOrder) API endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoUpdateAsync(Integer id, SalesOrder salesOrder, ApiCallback<SalesOrder> _callback) (asynchronously) API endpoint for detail view of a SalesOrder object.okhttp3.CallorderSoUpdateCall(Integer id, SalesOrder salesOrder, ApiCallback _callback) Build call for orderSoUpdateorderSoUpdateWithHttpInfo(Integer id, SalesOrder salesOrder) API endpoint for detail view of a SalesOrder object.voidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
OrderApi
public OrderApi() -
OrderApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
orderPoCancelCreateCall
public okhttp3.Call orderPoCancelCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoCancelCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoCancelCreate
API endpoint to 'cancel' a purchase order. The purchase order must be in a state which can be cancelled- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoCancelCreateWithHttpInfo
API endpoint to 'cancel' a purchase order. The purchase order must be in a state which can be cancelled- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoCancelCreateAsync
public okhttp3.Call orderPoCancelCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to 'cancel' a purchase order. The purchase order must be in a state which can be cancelled- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoCompleteCreateCall
public okhttp3.Call orderPoCompleteCreateCall(@Nonnull Integer id, @Nullable PurchaseOrderComplete purchaseOrderComplete, ApiCallback _callback) throws ApiException Build call for orderPoCompleteCreate- Parameters:
id- (required)purchaseOrderComplete- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoCompleteCreate
public PurchaseOrderComplete orderPoCompleteCreate(@Nonnull Integer id, @Nullable PurchaseOrderComplete purchaseOrderComplete) throws ApiException API endpoint to 'complete' a purchase order.- Parameters:
id- (required)purchaseOrderComplete- (optional)- Returns:
- PurchaseOrderComplete
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoCompleteCreateWithHttpInfo
public ApiResponse<PurchaseOrderComplete> orderPoCompleteCreateWithHttpInfo(@Nonnull Integer id, @Nullable PurchaseOrderComplete purchaseOrderComplete) throws ApiException API endpoint to 'complete' a purchase order.- Parameters:
id- (required)purchaseOrderComplete- (optional)- Returns:
- ApiResponse<PurchaseOrderComplete>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoCompleteCreateAsync
public okhttp3.Call orderPoCompleteCreateAsync(@Nonnull Integer id, @Nullable PurchaseOrderComplete purchaseOrderComplete, ApiCallback<PurchaseOrderComplete> _callback) throws ApiException (asynchronously) API endpoint to 'complete' a purchase order.- Parameters:
id- (required)purchaseOrderComplete- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoCreateCall
public okhttp3.Call orderPoCreateCall(@Nonnull PurchaseOrder purchaseOrder, ApiCallback _callback) throws ApiException Build call for orderPoCreate- Parameters:
purchaseOrder- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoCreate
API endpoint for accessing a list of PurchaseOrder objects. - GET: Return list of PurchaseOrder objects (with filters) - POST: Create a new PurchaseOrder object- Parameters:
purchaseOrder- (required)- Returns:
- PurchaseOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoCreateWithHttpInfo
public ApiResponse<PurchaseOrder> orderPoCreateWithHttpInfo(@Nonnull PurchaseOrder purchaseOrder) throws ApiException API endpoint for accessing a list of PurchaseOrder objects. - GET: Return list of PurchaseOrder objects (with filters) - POST: Create a new PurchaseOrder object- Parameters:
purchaseOrder- (required)- Returns:
- ApiResponse<PurchaseOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoCreateAsync
public okhttp3.Call orderPoCreateAsync(@Nonnull PurchaseOrder purchaseOrder, ApiCallback<PurchaseOrder> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of PurchaseOrder objects. - GET: Return list of PurchaseOrder objects (with filters) - POST: Create a new PurchaseOrder object- Parameters:
purchaseOrder- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoDestroyCall
public okhttp3.Call orderPoDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoDestroy
API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoDestroyWithHttpInfo
API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoDestroyAsync
public okhttp3.Call orderPoDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoExtraLineCreateCall
public okhttp3.Call orderPoExtraLineCreateCall(@Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineCreate- Parameters:
purchaseOrderExtraLine- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoExtraLineCreate
public PurchaseOrderExtraLine orderPoExtraLineCreate(@Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine) throws ApiException API endpoint for accessing a list of PurchaseOrderExtraLine objects.- Parameters:
purchaseOrderExtraLine- (required)- Returns:
- PurchaseOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoExtraLineCreateWithHttpInfo
public ApiResponse<PurchaseOrderExtraLine> orderPoExtraLineCreateWithHttpInfo(@Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine) throws ApiException API endpoint for accessing a list of PurchaseOrderExtraLine objects.- Parameters:
purchaseOrderExtraLine- (required)- Returns:
- ApiResponse<PurchaseOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoExtraLineCreateAsync
public okhttp3.Call orderPoExtraLineCreateAsync(@Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback<PurchaseOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of PurchaseOrderExtraLine objects.- Parameters:
purchaseOrderExtraLine- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoExtraLineDestroyCall
public okhttp3.Call orderPoExtraLineDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoExtraLineDestroy
API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoExtraLineDestroyWithHttpInfo
public ApiResponse<Void> orderPoExtraLineDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoExtraLineDestroyAsync
public okhttp3.Call orderPoExtraLineDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoExtraLineListCall
public okhttp3.Call orderPoExtraLineListCall(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineList- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineList
public PaginatedPurchaseOrderExtraLineList orderPoExtraLineList(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)- Returns:
- PaginatedPurchaseOrderExtraLineList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineListWithHttpInfo
public ApiResponse<PaginatedPurchaseOrderExtraLineList> orderPoExtraLineListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)- Returns:
- ApiResponse<PaginatedPurchaseOrderExtraLineList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineListAsync
public okhttp3.Call orderPoExtraLineListAsync(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, ApiCallback<PaginatedPurchaseOrderExtraLineList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataPartialUpdateCall
public okhttp3.Call orderPoExtraLineMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataPartialUpdate
public Metadata orderPoExtraLineMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderPoExtraLineMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataPartialUpdateAsync
public okhttp3.Call orderPoExtraLineMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataRetrieveCall
public okhttp3.Call orderPoExtraLineMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderPoExtraLineMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataRetrieveAsync
public okhttp3.Call orderPoExtraLineMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataUpdateCall
public okhttp3.Call orderPoExtraLineMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataUpdate
public Metadata orderPoExtraLineMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderPoExtraLineMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineMetadataUpdateAsync
public okhttp3.Call orderPoExtraLineMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLinePartialUpdateCall
public okhttp3.Call orderPoExtraLinePartialUpdateCall(@Nonnull Integer id, @Nullable PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderPoExtraLinePartialUpdate- Parameters:
id- (required)patchedPurchaseOrderExtraLine- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLinePartialUpdate
public PurchaseOrderExtraLine orderPoExtraLinePartialUpdate(@Nonnull Integer id, @Nullable PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine) throws ApiException API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)patchedPurchaseOrderExtraLine- (optional)- Returns:
- PurchaseOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLinePartialUpdateWithHttpInfo
public ApiResponse<PurchaseOrderExtraLine> orderPoExtraLinePartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine) throws ApiException API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)patchedPurchaseOrderExtraLine- (optional)- Returns:
- ApiResponse<PurchaseOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLinePartialUpdateAsync
public okhttp3.Call orderPoExtraLinePartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedPurchaseOrderExtraLine patchedPurchaseOrderExtraLine, ApiCallback<PurchaseOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)patchedPurchaseOrderExtraLine- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineRetrieveCall
public okhttp3.Call orderPoExtraLineRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineRetrieve
API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)- Returns:
- PurchaseOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineRetrieveWithHttpInfo
public ApiResponse<PurchaseOrderExtraLine> orderPoExtraLineRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)- Returns:
- ApiResponse<PurchaseOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineRetrieveAsync
public okhttp3.Call orderPoExtraLineRetrieveAsync(@Nonnull Integer id, ApiCallback<PurchaseOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineUpdateCall
public okhttp3.Call orderPoExtraLineUpdateCall(@Nonnull Integer id, @Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderPoExtraLineUpdate- Parameters:
id- (required)purchaseOrderExtraLine- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineUpdate
public PurchaseOrderExtraLine orderPoExtraLineUpdate(@Nonnull Integer id, @Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine) throws ApiException API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)purchaseOrderExtraLine- (required)- Returns:
- PurchaseOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineUpdateWithHttpInfo
public ApiResponse<PurchaseOrderExtraLine> orderPoExtraLineUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine) throws ApiException API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)purchaseOrderExtraLine- (required)- Returns:
- ApiResponse<PurchaseOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoExtraLineUpdateAsync
public okhttp3.Call orderPoExtraLineUpdateAsync(@Nonnull Integer id, @Nonnull PurchaseOrderExtraLine purchaseOrderExtraLine, ApiCallback<PurchaseOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrderExtraLine object.- Parameters:
id- (required)purchaseOrderExtraLine- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoHoldCreateCall
public okhttp3.Call orderPoHoldCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoHoldCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoHoldCreate
API endpoint to place a PurchaseOrder on hold.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoHoldCreateWithHttpInfo
API endpoint to place a PurchaseOrder on hold.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoHoldCreateAsync
public okhttp3.Call orderPoHoldCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to place a PurchaseOrder on hold.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoIssueCreateCall
public okhttp3.Call orderPoIssueCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoIssueCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoIssueCreate
API endpoint to 'issue' (place) a PurchaseOrder.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoIssueCreateWithHttpInfo
API endpoint to 'issue' (place) a PurchaseOrder.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoIssueCreateAsync
public okhttp3.Call orderPoIssueCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to 'issue' (place) a PurchaseOrder.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderPoLineBulkDestroyCall
public okhttp3.Call orderPoLineBulkDestroyCall(@Nonnull BulkRequest bulkRequest, ApiCallback _callback) throws ApiException Build call for orderPoLineBulkDestroy- Parameters:
bulkRequest- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineBulkDestroy
Perform a DELETE operation against this list endpoint. Note that the typical DRF list endpoint does not support DELETE, so this method is provided as a custom implementation.- Parameters:
bulkRequest- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineBulkDestroyWithHttpInfo
public ApiResponse<Void> orderPoLineBulkDestroyWithHttpInfo(@Nonnull BulkRequest bulkRequest) throws ApiException Perform a DELETE operation against this list endpoint. Note that the typical DRF list endpoint does not support DELETE, so this method is provided as a custom implementation.- Parameters:
bulkRequest- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineBulkDestroyAsync
public okhttp3.Call orderPoLineBulkDestroyAsync(@Nonnull BulkRequest bulkRequest, ApiCallback<Void> _callback) throws ApiException (asynchronously) Perform a DELETE operation against this list endpoint. Note that the typical DRF list endpoint does not support DELETE, so this method is provided as a custom implementation.- Parameters:
bulkRequest- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineCreateCall
public okhttp3.Call orderPoLineCreateCall(@Nonnull PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderPoLineCreate- Parameters:
purchaseOrderLineItem- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoLineCreate
public PurchaseOrderLineItem orderPoLineCreate(@Nonnull PurchaseOrderLineItem purchaseOrderLineItem) throws ApiException API endpoint for accessing a list of PurchaseOrderLineItem objects. - GET: Return a list of PurchaseOrder Line Item objects - POST: Create a new PurchaseOrderLineItem object- Parameters:
purchaseOrderLineItem- (required)- Returns:
- PurchaseOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoLineCreateWithHttpInfo
public ApiResponse<PurchaseOrderLineItem> orderPoLineCreateWithHttpInfo(@Nonnull PurchaseOrderLineItem purchaseOrderLineItem) throws ApiException API endpoint for accessing a list of PurchaseOrderLineItem objects. - GET: Return a list of PurchaseOrder Line Item objects - POST: Create a new PurchaseOrderLineItem object- Parameters:
purchaseOrderLineItem- (required)- Returns:
- ApiResponse<PurchaseOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoLineCreateAsync
public okhttp3.Call orderPoLineCreateAsync(@Nonnull PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback<PurchaseOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of PurchaseOrderLineItem objects. - GET: Return a list of PurchaseOrder Line Item objects - POST: Create a new PurchaseOrderLineItem object- Parameters:
purchaseOrderLineItem- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoLineDestroyCall
public okhttp3.Call orderPoLineDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoLineDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineDestroy
Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineDestroyWithHttpInfo
Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineDestroyAsync
public okhttp3.Call orderPoLineDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderPoLineListCall
public okhttp3.Call orderPoLineListCall(@Nonnull Integer limit, @Nullable Integer basePart, @Nullable Boolean hasPricing, @Nullable Boolean includeVariants, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable Boolean pending, @Nullable Boolean received, @Nullable String search, ApiCallback _callback) throws ApiException Build call for orderPoLineList- Parameters:
limit- Number of results to return per page. (required)basePart- Internal Part (optional)hasPricing- Has Pricing (optional)includeVariants- Include Variants (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: MPN, part_name, purchase_price, quantity, received, reference, SKU, IPN, total_price, target_date, order, status, complete_date. (optional)part- Supplier Part (optional)pending- Order Pending (optional)received- Items Received (optional)search- A search term. Searched fields: part__SKU, part__manufacturer_part__MPN, part__part__description, part__part__name, reference. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineList
public PaginatedPurchaseOrderLineItemList orderPoLineList(@Nonnull Integer limit, @Nullable Integer basePart, @Nullable Boolean hasPricing, @Nullable Boolean includeVariants, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable Boolean pending, @Nullable Boolean received, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)basePart- Internal Part (optional)hasPricing- Has Pricing (optional)includeVariants- Include Variants (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: MPN, part_name, purchase_price, quantity, received, reference, SKU, IPN, total_price, target_date, order, status, complete_date. (optional)part- Supplier Part (optional)pending- Order Pending (optional)received- Items Received (optional)search- A search term. Searched fields: part__SKU, part__manufacturer_part__MPN, part__part__description, part__part__name, reference. (optional)- Returns:
- PaginatedPurchaseOrderLineItemList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineListWithHttpInfo
public ApiResponse<PaginatedPurchaseOrderLineItemList> orderPoLineListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer basePart, @Nullable Boolean hasPricing, @Nullable Boolean includeVariants, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable Boolean pending, @Nullable Boolean received, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)basePart- Internal Part (optional)hasPricing- Has Pricing (optional)includeVariants- Include Variants (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: MPN, part_name, purchase_price, quantity, received, reference, SKU, IPN, total_price, target_date, order, status, complete_date. (optional)part- Supplier Part (optional)pending- Order Pending (optional)received- Items Received (optional)search- A search term. Searched fields: part__SKU, part__manufacturer_part__MPN, part__part__description, part__part__name, reference. (optional)- Returns:
- ApiResponse<PaginatedPurchaseOrderLineItemList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineListAsync
public okhttp3.Call orderPoLineListAsync(@Nonnull Integer limit, @Nullable Integer basePart, @Nullable Boolean hasPricing, @Nullable Boolean includeVariants, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable Boolean pending, @Nullable Boolean received, @Nullable String search, ApiCallback<PaginatedPurchaseOrderLineItemList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)basePart- Internal Part (optional)hasPricing- Has Pricing (optional)includeVariants- Include Variants (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: MPN, part_name, purchase_price, quantity, received, reference, SKU, IPN, total_price, target_date, order, status, complete_date. (optional)part- Supplier Part (optional)pending- Order Pending (optional)received- Items Received (optional)search- A search term. Searched fields: part__SKU, part__manufacturer_part__MPN, part__part__description, part__part__name, reference. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataPartialUpdateCall
public okhttp3.Call orderPoLineMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderPoLineMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataPartialUpdate
public Metadata orderPoLineMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderPoLineMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataPartialUpdateAsync
public okhttp3.Call orderPoLineMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataRetrieveCall
public okhttp3.Call orderPoLineMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoLineMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderPoLineMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataRetrieveAsync
public okhttp3.Call orderPoLineMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataUpdateCall
public okhttp3.Call orderPoLineMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderPoLineMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataUpdate
public Metadata orderPoLineMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderPoLineMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineMetadataUpdateAsync
public okhttp3.Call orderPoLineMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLinePartialUpdateCall
public okhttp3.Call orderPoLinePartialUpdateCall(@Nonnull Integer id, @Nullable PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderPoLinePartialUpdate- Parameters:
id- (required)patchedPurchaseOrderLineItem- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLinePartialUpdate
public PurchaseOrderLineItem orderPoLinePartialUpdate(@Nonnull Integer id, @Nullable PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem) throws ApiException Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)patchedPurchaseOrderLineItem- (optional)- Returns:
- PurchaseOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLinePartialUpdateWithHttpInfo
public ApiResponse<PurchaseOrderLineItem> orderPoLinePartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem) throws ApiException Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)patchedPurchaseOrderLineItem- (optional)- Returns:
- ApiResponse<PurchaseOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLinePartialUpdateAsync
public okhttp3.Call orderPoLinePartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedPurchaseOrderLineItem patchedPurchaseOrderLineItem, ApiCallback<PurchaseOrderLineItem> _callback) throws ApiException (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)patchedPurchaseOrderLineItem- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineRetrieveCall
public okhttp3.Call orderPoLineRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoLineRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineRetrieve
Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)- Returns:
- PurchaseOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineRetrieveWithHttpInfo
public ApiResponse<PurchaseOrderLineItem> orderPoLineRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)- Returns:
- ApiResponse<PurchaseOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineRetrieveAsync
public okhttp3.Call orderPoLineRetrieveAsync(@Nonnull Integer id, ApiCallback<PurchaseOrderLineItem> _callback) throws ApiException (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineUpdateCall
public okhttp3.Call orderPoLineUpdateCall(@Nonnull Integer id, @Nonnull PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderPoLineUpdate- Parameters:
id- (required)purchaseOrderLineItem- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineUpdate
public PurchaseOrderLineItem orderPoLineUpdate(@Nonnull Integer id, @Nonnull PurchaseOrderLineItem purchaseOrderLineItem) throws ApiException Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)purchaseOrderLineItem- (required)- Returns:
- PurchaseOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineUpdateWithHttpInfo
public ApiResponse<PurchaseOrderLineItem> orderPoLineUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull PurchaseOrderLineItem purchaseOrderLineItem) throws ApiException Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)purchaseOrderLineItem- (required)- Returns:
- ApiResponse<PurchaseOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoLineUpdateAsync
public okhttp3.Call orderPoLineUpdateAsync(@Nonnull Integer id, @Nonnull PurchaseOrderLineItem purchaseOrderLineItem, ApiCallback<PurchaseOrderLineItem> _callback) throws ApiException (asynchronously) Detail API endpoint for PurchaseOrderLineItem object.- Parameters:
id- (required)purchaseOrderLineItem- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoListCall
public okhttp3.Call orderPoListCall(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer externalBuild, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable Integer supplier, @Nullable Integer supplierPart, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore, ApiCallback _callback) throws ApiException Build call for orderPoList- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)externalBuild- External Build Order (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, supplier__name, start_date, target_date, complete_date, line_items, status, responsible, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- Part (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: description, project_code__code, reference, supplier__name, supplier_reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)supplier- (optional)supplierPart- Supplier Part (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoList
public PaginatedPurchaseOrderList orderPoList(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer externalBuild, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable Integer supplier, @Nullable Integer supplierPart, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)externalBuild- External Build Order (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, supplier__name, start_date, target_date, complete_date, line_items, status, responsible, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- Part (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: description, project_code__code, reference, supplier__name, supplier_reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)supplier- (optional)supplierPart- Supplier Part (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)- Returns:
- PaginatedPurchaseOrderList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoListWithHttpInfo
public ApiResponse<PaginatedPurchaseOrderList> orderPoListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer externalBuild, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable Integer supplier, @Nullable Integer supplierPart, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)externalBuild- External Build Order (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, supplier__name, start_date, target_date, complete_date, line_items, status, responsible, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- Part (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: description, project_code__code, reference, supplier__name, supplier_reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)supplier- (optional)supplierPart- Supplier Part (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)- Returns:
- ApiResponse<PaginatedPurchaseOrderList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoListAsync
public okhttp3.Call orderPoListAsync(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer externalBuild, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable Integer supplier, @Nullable Integer supplierPart, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore, ApiCallback<PaginatedPurchaseOrderList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)externalBuild- External Build Order (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, supplier__name, start_date, target_date, complete_date, line_items, status, responsible, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- Part (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: description, project_code__code, reference, supplier__name, supplier_reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)supplier- (optional)supplierPart- Supplier Part (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataPartialUpdateCall
public okhttp3.Call orderPoMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderPoMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataPartialUpdate
public Metadata orderPoMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderPoMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataPartialUpdateAsync
public okhttp3.Call orderPoMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataRetrieveCall
public okhttp3.Call orderPoMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderPoMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataRetrieveAsync
public okhttp3.Call orderPoMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataUpdateCall
public okhttp3.Call orderPoMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderPoMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataUpdate
public Metadata orderPoMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderPoMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoMetadataUpdateAsync
public okhttp3.Call orderPoMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoPartialUpdateCall
public okhttp3.Call orderPoPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedPurchaseOrder patchedPurchaseOrder, ApiCallback _callback) throws ApiException Build call for orderPoPartialUpdate- Parameters:
id- (required)patchedPurchaseOrder- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoPartialUpdate
public PurchaseOrder orderPoPartialUpdate(@Nonnull Integer id, @Nullable PatchedPurchaseOrder patchedPurchaseOrder) throws ApiException API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)patchedPurchaseOrder- (optional)- Returns:
- PurchaseOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoPartialUpdateWithHttpInfo
public ApiResponse<PurchaseOrder> orderPoPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedPurchaseOrder patchedPurchaseOrder) throws ApiException API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)patchedPurchaseOrder- (optional)- Returns:
- ApiResponse<PurchaseOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoPartialUpdateAsync
public okhttp3.Call orderPoPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedPurchaseOrder patchedPurchaseOrder, ApiCallback<PurchaseOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)patchedPurchaseOrder- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoReceiveCreateCall
public okhttp3.Call orderPoReceiveCreateCall(@Nonnull Integer id, @Nonnull PurchaseOrderReceive purchaseOrderReceive, ApiCallback _callback) throws ApiException Build call for orderPoReceiveCreate- Parameters:
id- (required)purchaseOrderReceive- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoReceiveCreate
public List<StockItem> orderPoReceiveCreate(@Nonnull Integer id, @Nonnull PurchaseOrderReceive purchaseOrderReceive) throws ApiException API endpoint to receive stock items against a PurchaseOrder. - The purchase order is specified in the URL. - Items to receive are specified as a list called \"items\" with the following options: - line_item: pk of the PO Line item - supplier_part: pk value of the supplier part - quantity: quantity to receive - status: stock item status - expiry_date: stock item expiry date (optional) - location: destination for stock item (optional) - batch_code: the batch code for this stock item - serial_numbers: serial numbers for this stock item - A global location must also be specified. This is used when no locations are specified for items, and no location is given in the PO line item- Parameters:
id- (required)purchaseOrderReceive- (required)- Returns:
- List<StockItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoReceiveCreateWithHttpInfo
public ApiResponse<List<StockItem>> orderPoReceiveCreateWithHttpInfo(@Nonnull Integer id, @Nonnull PurchaseOrderReceive purchaseOrderReceive) throws ApiException API endpoint to receive stock items against a PurchaseOrder. - The purchase order is specified in the URL. - Items to receive are specified as a list called \"items\" with the following options: - line_item: pk of the PO Line item - supplier_part: pk value of the supplier part - quantity: quantity to receive - status: stock item status - expiry_date: stock item expiry date (optional) - location: destination for stock item (optional) - batch_code: the batch code for this stock item - serial_numbers: serial numbers for this stock item - A global location must also be specified. This is used when no locations are specified for items, and no location is given in the PO line item- Parameters:
id- (required)purchaseOrderReceive- (required)- Returns:
- ApiResponse<List<StockItem>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoReceiveCreateAsync
public okhttp3.Call orderPoReceiveCreateAsync(@Nonnull Integer id, @Nonnull PurchaseOrderReceive purchaseOrderReceive, ApiCallback<List<StockItem>> _callback) throws ApiException (asynchronously) API endpoint to receive stock items against a PurchaseOrder. - The purchase order is specified in the URL. - Items to receive are specified as a list called \"items\" with the following options: - line_item: pk of the PO Line item - supplier_part: pk value of the supplier part - quantity: quantity to receive - status: stock item status - expiry_date: stock item expiry date (optional) - location: destination for stock item (optional) - batch_code: the batch code for this stock item - serial_numbers: serial numbers for this stock item - A global location must also be specified. This is used when no locations are specified for items, and no location is given in the PO line item- Parameters:
id- (required)purchaseOrderReceive- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderPoRetrieveCall
public okhttp3.Call orderPoRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderPoRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoRetrieve
API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)- Returns:
- PurchaseOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoRetrieveWithHttpInfo
public ApiResponse<PurchaseOrder> orderPoRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)- Returns:
- ApiResponse<PurchaseOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoRetrieveAsync
public okhttp3.Call orderPoRetrieveAsync(@Nonnull Integer id, ApiCallback<PurchaseOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoStatusRetrieveCall
Build call for orderPoStatusRetrieve- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderPoStatusRetrieve
Retrieve information about a specific status code- Returns:
- GenericStateClass
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderPoStatusRetrieveWithHttpInfo
Retrieve information about a specific status code- Returns:
- ApiResponse<GenericStateClass>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderPoStatusRetrieveAsync
public okhttp3.Call orderPoStatusRetrieveAsync(ApiCallback<GenericStateClass> _callback) throws ApiException (asynchronously) Retrieve information about a specific status code- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderPoUpdateCall
public okhttp3.Call orderPoUpdateCall(@Nonnull Integer id, @Nonnull PurchaseOrder purchaseOrder, ApiCallback _callback) throws ApiException Build call for orderPoUpdate- Parameters:
id- (required)purchaseOrder- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoUpdate
public PurchaseOrder orderPoUpdate(@Nonnull Integer id, @Nonnull PurchaseOrder purchaseOrder) throws ApiException API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)purchaseOrder- (required)- Returns:
- PurchaseOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoUpdateWithHttpInfo
public ApiResponse<PurchaseOrder> orderPoUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull PurchaseOrder purchaseOrder) throws ApiException API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)purchaseOrder- (required)- Returns:
- ApiResponse<PurchaseOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderPoUpdateAsync
public okhttp3.Call orderPoUpdateAsync(@Nonnull Integer id, @Nonnull PurchaseOrder purchaseOrder, ApiCallback<PurchaseOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a PurchaseOrder object.- Parameters:
id- (required)purchaseOrder- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoCancelCreateCall
public okhttp3.Call orderRoCancelCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoCancelCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCancelCreate
API endpoint to cancel a ReturnOrder.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCancelCreateWithHttpInfo
API endpoint to cancel a ReturnOrder.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCancelCreateAsync
public okhttp3.Call orderRoCancelCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to cancel a ReturnOrder.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCompleteCreateCall
public okhttp3.Call orderRoCompleteCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoCompleteCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCompleteCreate
API endpoint to complete a ReturnOrder.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCompleteCreateWithHttpInfo
API endpoint to complete a ReturnOrder.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCompleteCreateAsync
public okhttp3.Call orderRoCompleteCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to complete a ReturnOrder.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoCreateCall
public okhttp3.Call orderRoCreateCall(@Nonnull ReturnOrder returnOrder, ApiCallback _callback) throws ApiException Build call for orderRoCreate- Parameters:
returnOrder- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoCreate
API endpoint for accessing a list of ReturnOrder objects.- Parameters:
returnOrder- (required)- Returns:
- ReturnOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoCreateWithHttpInfo
public ApiResponse<ReturnOrder> orderRoCreateWithHttpInfo(@Nonnull ReturnOrder returnOrder) throws ApiException API endpoint for accessing a list of ReturnOrder objects.- Parameters:
returnOrder- (required)- Returns:
- ApiResponse<ReturnOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoCreateAsync
public okhttp3.Call orderRoCreateAsync(@Nonnull ReturnOrder returnOrder, ApiCallback<ReturnOrder> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of ReturnOrder objects.- Parameters:
returnOrder- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoDestroyCall
public okhttp3.Call orderRoDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoDestroy
API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoDestroyWithHttpInfo
API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoDestroyAsync
public okhttp3.Call orderRoDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoExtraLineCreateCall
public okhttp3.Call orderRoExtraLineCreateCall(@Nonnull ReturnOrderExtraLine returnOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineCreate- Parameters:
returnOrderExtraLine- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoExtraLineCreate
public ReturnOrderExtraLine orderRoExtraLineCreate(@Nonnull ReturnOrderExtraLine returnOrderExtraLine) throws ApiException API endpoint for accessing a list of ReturnOrderExtraLine objects.- Parameters:
returnOrderExtraLine- (required)- Returns:
- ReturnOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoExtraLineCreateWithHttpInfo
public ApiResponse<ReturnOrderExtraLine> orderRoExtraLineCreateWithHttpInfo(@Nonnull ReturnOrderExtraLine returnOrderExtraLine) throws ApiException API endpoint for accessing a list of ReturnOrderExtraLine objects.- Parameters:
returnOrderExtraLine- (required)- Returns:
- ApiResponse<ReturnOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoExtraLineCreateAsync
public okhttp3.Call orderRoExtraLineCreateAsync(@Nonnull ReturnOrderExtraLine returnOrderExtraLine, ApiCallback<ReturnOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of ReturnOrderExtraLine objects.- Parameters:
returnOrderExtraLine- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoExtraLineDestroyCall
public okhttp3.Call orderRoExtraLineDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoExtraLineDestroy
API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoExtraLineDestroyWithHttpInfo
public ApiResponse<Void> orderRoExtraLineDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoExtraLineDestroyAsync
public okhttp3.Call orderRoExtraLineDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoExtraLineListCall
public okhttp3.Call orderRoExtraLineListCall(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineList- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineList
public PaginatedReturnOrderExtraLineList orderRoExtraLineList(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)- Returns:
- PaginatedReturnOrderExtraLineList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineListWithHttpInfo
public ApiResponse<PaginatedReturnOrderExtraLineList> orderRoExtraLineListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)- Returns:
- ApiResponse<PaginatedReturnOrderExtraLineList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineListAsync
public okhttp3.Call orderRoExtraLineListAsync(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, ApiCallback<PaginatedReturnOrderExtraLineList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataPartialUpdateCall
public okhttp3.Call orderRoExtraLineMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataPartialUpdate
public Metadata orderRoExtraLineMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderRoExtraLineMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataPartialUpdateAsync
public okhttp3.Call orderRoExtraLineMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataRetrieveCall
public okhttp3.Call orderRoExtraLineMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderRoExtraLineMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataRetrieveAsync
public okhttp3.Call orderRoExtraLineMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataUpdateCall
public okhttp3.Call orderRoExtraLineMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataUpdate
public Metadata orderRoExtraLineMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderRoExtraLineMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineMetadataUpdateAsync
public okhttp3.Call orderRoExtraLineMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLinePartialUpdateCall
public okhttp3.Call orderRoExtraLinePartialUpdateCall(@Nonnull Integer id, @Nullable PatchedReturnOrderExtraLine patchedReturnOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderRoExtraLinePartialUpdate- Parameters:
id- (required)patchedReturnOrderExtraLine- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLinePartialUpdate
public ReturnOrderExtraLine orderRoExtraLinePartialUpdate(@Nonnull Integer id, @Nullable PatchedReturnOrderExtraLine patchedReturnOrderExtraLine) throws ApiException API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)patchedReturnOrderExtraLine- (optional)- Returns:
- ReturnOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLinePartialUpdateWithHttpInfo
public ApiResponse<ReturnOrderExtraLine> orderRoExtraLinePartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedReturnOrderExtraLine patchedReturnOrderExtraLine) throws ApiException API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)patchedReturnOrderExtraLine- (optional)- Returns:
- ApiResponse<ReturnOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLinePartialUpdateAsync
public okhttp3.Call orderRoExtraLinePartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedReturnOrderExtraLine patchedReturnOrderExtraLine, ApiCallback<ReturnOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)patchedReturnOrderExtraLine- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineRetrieveCall
public okhttp3.Call orderRoExtraLineRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineRetrieve
API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)- Returns:
- ReturnOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineRetrieveWithHttpInfo
public ApiResponse<ReturnOrderExtraLine> orderRoExtraLineRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)- Returns:
- ApiResponse<ReturnOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineRetrieveAsync
public okhttp3.Call orderRoExtraLineRetrieveAsync(@Nonnull Integer id, ApiCallback<ReturnOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineUpdateCall
public okhttp3.Call orderRoExtraLineUpdateCall(@Nonnull Integer id, @Nonnull ReturnOrderExtraLine returnOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderRoExtraLineUpdate- Parameters:
id- (required)returnOrderExtraLine- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineUpdate
public ReturnOrderExtraLine orderRoExtraLineUpdate(@Nonnull Integer id, @Nonnull ReturnOrderExtraLine returnOrderExtraLine) throws ApiException API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)returnOrderExtraLine- (required)- Returns:
- ReturnOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineUpdateWithHttpInfo
public ApiResponse<ReturnOrderExtraLine> orderRoExtraLineUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull ReturnOrderExtraLine returnOrderExtraLine) throws ApiException API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)returnOrderExtraLine- (required)- Returns:
- ApiResponse<ReturnOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoExtraLineUpdateAsync
public okhttp3.Call orderRoExtraLineUpdateAsync(@Nonnull Integer id, @Nonnull ReturnOrderExtraLine returnOrderExtraLine, ApiCallback<ReturnOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderExtraLine object.- Parameters:
id- (required)returnOrderExtraLine- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoHoldCreateCall
public okhttp3.Call orderRoHoldCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoHoldCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoHoldCreate
API endpoint to hold a ReturnOrder.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoHoldCreateWithHttpInfo
API endpoint to hold a ReturnOrder.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoHoldCreateAsync
public okhttp3.Call orderRoHoldCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to hold a ReturnOrder.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoIssueCreateCall
public okhttp3.Call orderRoIssueCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoIssueCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoIssueCreate
API endpoint to issue (place) a ReturnOrder.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoIssueCreateWithHttpInfo
API endpoint to issue (place) a ReturnOrder.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoIssueCreateAsync
public okhttp3.Call orderRoIssueCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to issue (place) a ReturnOrder.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderRoLineCreateCall
public okhttp3.Call orderRoLineCreateCall(@Nonnull ReturnOrderLineItem returnOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderRoLineCreate- Parameters:
returnOrderLineItem- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoLineCreate
public ReturnOrderLineItem orderRoLineCreate(@Nonnull ReturnOrderLineItem returnOrderLineItem) throws ApiException API endpoint for accessing a list of ReturnOrderLineItemList objects.- Parameters:
returnOrderLineItem- (required)- Returns:
- ReturnOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoLineCreateWithHttpInfo
public ApiResponse<ReturnOrderLineItem> orderRoLineCreateWithHttpInfo(@Nonnull ReturnOrderLineItem returnOrderLineItem) throws ApiException API endpoint for accessing a list of ReturnOrderLineItemList objects.- Parameters:
returnOrderLineItem- (required)- Returns:
- ApiResponse<ReturnOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoLineCreateAsync
public okhttp3.Call orderRoLineCreateAsync(@Nonnull ReturnOrderLineItem returnOrderLineItem, ApiCallback<ReturnOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of ReturnOrderLineItemList objects.- Parameters:
returnOrderLineItem- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoLineDestroyCall
public okhttp3.Call orderRoLineDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoLineDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoLineDestroy
API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoLineDestroyWithHttpInfo
API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoLineDestroyAsync
public okhttp3.Call orderRoLineDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderRoLineListCall
public okhttp3.Call orderRoLineListCall(@Nonnull Integer limit, @Nullable Boolean hasPricing, @Nullable Integer item, @Nullable Integer offset, @Nullable Integer order, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer outcome, @Nullable Boolean received, @Nullable String search, ApiCallback _callback) throws ApiException Build call for orderRoLineList- Parameters:
limit- Number of results to return per page. (required)hasPricing- Has Pricing (optional)item- (optional)offset- The initial index from which to return the results. (optional)order- (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: reference, target_date, received_date. (optional)outcome- outcome (optional)received- received (optional)search- A search term. Searched fields: item__part__description, item__part__name, item__serial, reference. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineList
public PaginatedReturnOrderLineItemList orderRoLineList(@Nonnull Integer limit, @Nullable Boolean hasPricing, @Nullable Integer item, @Nullable Integer offset, @Nullable Integer order, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer outcome, @Nullable Boolean received, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)hasPricing- Has Pricing (optional)item- (optional)offset- The initial index from which to return the results. (optional)order- (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: reference, target_date, received_date. (optional)outcome- outcome (optional)received- received (optional)search- A search term. Searched fields: item__part__description, item__part__name, item__serial, reference. (optional)- Returns:
- PaginatedReturnOrderLineItemList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineListWithHttpInfo
public ApiResponse<PaginatedReturnOrderLineItemList> orderRoLineListWithHttpInfo(@Nonnull Integer limit, @Nullable Boolean hasPricing, @Nullable Integer item, @Nullable Integer offset, @Nullable Integer order, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer outcome, @Nullable Boolean received, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)hasPricing- Has Pricing (optional)item- (optional)offset- The initial index from which to return the results. (optional)order- (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: reference, target_date, received_date. (optional)outcome- outcome (optional)received- received (optional)search- A search term. Searched fields: item__part__description, item__part__name, item__serial, reference. (optional)- Returns:
- ApiResponse<PaginatedReturnOrderLineItemList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineListAsync
public okhttp3.Call orderRoLineListAsync(@Nonnull Integer limit, @Nullable Boolean hasPricing, @Nullable Integer item, @Nullable Integer offset, @Nullable Integer order, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer outcome, @Nullable Boolean received, @Nullable String search, ApiCallback<PaginatedReturnOrderLineItemList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)hasPricing- Has Pricing (optional)item- (optional)offset- The initial index from which to return the results. (optional)order- (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: reference, target_date, received_date. (optional)outcome- outcome (optional)received- received (optional)search- A search term. Searched fields: item__part__description, item__part__name, item__serial, reference. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataPartialUpdateCall
public okhttp3.Call orderRoLineMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderRoLineMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataPartialUpdate
public Metadata orderRoLineMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderRoLineMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataPartialUpdateAsync
public okhttp3.Call orderRoLineMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataRetrieveCall
public okhttp3.Call orderRoLineMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoLineMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderRoLineMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataRetrieveAsync
public okhttp3.Call orderRoLineMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataUpdateCall
public okhttp3.Call orderRoLineMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderRoLineMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataUpdate
public Metadata orderRoLineMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderRoLineMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineMetadataUpdateAsync
public okhttp3.Call orderRoLineMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLinePartialUpdateCall
public okhttp3.Call orderRoLinePartialUpdateCall(@Nonnull Integer id, @Nullable PatchedReturnOrderLineItem patchedReturnOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderRoLinePartialUpdate- Parameters:
id- (required)patchedReturnOrderLineItem- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLinePartialUpdate
public ReturnOrderLineItem orderRoLinePartialUpdate(@Nonnull Integer id, @Nullable PatchedReturnOrderLineItem patchedReturnOrderLineItem) throws ApiException API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)patchedReturnOrderLineItem- (optional)- Returns:
- ReturnOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLinePartialUpdateWithHttpInfo
public ApiResponse<ReturnOrderLineItem> orderRoLinePartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedReturnOrderLineItem patchedReturnOrderLineItem) throws ApiException API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)patchedReturnOrderLineItem- (optional)- Returns:
- ApiResponse<ReturnOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLinePartialUpdateAsync
public okhttp3.Call orderRoLinePartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedReturnOrderLineItem patchedReturnOrderLineItem, ApiCallback<ReturnOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)patchedReturnOrderLineItem- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineRetrieveCall
public okhttp3.Call orderRoLineRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoLineRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineRetrieve
API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)- Returns:
- ReturnOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineRetrieveWithHttpInfo
public ApiResponse<ReturnOrderLineItem> orderRoLineRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)- Returns:
- ApiResponse<ReturnOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineRetrieveAsync
public okhttp3.Call orderRoLineRetrieveAsync(@Nonnull Integer id, ApiCallback<ReturnOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineStatusRetrieveCall
Build call for orderRoLineStatusRetrieve- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoLineStatusRetrieve
Retrieve information about a specific status code- Returns:
- GenericStateClass
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoLineStatusRetrieveWithHttpInfo
Retrieve information about a specific status code- Returns:
- ApiResponse<GenericStateClass>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoLineStatusRetrieveAsync
public okhttp3.Call orderRoLineStatusRetrieveAsync(ApiCallback<GenericStateClass> _callback) throws ApiException (asynchronously) Retrieve information about a specific status code- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoLineUpdateCall
public okhttp3.Call orderRoLineUpdateCall(@Nonnull Integer id, @Nonnull ReturnOrderLineItem returnOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderRoLineUpdate- Parameters:
id- (required)returnOrderLineItem- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineUpdate
public ReturnOrderLineItem orderRoLineUpdate(@Nonnull Integer id, @Nonnull ReturnOrderLineItem returnOrderLineItem) throws ApiException API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)returnOrderLineItem- (required)- Returns:
- ReturnOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineUpdateWithHttpInfo
public ApiResponse<ReturnOrderLineItem> orderRoLineUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull ReturnOrderLineItem returnOrderLineItem) throws ApiException API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)returnOrderLineItem- (required)- Returns:
- ApiResponse<ReturnOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoLineUpdateAsync
public okhttp3.Call orderRoLineUpdateAsync(@Nonnull Integer id, @Nonnull ReturnOrderLineItem returnOrderLineItem, ApiCallback<ReturnOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for detail view of a ReturnOrderLineItem object.- Parameters:
id- (required)returnOrderLineItem- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoListCall
public okhttp3.Call orderRoListCall(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore, ApiCallback _callback) throws ApiException Build call for orderRoList- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, line_items, status, start_date, target_date, complete_date, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoList
public PaginatedReturnOrderList orderRoList(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, line_items, status, start_date, target_date, complete_date, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)- Returns:
- PaginatedReturnOrderList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoListWithHttpInfo
public ApiResponse<PaginatedReturnOrderList> orderRoListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, line_items, status, start_date, target_date, complete_date, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)- Returns:
- ApiResponse<PaginatedReturnOrderList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoListAsync
public okhttp3.Call orderRoListAsync(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore, ApiCallback<PaginatedReturnOrderList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, line_items, status, start_date, target_date, complete_date, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataPartialUpdateCall
public okhttp3.Call orderRoMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderRoMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataPartialUpdate
public Metadata orderRoMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderRoMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataPartialUpdateAsync
public okhttp3.Call orderRoMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataRetrieveCall
public okhttp3.Call orderRoMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderRoMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataRetrieveAsync
public okhttp3.Call orderRoMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataUpdateCall
public okhttp3.Call orderRoMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderRoMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataUpdate
public Metadata orderRoMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderRoMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoMetadataUpdateAsync
public okhttp3.Call orderRoMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoPartialUpdateCall
public okhttp3.Call orderRoPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedReturnOrder patchedReturnOrder, ApiCallback _callback) throws ApiException Build call for orderRoPartialUpdate- Parameters:
id- (required)patchedReturnOrder- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoPartialUpdate
public ReturnOrder orderRoPartialUpdate(@Nonnull Integer id, @Nullable PatchedReturnOrder patchedReturnOrder) throws ApiException API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)patchedReturnOrder- (optional)- Returns:
- ReturnOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoPartialUpdateWithHttpInfo
public ApiResponse<ReturnOrder> orderRoPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedReturnOrder patchedReturnOrder) throws ApiException API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)patchedReturnOrder- (optional)- Returns:
- ApiResponse<ReturnOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoPartialUpdateAsync
public okhttp3.Call orderRoPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedReturnOrder patchedReturnOrder, ApiCallback<ReturnOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)patchedReturnOrder- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoReceiveCreateCall
public okhttp3.Call orderRoReceiveCreateCall(@Nonnull Integer id, @Nonnull ReturnOrderReceive returnOrderReceive, ApiCallback _callback) throws ApiException Build call for orderRoReceiveCreate- Parameters:
id- (required)returnOrderReceive- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoReceiveCreate
public ReturnOrderReceive orderRoReceiveCreate(@Nonnull Integer id, @Nonnull ReturnOrderReceive returnOrderReceive) throws ApiException API endpoint to receive items against a ReturnOrder.- Parameters:
id- (required)returnOrderReceive- (required)- Returns:
- ReturnOrderReceive
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoReceiveCreateWithHttpInfo
public ApiResponse<ReturnOrderReceive> orderRoReceiveCreateWithHttpInfo(@Nonnull Integer id, @Nonnull ReturnOrderReceive returnOrderReceive) throws ApiException API endpoint to receive items against a ReturnOrder.- Parameters:
id- (required)returnOrderReceive- (required)- Returns:
- ApiResponse<ReturnOrderReceive>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoReceiveCreateAsync
public okhttp3.Call orderRoReceiveCreateAsync(@Nonnull Integer id, @Nonnull ReturnOrderReceive returnOrderReceive, ApiCallback<ReturnOrderReceive> _callback) throws ApiException (asynchronously) API endpoint to receive items against a ReturnOrder.- Parameters:
id- (required)returnOrderReceive- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderRoRetrieveCall
public okhttp3.Call orderRoRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderRoRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoRetrieve
API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)- Returns:
- ReturnOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoRetrieveWithHttpInfo
public ApiResponse<ReturnOrder> orderRoRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)- Returns:
- ApiResponse<ReturnOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoRetrieveAsync
public okhttp3.Call orderRoRetrieveAsync(@Nonnull Integer id, ApiCallback<ReturnOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoStatusRetrieveCall
Build call for orderRoStatusRetrieve- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoStatusRetrieve
Retrieve information about a specific status code- Returns:
- GenericStateClass
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoStatusRetrieveWithHttpInfo
Retrieve information about a specific status code- Returns:
- ApiResponse<GenericStateClass>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoStatusRetrieveAsync
public okhttp3.Call orderRoStatusRetrieveAsync(ApiCallback<GenericStateClass> _callback) throws ApiException (asynchronously) Retrieve information about a specific status code- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderRoUpdateCall
public okhttp3.Call orderRoUpdateCall(@Nonnull Integer id, @Nonnull ReturnOrder returnOrder, ApiCallback _callback) throws ApiException Build call for orderRoUpdate- Parameters:
id- (required)returnOrder- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoUpdate
public ReturnOrder orderRoUpdate(@Nonnull Integer id, @Nonnull ReturnOrder returnOrder) throws ApiException API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)returnOrder- (required)- Returns:
- ReturnOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoUpdateWithHttpInfo
public ApiResponse<ReturnOrder> orderRoUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull ReturnOrder returnOrder) throws ApiException API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)returnOrder- (required)- Returns:
- ApiResponse<ReturnOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderRoUpdateAsync
public okhttp3.Call orderRoUpdateAsync(@Nonnull Integer id, @Nonnull ReturnOrder returnOrder, ApiCallback<ReturnOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a single ReturnOrder object.- Parameters:
id- (required)returnOrder- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocateCreateCall
public okhttp3.Call orderSoAllocateCreateCall(@Nonnull Integer id, @Nonnull SalesOrderShipmentAllocation salesOrderShipmentAllocation, ApiCallback _callback) throws ApiException Build call for orderSoAllocateCreate- Parameters:
id- (required)salesOrderShipmentAllocation- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocateCreate
public SalesOrderShipmentAllocation orderSoAllocateCreate(@Nonnull Integer id, @Nonnull SalesOrderShipmentAllocation salesOrderShipmentAllocation) throws ApiException API endpoint to allocate stock items against a SalesOrder. - The SalesOrder is specified in the URL - See the SalesOrderShipmentAllocationSerializer class- Parameters:
id- (required)salesOrderShipmentAllocation- (required)- Returns:
- SalesOrderShipmentAllocation
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocateCreateWithHttpInfo
public ApiResponse<SalesOrderShipmentAllocation> orderSoAllocateCreateWithHttpInfo(@Nonnull Integer id, @Nonnull SalesOrderShipmentAllocation salesOrderShipmentAllocation) throws ApiException API endpoint to allocate stock items against a SalesOrder. - The SalesOrder is specified in the URL - See the SalesOrderShipmentAllocationSerializer class- Parameters:
id- (required)salesOrderShipmentAllocation- (required)- Returns:
- ApiResponse<SalesOrderShipmentAllocation>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocateCreateAsync
public okhttp3.Call orderSoAllocateCreateAsync(@Nonnull Integer id, @Nonnull SalesOrderShipmentAllocation salesOrderShipmentAllocation, ApiCallback<SalesOrderShipmentAllocation> _callback) throws ApiException (asynchronously) API endpoint to allocate stock items against a SalesOrder. - The SalesOrder is specified in the URL - See the SalesOrderShipmentAllocationSerializer class- Parameters:
id- (required)salesOrderShipmentAllocation- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocateSerialsCreateCall
public okhttp3.Call orderSoAllocateSerialsCreateCall(@Nonnull Integer id, @Nonnull SalesOrderSerialAllocation salesOrderSerialAllocation, ApiCallback _callback) throws ApiException Build call for orderSoAllocateSerialsCreate- Parameters:
id- (required)salesOrderSerialAllocation- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocateSerialsCreate
public SalesOrderSerialAllocation orderSoAllocateSerialsCreate(@Nonnull Integer id, @Nonnull SalesOrderSerialAllocation salesOrderSerialAllocation) throws ApiException API endpoint to allocation stock items against a SalesOrder, by specifying serial numbers.- Parameters:
id- (required)salesOrderSerialAllocation- (required)- Returns:
- SalesOrderSerialAllocation
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocateSerialsCreateWithHttpInfo
public ApiResponse<SalesOrderSerialAllocation> orderSoAllocateSerialsCreateWithHttpInfo(@Nonnull Integer id, @Nonnull SalesOrderSerialAllocation salesOrderSerialAllocation) throws ApiException API endpoint to allocation stock items against a SalesOrder, by specifying serial numbers.- Parameters:
id- (required)salesOrderSerialAllocation- (required)- Returns:
- ApiResponse<SalesOrderSerialAllocation>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocateSerialsCreateAsync
public okhttp3.Call orderSoAllocateSerialsCreateAsync(@Nonnull Integer id, @Nonnull SalesOrderSerialAllocation salesOrderSerialAllocation, ApiCallback<SalesOrderSerialAllocation> _callback) throws ApiException (asynchronously) API endpoint to allocation stock items against a SalesOrder, by specifying serial numbers.- Parameters:
id- (required)salesOrderSerialAllocation- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoAllocationBulkPartialUpdateCall
public okhttp3.Call orderSoAllocationBulkPartialUpdateCall(@Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback _callback) throws ApiException Build call for orderSoAllocationBulkPartialUpdate- Parameters:
patchedSalesOrderAllocation- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationBulkPartialUpdate
public SalesOrderAllocation orderSoAllocationBulkPartialUpdate(@Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation) throws ApiException Perform a PATCH operation against this list endpoint. Note that the typical DRF list endpoint does not support PATCH, so this method is provided as a custom implementation.- Parameters:
patchedSalesOrderAllocation- (optional)- Returns:
- SalesOrderAllocation
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationBulkPartialUpdateWithHttpInfo
public ApiResponse<SalesOrderAllocation> orderSoAllocationBulkPartialUpdateWithHttpInfo(@Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation) throws ApiException Perform a PATCH operation against this list endpoint. Note that the typical DRF list endpoint does not support PATCH, so this method is provided as a custom implementation.- Parameters:
patchedSalesOrderAllocation- (optional)- Returns:
- ApiResponse<SalesOrderAllocation>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationBulkPartialUpdateAsync
public okhttp3.Call orderSoAllocationBulkPartialUpdateAsync(@Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) throws ApiException (asynchronously) Perform a PATCH operation against this list endpoint. Note that the typical DRF list endpoint does not support PATCH, so this method is provided as a custom implementation.- Parameters:
patchedSalesOrderAllocation- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationBulkUpdateCall
public okhttp3.Call orderSoAllocationBulkUpdateCall(@Nonnull SalesOrderAllocation salesOrderAllocation, ApiCallback _callback) throws ApiException Build call for orderSoAllocationBulkUpdate- Parameters:
salesOrderAllocation- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationBulkUpdate
public SalesOrderAllocation orderSoAllocationBulkUpdate(@Nonnull SalesOrderAllocation salesOrderAllocation) throws ApiException Perform a PUT operation against this list endpoint. Simply redirects to the PATCH method.- Parameters:
salesOrderAllocation- (required)- Returns:
- SalesOrderAllocation
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationBulkUpdateWithHttpInfo
public ApiResponse<SalesOrderAllocation> orderSoAllocationBulkUpdateWithHttpInfo(@Nonnull SalesOrderAllocation salesOrderAllocation) throws ApiException Perform a PUT operation against this list endpoint. Simply redirects to the PATCH method.- Parameters:
salesOrderAllocation- (required)- Returns:
- ApiResponse<SalesOrderAllocation>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationBulkUpdateAsync
public okhttp3.Call orderSoAllocationBulkUpdateAsync(@Nonnull SalesOrderAllocation salesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) throws ApiException (asynchronously) Perform a PUT operation against this list endpoint. Simply redirects to the PATCH method.- Parameters:
salesOrderAllocation- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationDestroyCall
public okhttp3.Call orderSoAllocationDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoAllocationDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoAllocationDestroy
API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoAllocationDestroyWithHttpInfo
public ApiResponse<Void> orderSoAllocationDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoAllocationDestroyAsync
public okhttp3.Call orderSoAllocationDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoAllocationListCall
public okhttp3.Call orderSoAllocationListCall(@Nonnull Integer limit, @Nullable Boolean assignedToShipment, @Nullable Boolean includeVariants, @Nullable Integer item, @Nullable Integer line, @Nullable Integer location, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Integer part, @Nullable String search, @Nullable Integer shipment, ApiCallback _callback) throws ApiException Build call for orderSoAllocationList- Parameters:
limit- Number of results to return per page. (required)assignedToShipment- Has Shipment (optional)includeVariants- Include Variants (optional)item- (optional)line- (optional)location- Location (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, part, serial, IPN, batch, location, order, shipment_date. (optional)outstanding- Outstanding (optional)part- Part (optional)search- A search term. Searched fields: item__batch, item__part__IPN, item__part__name, item__serial. (optional)shipment- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationList
public PaginatedSalesOrderAllocationList orderSoAllocationList(@Nonnull Integer limit, @Nullable Boolean assignedToShipment, @Nullable Boolean includeVariants, @Nullable Integer item, @Nullable Integer line, @Nullable Integer location, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Integer part, @Nullable String search, @Nullable Integer shipment) throws ApiException API endpoint for listing SalesOrderAllocation objects.- Parameters:
limit- Number of results to return per page. (required)assignedToShipment- Has Shipment (optional)includeVariants- Include Variants (optional)item- (optional)line- (optional)location- Location (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, part, serial, IPN, batch, location, order, shipment_date. (optional)outstanding- Outstanding (optional)part- Part (optional)search- A search term. Searched fields: item__batch, item__part__IPN, item__part__name, item__serial. (optional)shipment- (optional)- Returns:
- PaginatedSalesOrderAllocationList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationListWithHttpInfo
public ApiResponse<PaginatedSalesOrderAllocationList> orderSoAllocationListWithHttpInfo(@Nonnull Integer limit, @Nullable Boolean assignedToShipment, @Nullable Boolean includeVariants, @Nullable Integer item, @Nullable Integer line, @Nullable Integer location, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Integer part, @Nullable String search, @Nullable Integer shipment) throws ApiException API endpoint for listing SalesOrderAllocation objects.- Parameters:
limit- Number of results to return per page. (required)assignedToShipment- Has Shipment (optional)includeVariants- Include Variants (optional)item- (optional)line- (optional)location- Location (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, part, serial, IPN, batch, location, order, shipment_date. (optional)outstanding- Outstanding (optional)part- Part (optional)search- A search term. Searched fields: item__batch, item__part__IPN, item__part__name, item__serial. (optional)shipment- (optional)- Returns:
- ApiResponse<PaginatedSalesOrderAllocationList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationListAsync
public okhttp3.Call orderSoAllocationListAsync(@Nonnull Integer limit, @Nullable Boolean assignedToShipment, @Nullable Boolean includeVariants, @Nullable Integer item, @Nullable Integer line, @Nullable Integer location, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Integer part, @Nullable String search, @Nullable Integer shipment, ApiCallback<PaginatedSalesOrderAllocationList> _callback) throws ApiException (asynchronously) API endpoint for listing SalesOrderAllocation objects.- Parameters:
limit- Number of results to return per page. (required)assignedToShipment- Has Shipment (optional)includeVariants- Include Variants (optional)item- (optional)line- (optional)location- Location (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, part, serial, IPN, batch, location, order, shipment_date. (optional)outstanding- Outstanding (optional)part- Part (optional)search- A search term. Searched fields: item__batch, item__part__IPN, item__part__name, item__serial. (optional)shipment- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationPartialUpdateCall
public okhttp3.Call orderSoAllocationPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback _callback) throws ApiException Build call for orderSoAllocationPartialUpdate- Parameters:
id- (required)patchedSalesOrderAllocation- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationPartialUpdate
public SalesOrderAllocation orderSoAllocationPartialUpdate(@Nonnull Integer id, @Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation) throws ApiException API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)patchedSalesOrderAllocation- (optional)- Returns:
- SalesOrderAllocation
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationPartialUpdateWithHttpInfo
public ApiResponse<SalesOrderAllocation> orderSoAllocationPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation) throws ApiException API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)patchedSalesOrderAllocation- (optional)- Returns:
- ApiResponse<SalesOrderAllocation>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationPartialUpdateAsync
public okhttp3.Call orderSoAllocationPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedSalesOrderAllocation patchedSalesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) throws ApiException (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)patchedSalesOrderAllocation- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationRetrieveCall
public okhttp3.Call orderSoAllocationRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoAllocationRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationRetrieve
API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)- Returns:
- SalesOrderAllocation
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationRetrieveWithHttpInfo
public ApiResponse<SalesOrderAllocation> orderSoAllocationRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)- Returns:
- ApiResponse<SalesOrderAllocation>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationRetrieveAsync
public okhttp3.Call orderSoAllocationRetrieveAsync(@Nonnull Integer id, ApiCallback<SalesOrderAllocation> _callback) throws ApiException (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationUpdateCall
public okhttp3.Call orderSoAllocationUpdateCall(@Nonnull Integer id, @Nonnull SalesOrderAllocation salesOrderAllocation, ApiCallback _callback) throws ApiException Build call for orderSoAllocationUpdate- Parameters:
id- (required)salesOrderAllocation- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationUpdate
public SalesOrderAllocation orderSoAllocationUpdate(@Nonnull Integer id, @Nonnull SalesOrderAllocation salesOrderAllocation) throws ApiException API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)salesOrderAllocation- (required)- Returns:
- SalesOrderAllocation
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationUpdateWithHttpInfo
public ApiResponse<SalesOrderAllocation> orderSoAllocationUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull SalesOrderAllocation salesOrderAllocation) throws ApiException API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)salesOrderAllocation- (required)- Returns:
- ApiResponse<SalesOrderAllocation>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoAllocationUpdateAsync
public okhttp3.Call orderSoAllocationUpdateAsync(@Nonnull Integer id, @Nonnull SalesOrderAllocation salesOrderAllocation, ApiCallback<SalesOrderAllocation> _callback) throws ApiException (asynchronously) API endpoint for detali view of a SalesOrderAllocation object.- Parameters:
id- (required)salesOrderAllocation- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoCancelCreateCall
public okhttp3.Call orderSoCancelCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoCancelCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoCancelCreate
API endpoint to cancel a SalesOrder.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoCancelCreateWithHttpInfo
API endpoint to cancel a SalesOrder.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoCancelCreateAsync
public okhttp3.Call orderSoCancelCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to cancel a SalesOrder.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoCompleteCreateCall
public okhttp3.Call orderSoCompleteCreateCall(@Nonnull Integer id, @Nullable SalesOrderComplete salesOrderComplete, ApiCallback _callback) throws ApiException Build call for orderSoCompleteCreate- Parameters:
id- (required)salesOrderComplete- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoCompleteCreate
public SalesOrderComplete orderSoCompleteCreate(@Nonnull Integer id, @Nullable SalesOrderComplete salesOrderComplete) throws ApiException API endpoint for manually marking a SalesOrder as \"complete\".- Parameters:
id- (required)salesOrderComplete- (optional)- Returns:
- SalesOrderComplete
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoCompleteCreateWithHttpInfo
public ApiResponse<SalesOrderComplete> orderSoCompleteCreateWithHttpInfo(@Nonnull Integer id, @Nullable SalesOrderComplete salesOrderComplete) throws ApiException API endpoint for manually marking a SalesOrder as \"complete\".- Parameters:
id- (required)salesOrderComplete- (optional)- Returns:
- ApiResponse<SalesOrderComplete>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoCompleteCreateAsync
public okhttp3.Call orderSoCompleteCreateAsync(@Nonnull Integer id, @Nullable SalesOrderComplete salesOrderComplete, ApiCallback<SalesOrderComplete> _callback) throws ApiException (asynchronously) API endpoint for manually marking a SalesOrder as \"complete\".- Parameters:
id- (required)salesOrderComplete- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoCreateCall
public okhttp3.Call orderSoCreateCall(@Nonnull SalesOrder salesOrder, ApiCallback _callback) throws ApiException Build call for orderSoCreate- Parameters:
salesOrder- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoCreate
API endpoint for accessing a list of SalesOrder objects. - GET: Return list of SalesOrder objects (with filters) - POST: Create a new SalesOrder- Parameters:
salesOrder- (required)- Returns:
- SalesOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoCreateWithHttpInfo
public ApiResponse<SalesOrder> orderSoCreateWithHttpInfo(@Nonnull SalesOrder salesOrder) throws ApiException API endpoint for accessing a list of SalesOrder objects. - GET: Return list of SalesOrder objects (with filters) - POST: Create a new SalesOrder- Parameters:
salesOrder- (required)- Returns:
- ApiResponse<SalesOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoCreateAsync
public okhttp3.Call orderSoCreateAsync(@Nonnull SalesOrder salesOrder, ApiCallback<SalesOrder> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of SalesOrder objects. - GET: Return list of SalesOrder objects (with filters) - POST: Create a new SalesOrder- Parameters:
salesOrder- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoDestroyCall
public okhttp3.Call orderSoDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoDestroy
API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoDestroyWithHttpInfo
API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoDestroyAsync
public okhttp3.Call orderSoDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoExtraLineCreateCall
public okhttp3.Call orderSoExtraLineCreateCall(@Nonnull SalesOrderExtraLine salesOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineCreate- Parameters:
salesOrderExtraLine- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoExtraLineCreate
public SalesOrderExtraLine orderSoExtraLineCreate(@Nonnull SalesOrderExtraLine salesOrderExtraLine) throws ApiException API endpoint for accessing a list of SalesOrderExtraLine objects.- Parameters:
salesOrderExtraLine- (required)- Returns:
- SalesOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoExtraLineCreateWithHttpInfo
public ApiResponse<SalesOrderExtraLine> orderSoExtraLineCreateWithHttpInfo(@Nonnull SalesOrderExtraLine salesOrderExtraLine) throws ApiException API endpoint for accessing a list of SalesOrderExtraLine objects.- Parameters:
salesOrderExtraLine- (required)- Returns:
- ApiResponse<SalesOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoExtraLineCreateAsync
public okhttp3.Call orderSoExtraLineCreateAsync(@Nonnull SalesOrderExtraLine salesOrderExtraLine, ApiCallback<SalesOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of SalesOrderExtraLine objects.- Parameters:
salesOrderExtraLine- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoExtraLineDestroyCall
public okhttp3.Call orderSoExtraLineDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoExtraLineDestroy
API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoExtraLineDestroyWithHttpInfo
public ApiResponse<Void> orderSoExtraLineDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoExtraLineDestroyAsync
public okhttp3.Call orderSoExtraLineDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoExtraLineListCall
public okhttp3.Call orderSoExtraLineListCall(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineList- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineList
public PaginatedSalesOrderExtraLineList orderSoExtraLineList(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)- Returns:
- PaginatedSalesOrderExtraLineList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineListWithHttpInfo
public ApiResponse<PaginatedSalesOrderExtraLineList> orderSoExtraLineListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)- Returns:
- ApiResponse<PaginatedSalesOrderExtraLineList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineListAsync
public okhttp3.Call orderSoExtraLineListAsync(@Nonnull Integer limit, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, ApiCallback<PaginatedSalesOrderExtraLineList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: quantity, notes, reference. (optional)search- A search term. Searched fields: description, notes, quantity, reference. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataPartialUpdateCall
public okhttp3.Call orderSoExtraLineMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataPartialUpdate
public Metadata orderSoExtraLineMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoExtraLineMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataPartialUpdateAsync
public okhttp3.Call orderSoExtraLineMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataRetrieveCall
public okhttp3.Call orderSoExtraLineMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderSoExtraLineMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataRetrieveAsync
public okhttp3.Call orderSoExtraLineMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataUpdateCall
public okhttp3.Call orderSoExtraLineMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataUpdate
public Metadata orderSoExtraLineMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoExtraLineMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineMetadataUpdateAsync
public okhttp3.Call orderSoExtraLineMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLinePartialUpdateCall
public okhttp3.Call orderSoExtraLinePartialUpdateCall(@Nonnull Integer id, @Nullable PatchedSalesOrderExtraLine patchedSalesOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderSoExtraLinePartialUpdate- Parameters:
id- (required)patchedSalesOrderExtraLine- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLinePartialUpdate
public SalesOrderExtraLine orderSoExtraLinePartialUpdate(@Nonnull Integer id, @Nullable PatchedSalesOrderExtraLine patchedSalesOrderExtraLine) throws ApiException API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)patchedSalesOrderExtraLine- (optional)- Returns:
- SalesOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLinePartialUpdateWithHttpInfo
public ApiResponse<SalesOrderExtraLine> orderSoExtraLinePartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedSalesOrderExtraLine patchedSalesOrderExtraLine) throws ApiException API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)patchedSalesOrderExtraLine- (optional)- Returns:
- ApiResponse<SalesOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLinePartialUpdateAsync
public okhttp3.Call orderSoExtraLinePartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedSalesOrderExtraLine patchedSalesOrderExtraLine, ApiCallback<SalesOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)patchedSalesOrderExtraLine- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineRetrieveCall
public okhttp3.Call orderSoExtraLineRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineRetrieve
API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)- Returns:
- SalesOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineRetrieveWithHttpInfo
public ApiResponse<SalesOrderExtraLine> orderSoExtraLineRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)- Returns:
- ApiResponse<SalesOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineRetrieveAsync
public okhttp3.Call orderSoExtraLineRetrieveAsync(@Nonnull Integer id, ApiCallback<SalesOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineUpdateCall
public okhttp3.Call orderSoExtraLineUpdateCall(@Nonnull Integer id, @Nonnull SalesOrderExtraLine salesOrderExtraLine, ApiCallback _callback) throws ApiException Build call for orderSoExtraLineUpdate- Parameters:
id- (required)salesOrderExtraLine- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineUpdate
public SalesOrderExtraLine orderSoExtraLineUpdate(@Nonnull Integer id, @Nonnull SalesOrderExtraLine salesOrderExtraLine) throws ApiException API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)salesOrderExtraLine- (required)- Returns:
- SalesOrderExtraLine
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineUpdateWithHttpInfo
public ApiResponse<SalesOrderExtraLine> orderSoExtraLineUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull SalesOrderExtraLine salesOrderExtraLine) throws ApiException API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)salesOrderExtraLine- (required)- Returns:
- ApiResponse<SalesOrderExtraLine>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoExtraLineUpdateAsync
public okhttp3.Call orderSoExtraLineUpdateAsync(@Nonnull Integer id, @Nonnull SalesOrderExtraLine salesOrderExtraLine, ApiCallback<SalesOrderExtraLine> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderExtraLine object.- Parameters:
id- (required)salesOrderExtraLine- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoHoldCreateCall
public okhttp3.Call orderSoHoldCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoHoldCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoHoldCreate
API endpoint to place a SalesOrder on hold.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoHoldCreateWithHttpInfo
API endpoint to place a SalesOrder on hold.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoHoldCreateAsync
public okhttp3.Call orderSoHoldCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to place a SalesOrder on hold.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoIssueCreateCall
public okhttp3.Call orderSoIssueCreateCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoIssueCreate- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoIssueCreate
API endpoint to issue a SalesOrder.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoIssueCreateWithHttpInfo
API endpoint to issue a SalesOrder.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoIssueCreateAsync
public okhttp3.Call orderSoIssueCreateAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint to issue a SalesOrder.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 No response body -
-
orderSoLineCreateCall
public okhttp3.Call orderSoLineCreateCall(@Nonnull SalesOrderLineItem salesOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderSoLineCreate- Parameters:
salesOrderLineItem- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoLineCreate
public SalesOrderLineItem orderSoLineCreate(@Nonnull SalesOrderLineItem salesOrderLineItem) throws ApiException API endpoint for accessing a list of SalesOrderLineItem objects.- Parameters:
salesOrderLineItem- (required)- Returns:
- SalesOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoLineCreateWithHttpInfo
public ApiResponse<SalesOrderLineItem> orderSoLineCreateWithHttpInfo(@Nonnull SalesOrderLineItem salesOrderLineItem) throws ApiException API endpoint for accessing a list of SalesOrderLineItem objects.- Parameters:
salesOrderLineItem- (required)- Returns:
- ApiResponse<SalesOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoLineCreateAsync
public okhttp3.Call orderSoLineCreateAsync(@Nonnull SalesOrderLineItem salesOrderLineItem, ApiCallback<SalesOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for accessing a list of SalesOrderLineItem objects.- Parameters:
salesOrderLineItem- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoLineDestroyCall
public okhttp3.Call orderSoLineDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoLineDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoLineDestroy
API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoLineDestroyWithHttpInfo
API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoLineDestroyAsync
public okhttp3.Call orderSoLineDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoLineListCall
public okhttp3.Call orderSoLineListCall(@Nonnull Integer limit, @Nullable Boolean allocated, @Nullable Boolean completed, @Nullable Boolean hasPricing, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Boolean orderOutstanding, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable String search, ApiCallback _callback) throws ApiException Build call for orderSoLineList- Parameters:
limit- Number of results to return per page. (required)allocated- Allocated (optional)completed- Completed (optional)hasPricing- Has Pricing (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderOutstanding- Order Outstanding (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: customer, order, part, part__name, quantity, allocated, shipped, reference, sale_price, target_date. (optional)part- (optional)search- A search term. Searched fields: part__name, quantity, reference. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineList
public PaginatedSalesOrderLineItemList orderSoLineList(@Nonnull Integer limit, @Nullable Boolean allocated, @Nullable Boolean completed, @Nullable Boolean hasPricing, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Boolean orderOutstanding, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)allocated- Allocated (optional)completed- Completed (optional)hasPricing- Has Pricing (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderOutstanding- Order Outstanding (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: customer, order, part, part__name, quantity, allocated, shipped, reference, sale_price, target_date. (optional)part- (optional)search- A search term. Searched fields: part__name, quantity, reference. (optional)- Returns:
- PaginatedSalesOrderLineItemList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineListWithHttpInfo
public ApiResponse<PaginatedSalesOrderLineItemList> orderSoLineListWithHttpInfo(@Nonnull Integer limit, @Nullable Boolean allocated, @Nullable Boolean completed, @Nullable Boolean hasPricing, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Boolean orderOutstanding, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable String search) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)allocated- Allocated (optional)completed- Completed (optional)hasPricing- Has Pricing (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderOutstanding- Order Outstanding (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: customer, order, part, part__name, quantity, allocated, shipped, reference, sale_price, target_date. (optional)part- (optional)search- A search term. Searched fields: part__name, quantity, reference. (optional)- Returns:
- ApiResponse<PaginatedSalesOrderLineItemList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineListAsync
public okhttp3.Call orderSoLineListAsync(@Nonnull Integer limit, @Nullable Boolean allocated, @Nullable Boolean completed, @Nullable Boolean hasPricing, @Nullable Integer offset, @Nullable Integer order, @Nullable Boolean orderComplete, @Nullable Boolean orderOutstanding, @Nullable Integer orderStatus, @Nullable String ordering, @Nullable Integer part, @Nullable String search, ApiCallback<PaginatedSalesOrderLineItemList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)allocated- Allocated (optional)completed- Completed (optional)hasPricing- Has Pricing (optional)offset- The initial index from which to return the results. (optional)order- Order (optional)orderComplete- Order Complete (optional)orderOutstanding- Order Outstanding (optional)orderStatus- Order Status (optional)ordering- Which field to use when ordering the results. Possible fields: customer, order, part, part__name, quantity, allocated, shipped, reference, sale_price, target_date. (optional)part- (optional)search- A search term. Searched fields: part__name, quantity, reference. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataPartialUpdateCall
public okhttp3.Call orderSoLineMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderSoLineMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataPartialUpdate
public Metadata orderSoLineMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoLineMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataPartialUpdateAsync
public okhttp3.Call orderSoLineMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataRetrieveCall
public okhttp3.Call orderSoLineMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoLineMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderSoLineMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataRetrieveAsync
public okhttp3.Call orderSoLineMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataUpdateCall
public okhttp3.Call orderSoLineMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderSoLineMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataUpdate
public Metadata orderSoLineMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoLineMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineMetadataUpdateAsync
public okhttp3.Call orderSoLineMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLinePartialUpdateCall
public okhttp3.Call orderSoLinePartialUpdateCall(@Nonnull Integer id, @Nullable PatchedSalesOrderLineItem patchedSalesOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderSoLinePartialUpdate- Parameters:
id- (required)patchedSalesOrderLineItem- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLinePartialUpdate
public SalesOrderLineItem orderSoLinePartialUpdate(@Nonnull Integer id, @Nullable PatchedSalesOrderLineItem patchedSalesOrderLineItem) throws ApiException API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)patchedSalesOrderLineItem- (optional)- Returns:
- SalesOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLinePartialUpdateWithHttpInfo
public ApiResponse<SalesOrderLineItem> orderSoLinePartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedSalesOrderLineItem patchedSalesOrderLineItem) throws ApiException API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)patchedSalesOrderLineItem- (optional)- Returns:
- ApiResponse<SalesOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLinePartialUpdateAsync
public okhttp3.Call orderSoLinePartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedSalesOrderLineItem patchedSalesOrderLineItem, ApiCallback<SalesOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)patchedSalesOrderLineItem- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineRetrieveCall
public okhttp3.Call orderSoLineRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoLineRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineRetrieve
API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)- Returns:
- SalesOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineRetrieveWithHttpInfo
public ApiResponse<SalesOrderLineItem> orderSoLineRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)- Returns:
- ApiResponse<SalesOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineRetrieveAsync
public okhttp3.Call orderSoLineRetrieveAsync(@Nonnull Integer id, ApiCallback<SalesOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineUpdateCall
public okhttp3.Call orderSoLineUpdateCall(@Nonnull Integer id, @Nonnull SalesOrderLineItem salesOrderLineItem, ApiCallback _callback) throws ApiException Build call for orderSoLineUpdate- Parameters:
id- (required)salesOrderLineItem- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineUpdate
public SalesOrderLineItem orderSoLineUpdate(@Nonnull Integer id, @Nonnull SalesOrderLineItem salesOrderLineItem) throws ApiException API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)salesOrderLineItem- (required)- Returns:
- SalesOrderLineItem
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineUpdateWithHttpInfo
public ApiResponse<SalesOrderLineItem> orderSoLineUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull SalesOrderLineItem salesOrderLineItem) throws ApiException API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)salesOrderLineItem- (required)- Returns:
- ApiResponse<SalesOrderLineItem>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoLineUpdateAsync
public okhttp3.Call orderSoLineUpdateAsync(@Nonnull Integer id, @Nonnull SalesOrderLineItem salesOrderLineItem, ApiCallback<SalesOrderLineItem> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrderLineItem object.- Parameters:
id- (required)salesOrderLineItem- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoListCall
public okhttp3.Call orderSoListCall(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore, ApiCallback _callback) throws ApiException Build call for orderSoList- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, status, start_date, target_date, line_items, shipment_date, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoList
public PaginatedSalesOrderList orderSoList(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, status, start_date, target_date, line_items, shipment_date, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)- Returns:
- PaginatedSalesOrderList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoListWithHttpInfo
public ApiResponse<PaginatedSalesOrderList> orderSoListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore) throws ApiException Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, status, start_date, target_date, line_items, shipment_date, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)- Returns:
- ApiResponse<PaginatedSalesOrderList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoListAsync
public okhttp3.Call orderSoListAsync(@Nonnull Integer limit, @Nullable Integer assignedTo, @Nullable Boolean assignedToMe, @Nullable LocalDate completedAfter, @Nullable LocalDate completedBefore, @Nullable LocalDate createdAfter, @Nullable LocalDate createdBefore, @Nullable Integer createdBy, @Nullable Integer customer, @Nullable Boolean hasProjectCode, @Nullable Boolean hasStartDate, @Nullable Boolean hasTargetDate, @Nullable Boolean includeVariants, @Nullable LocalDate maxDate, @Nullable LocalDate minDate, @Nullable Integer offset, @Nullable String ordering, @Nullable Boolean outstanding, @Nullable Boolean overdue, @Nullable Integer part, @Nullable Integer projectCode, @Nullable String reference, @Nullable String search, @Nullable LocalDate startDateAfter, @Nullable LocalDate startDateBefore, @Nullable Integer status, @Nullable LocalDate targetDateAfter, @Nullable LocalDate targetDateBefore, ApiCallback<PaginatedSalesOrderList> _callback) throws ApiException (asynchronously) Override the GET method to determine export options.- Parameters:
limit- Number of results to return per page. (required)assignedTo- Responsible (optional)assignedToMe- Assigned to me (optional)completedAfter- Completed After (optional)completedBefore- Completed Before (optional)createdAfter- Created After (optional)createdBefore- Created Before (optional)createdBy- Created By (optional)customer- (optional)hasProjectCode- Has Project Code (optional)hasStartDate- Has Start Date (optional)hasTargetDate- Has Target Date (optional)includeVariants- Include Variants (optional)maxDate- Max Date (optional)minDate- Min Date (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. Possible fields: creation_date, created_by, reference, customer__name, customer_reference, status, start_date, target_date, line_items, shipment_date, total_price, project_code. (optional)outstanding- Outstanding (optional)overdue- overdue (optional)part- (optional)projectCode- Project Code (optional)reference- Order Reference (optional)search- A search term. Searched fields: customer__name, customer_reference, description, project_code__code, reference. (optional)startDateAfter- Start Date After (optional)startDateBefore- Start Date Before (optional)status- Order Status (optional)targetDateAfter- Target Date After (optional)targetDateBefore- Target Date Before (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataPartialUpdateCall
public okhttp3.Call orderSoMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderSoMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataPartialUpdate
public Metadata orderSoMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataPartialUpdateAsync
public okhttp3.Call orderSoMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataRetrieveCall
public okhttp3.Call orderSoMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderSoMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataRetrieveAsync
public okhttp3.Call orderSoMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataUpdateCall
public okhttp3.Call orderSoMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderSoMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataUpdate
public Metadata orderSoMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoMetadataUpdateAsync
public okhttp3.Call orderSoMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoPartialUpdateCall
public okhttp3.Call orderSoPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedSalesOrder patchedSalesOrder, ApiCallback _callback) throws ApiException Build call for orderSoPartialUpdate- Parameters:
id- (required)patchedSalesOrder- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoPartialUpdate
public SalesOrder orderSoPartialUpdate(@Nonnull Integer id, @Nullable PatchedSalesOrder patchedSalesOrder) throws ApiException API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)patchedSalesOrder- (optional)- Returns:
- SalesOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoPartialUpdateWithHttpInfo
public ApiResponse<SalesOrder> orderSoPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedSalesOrder patchedSalesOrder) throws ApiException API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)patchedSalesOrder- (optional)- Returns:
- ApiResponse<SalesOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoPartialUpdateAsync
public okhttp3.Call orderSoPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedSalesOrder patchedSalesOrder, ApiCallback<SalesOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)patchedSalesOrder- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoRetrieveCall
public okhttp3.Call orderSoRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoRetrieve
API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)- Returns:
- SalesOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoRetrieveWithHttpInfo
API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)- Returns:
- ApiResponse<SalesOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoRetrieveAsync
public okhttp3.Call orderSoRetrieveAsync(@Nonnull Integer id, ApiCallback<SalesOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentCreateCall
public okhttp3.Call orderSoShipmentCreateCall(@Nonnull SalesOrderShipment salesOrderShipment, ApiCallback _callback) throws ApiException Build call for orderSoShipmentCreate- Parameters:
salesOrderShipment- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentCreate
public SalesOrderShipment orderSoShipmentCreate(@Nonnull SalesOrderShipment salesOrderShipment) throws ApiException API list endpoint for SalesOrderShipment model.- Parameters:
salesOrderShipment- (required)- Returns:
- SalesOrderShipment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentCreateWithHttpInfo
public ApiResponse<SalesOrderShipment> orderSoShipmentCreateWithHttpInfo(@Nonnull SalesOrderShipment salesOrderShipment) throws ApiException API list endpoint for SalesOrderShipment model.- Parameters:
salesOrderShipment- (required)- Returns:
- ApiResponse<SalesOrderShipment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentCreateAsync
public okhttp3.Call orderSoShipmentCreateAsync(@Nonnull SalesOrderShipment salesOrderShipment, ApiCallback<SalesOrderShipment> _callback) throws ApiException (asynchronously) API list endpoint for SalesOrderShipment model.- Parameters:
salesOrderShipment- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentDestroyCall
public okhttp3.Call orderSoShipmentDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoShipmentDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoShipmentDestroy
API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoShipmentDestroyWithHttpInfo
public ApiResponse<Void> orderSoShipmentDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoShipmentDestroyAsync
public okhttp3.Call orderSoShipmentDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
orderSoShipmentListCall
public okhttp3.Call orderSoShipmentListCall(@Nonnull Integer limit, @Nullable Boolean delivered, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, @Nullable Boolean shipped, ApiCallback _callback) throws ApiException Build call for orderSoShipmentList- Parameters:
limit- Number of results to return per page. (required)delivered- delivered (optional)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: reference, delivery_date, shipment_date, allocated_items. (optional)search- A search term. Searched fields: invoice_number, order__reference, reference, tracking_number. (optional)shipped- shipped (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentList
public PaginatedSalesOrderShipmentList orderSoShipmentList(@Nonnull Integer limit, @Nullable Boolean delivered, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, @Nullable Boolean shipped) throws ApiException API list endpoint for SalesOrderShipment model.- Parameters:
limit- Number of results to return per page. (required)delivered- delivered (optional)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: reference, delivery_date, shipment_date, allocated_items. (optional)search- A search term. Searched fields: invoice_number, order__reference, reference, tracking_number. (optional)shipped- shipped (optional)- Returns:
- PaginatedSalesOrderShipmentList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentListWithHttpInfo
public ApiResponse<PaginatedSalesOrderShipmentList> orderSoShipmentListWithHttpInfo(@Nonnull Integer limit, @Nullable Boolean delivered, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, @Nullable Boolean shipped) throws ApiException API list endpoint for SalesOrderShipment model.- Parameters:
limit- Number of results to return per page. (required)delivered- delivered (optional)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: reference, delivery_date, shipment_date, allocated_items. (optional)search- A search term. Searched fields: invoice_number, order__reference, reference, tracking_number. (optional)shipped- shipped (optional)- Returns:
- ApiResponse<PaginatedSalesOrderShipmentList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentListAsync
public okhttp3.Call orderSoShipmentListAsync(@Nonnull Integer limit, @Nullable Boolean delivered, @Nullable Integer offset, @Nullable Integer order, @Nullable String ordering, @Nullable String search, @Nullable Boolean shipped, ApiCallback<PaginatedSalesOrderShipmentList> _callback) throws ApiException (asynchronously) API list endpoint for SalesOrderShipment model.- Parameters:
limit- Number of results to return per page. (required)delivered- delivered (optional)offset- The initial index from which to return the results. (optional)order- (optional)ordering- Which field to use when ordering the results. Possible fields: reference, delivery_date, shipment_date, allocated_items. (optional)search- A search term. Searched fields: invoice_number, order__reference, reference, tracking_number. (optional)shipped- shipped (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataPartialUpdateCall
public okhttp3.Call orderSoShipmentMetadataPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback _callback) throws ApiException Build call for orderSoShipmentMetadataPartialUpdate- Parameters:
id- (required)patchedMetadata- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataPartialUpdate
public Metadata orderSoShipmentMetadataPartialUpdate(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataPartialUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoShipmentMetadataPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataPartialUpdateAsync
public okhttp3.Call orderSoShipmentMetadataPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedMetadata patchedMetadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)patchedMetadata- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataRetrieveCall
public okhttp3.Call orderSoShipmentMetadataRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoShipmentMetadataRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataRetrieve
Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataRetrieveWithHttpInfo
public ApiResponse<Metadata> orderSoShipmentMetadataRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataRetrieveAsync
public okhttp3.Call orderSoShipmentMetadataRetrieveAsync(@Nonnull Integer id, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataUpdateCall
public okhttp3.Call orderSoShipmentMetadataUpdateCall(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback _callback) throws ApiException Build call for orderSoShipmentMetadataUpdate- Parameters:
id- (required)metadata- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataUpdate
public Metadata orderSoShipmentMetadataUpdate(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- Metadata
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataUpdateWithHttpInfo
public ApiResponse<Metadata> orderSoShipmentMetadataUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull Metadata metadata) throws ApiException Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)- Returns:
- ApiResponse<Metadata>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentMetadataUpdateAsync
public okhttp3.Call orderSoShipmentMetadataUpdateAsync(@Nonnull Integer id, @Nonnull Metadata metadata, ApiCallback<Metadata> _callback) throws ApiException (asynchronously) Generic API endpoint for reading and editing metadata for a model.- Parameters:
id- (required)metadata- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentPartialUpdateCall
public okhttp3.Call orderSoShipmentPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedSalesOrderShipment patchedSalesOrderShipment, ApiCallback _callback) throws ApiException Build call for orderSoShipmentPartialUpdate- Parameters:
id- (required)patchedSalesOrderShipment- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentPartialUpdate
public SalesOrderShipment orderSoShipmentPartialUpdate(@Nonnull Integer id, @Nullable PatchedSalesOrderShipment patchedSalesOrderShipment) throws ApiException API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)patchedSalesOrderShipment- (optional)- Returns:
- SalesOrderShipment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentPartialUpdateWithHttpInfo
public ApiResponse<SalesOrderShipment> orderSoShipmentPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedSalesOrderShipment patchedSalesOrderShipment) throws ApiException API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)patchedSalesOrderShipment- (optional)- Returns:
- ApiResponse<SalesOrderShipment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentPartialUpdateAsync
public okhttp3.Call orderSoShipmentPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedSalesOrderShipment patchedSalesOrderShipment, ApiCallback<SalesOrderShipment> _callback) throws ApiException (asynchronously) API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)patchedSalesOrderShipment- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentRetrieveCall
public okhttp3.Call orderSoShipmentRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for orderSoShipmentRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentRetrieve
API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)- Returns:
- SalesOrderShipment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentRetrieveWithHttpInfo
public ApiResponse<SalesOrderShipment> orderSoShipmentRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)- Returns:
- ApiResponse<SalesOrderShipment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentRetrieveAsync
public okhttp3.Call orderSoShipmentRetrieveAsync(@Nonnull Integer id, ApiCallback<SalesOrderShipment> _callback) throws ApiException (asynchronously) API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentShipCreateCall
public okhttp3.Call orderSoShipmentShipCreateCall(@Nonnull Integer id, @Nullable SalesOrderShipmentComplete salesOrderShipmentComplete, ApiCallback _callback) throws ApiException Build call for orderSoShipmentShipCreate- Parameters:
id- (required)salesOrderShipmentComplete- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentShipCreate
public SalesOrderShipmentComplete orderSoShipmentShipCreate(@Nonnull Integer id, @Nullable SalesOrderShipmentComplete salesOrderShipmentComplete) throws ApiException API endpoint for completing (shipping) a SalesOrderShipment.- Parameters:
id- (required)salesOrderShipmentComplete- (optional)- Returns:
- SalesOrderShipmentComplete
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentShipCreateWithHttpInfo
public ApiResponse<SalesOrderShipmentComplete> orderSoShipmentShipCreateWithHttpInfo(@Nonnull Integer id, @Nullable SalesOrderShipmentComplete salesOrderShipmentComplete) throws ApiException API endpoint for completing (shipping) a SalesOrderShipment.- Parameters:
id- (required)salesOrderShipmentComplete- (optional)- Returns:
- ApiResponse<SalesOrderShipmentComplete>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentShipCreateAsync
public okhttp3.Call orderSoShipmentShipCreateAsync(@Nonnull Integer id, @Nullable SalesOrderShipmentComplete salesOrderShipmentComplete, ApiCallback<SalesOrderShipmentComplete> _callback) throws ApiException (asynchronously) API endpoint for completing (shipping) a SalesOrderShipment.- Parameters:
id- (required)salesOrderShipmentComplete- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
orderSoShipmentUpdateCall
public okhttp3.Call orderSoShipmentUpdateCall(@Nonnull Integer id, @Nonnull SalesOrderShipment salesOrderShipment, ApiCallback _callback) throws ApiException Build call for orderSoShipmentUpdate- Parameters:
id- (required)salesOrderShipment- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentUpdate
public SalesOrderShipment orderSoShipmentUpdate(@Nonnull Integer id, @Nonnull SalesOrderShipment salesOrderShipment) throws ApiException API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)salesOrderShipment- (required)- Returns:
- SalesOrderShipment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentUpdateWithHttpInfo
public ApiResponse<SalesOrderShipment> orderSoShipmentUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull SalesOrderShipment salesOrderShipment) throws ApiException API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)salesOrderShipment- (required)- Returns:
- ApiResponse<SalesOrderShipment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoShipmentUpdateAsync
public okhttp3.Call orderSoShipmentUpdateAsync(@Nonnull Integer id, @Nonnull SalesOrderShipment salesOrderShipment, ApiCallback<SalesOrderShipment> _callback) throws ApiException (asynchronously) API detail endpooint for SalesOrderShipment model.- Parameters:
id- (required)salesOrderShipment- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoStatusRetrieveCall
Build call for orderSoStatusRetrieve- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderSoStatusRetrieve
Retrieve information about a specific status code- Returns:
- GenericStateClass
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderSoStatusRetrieveWithHttpInfo
Retrieve information about a specific status code- Returns:
- ApiResponse<GenericStateClass>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderSoStatusRetrieveAsync
public okhttp3.Call orderSoStatusRetrieveAsync(ApiCallback<GenericStateClass> _callback) throws ApiException (asynchronously) Retrieve information about a specific status code- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 - 400 Invalid request -
-
orderSoUpdateCall
public okhttp3.Call orderSoUpdateCall(@Nonnull Integer id, @Nonnull SalesOrder salesOrder, ApiCallback _callback) throws ApiException Build call for orderSoUpdate- Parameters:
id- (required)salesOrder- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoUpdate
public SalesOrder orderSoUpdate(@Nonnull Integer id, @Nonnull SalesOrder salesOrder) throws ApiException API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)salesOrder- (required)- Returns:
- SalesOrder
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoUpdateWithHttpInfo
public ApiResponse<SalesOrder> orderSoUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull SalesOrder salesOrder) throws ApiException API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)salesOrder- (required)- Returns:
- ApiResponse<SalesOrder>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
orderSoUpdateAsync
public okhttp3.Call orderSoUpdateAsync(@Nonnull Integer id, @Nonnull SalesOrder salesOrder, ApiCallback<SalesOrder> _callback) throws ApiException (asynchronously) API endpoint for detail view of a SalesOrder object.- Parameters:
id- (required)salesOrder- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-