Class OrderApi

java.lang.Object
com.w3asel.inventree.api.OrderApi

public class OrderApi extends Object
  • Constructor Details

    • OrderApi

      public OrderApi()
    • OrderApi

      public OrderApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • 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

      public void orderPoCancelCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderPoCancelCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public PurchaseOrder orderPoCreate(@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:
      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

      public void orderPoDestroy(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderPoDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderPoExtraLineDestroy(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderPoExtraLineMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public PurchaseOrderExtraLine orderPoExtraLineRetrieve(@Nonnull Integer id) throws ApiException
      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

      public void orderPoHoldCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderPoHoldCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderPoIssueCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderPoIssueCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderPoLineBulkDestroy(@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)
      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

      public void orderPoLineDestroy(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderPoLineDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderPoLineMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public PurchaseOrderLineItem orderPoLineRetrieve(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderPoMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public PurchaseOrder orderPoRetrieve(@Nonnull Integer id) throws ApiException
      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

      public okhttp3.Call orderPoStatusRetrieveCall(ApiCallback _callback) throws ApiException
      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

      public GenericStateClass orderPoStatusRetrieve() throws ApiException
      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

      public ApiResponse<GenericStateClass> orderPoStatusRetrieveWithHttpInfo() throws ApiException
      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

      public void orderRoCancelCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderRoCancelCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderRoCompleteCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderRoCompleteCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public ReturnOrder orderRoCreate(@Nonnull ReturnOrder returnOrder) throws ApiException
      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

      public void orderRoDestroy(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderRoDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderRoExtraLineDestroy(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderRoExtraLineMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public ReturnOrderExtraLine orderRoExtraLineRetrieve(@Nonnull Integer id) throws ApiException
      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

      public void orderRoHoldCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderRoHoldCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderRoIssueCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderRoIssueCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderRoLineDestroy(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderRoLineDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderRoLineMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public ReturnOrderLineItem orderRoLineRetrieve(@Nonnull Integer id) throws ApiException
      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

      public okhttp3.Call orderRoLineStatusRetrieveCall(ApiCallback _callback) throws ApiException
      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

      public GenericStateClass orderRoLineStatusRetrieve() throws ApiException
      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

      public ApiResponse<GenericStateClass> orderRoLineStatusRetrieveWithHttpInfo() throws ApiException
      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

      public Metadata orderRoMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public ReturnOrder orderRoRetrieve(@Nonnull Integer id) throws ApiException
      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

      public okhttp3.Call orderRoStatusRetrieveCall(ApiCallback _callback) throws ApiException
      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

      public GenericStateClass orderRoStatusRetrieve() throws ApiException
      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

      public ApiResponse<GenericStateClass> orderRoStatusRetrieveWithHttpInfo() throws ApiException
      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

      public void orderSoAllocationDestroy(@Nonnull Integer id) throws ApiException
      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

      public SalesOrderAllocation orderSoAllocationRetrieve(@Nonnull Integer id) throws ApiException
      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

      public void orderSoCancelCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderSoCancelCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public SalesOrder orderSoCreate(@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:
      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

      public void orderSoDestroy(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderSoDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderSoExtraLineDestroy(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderSoExtraLineMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public SalesOrderExtraLine orderSoExtraLineRetrieve(@Nonnull Integer id) throws ApiException
      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

      public void orderSoHoldCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderSoHoldCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderSoIssueCreate(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderSoIssueCreateWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderSoLineDestroy(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> orderSoLineDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderSoLineMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public SalesOrderLineItem orderSoLineRetrieve(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderSoMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public SalesOrder orderSoRetrieve(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<SalesOrder> orderSoRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public void orderSoShipmentDestroy(@Nonnull Integer id) throws ApiException
      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

      public Metadata orderSoShipmentMetadataRetrieve(@Nonnull Integer id) throws ApiException
      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

      public SalesOrderShipment orderSoShipmentRetrieve(@Nonnull Integer id) throws ApiException
      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

      public okhttp3.Call orderSoStatusRetrieveCall(ApiCallback _callback) throws ApiException
      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

      public GenericStateClass orderSoStatusRetrieve() throws ApiException
      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

      public ApiResponse<GenericStateClass> orderSoStatusRetrieveWithHttpInfo() throws ApiException
      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 -