bharatsindha/jiwa-php-rest-api

1.0.0 2022-08-18 04:11 UTC

This package is not auto-updated.

Last update: 2024-04-25 12:28:22 UTC


README

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This PHP package is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.PhpClientCodegen

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/bharatsindha/jiwa-php-rest-api.git"
    }
  ],
  "require": {
    "bharatsindha/jiwa-php-rest-api": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

    require_once('/path/to/Jiwa/vendor/autoload.php');

Tests

To run the unit tests:

composer install
./vendor/bin/phpunit

Getting Started

Please follow the installation procedure and then run the following:

<?php
require_once(__DIR__ . '/vendor/autoload.php');

$apiInstance = new Jiwa\Api\AuthApi(
    // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
    // This is optional, `GuzzleHttp\Client` will be used as default.
    new GuzzleHttp\Client()
);
$accept = "accept_example"; // string | Accept Header
$jiwa_stateful = true; // bool | Stateful indicator
$provider = "provider_example"; // string | 
$state = "state_example"; // string | 
$oauth_token = "oauth_token_example"; // string | 
$oauth_verifier = "oauth_verifier_example"; // string | 
$user_name = "user_name_example"; // string | 
$password = "password_example"; // string | 
$remember_me = true; // bool | 
$continue = "continue_example"; // string | 
$nonce = "nonce_example"; // string | 
$uri = "uri_example"; // string | 
$response = "response_example"; // string | 
$qop = "qop_example"; // string | 
$nc = "nc_example"; // string | 
$cnonce = "cnonce_example"; // string | 
$use_token_cookie = true; // bool | 
$access_token = "access_token_example"; // string | 
$access_token_secret = "access_token_secret_example"; // string | 
$meta = "meta_example"; // string | 

try {
    $result = $apiInstance->authenticateGet($accept, $jiwa_stateful, $provider, $state, $oauth_token, $oauth_verifier, $user_name, $password, $remember_me, $continue, $nonce, $uri, $response, $qop, $nc, $cnonce, $use_token_cookie, $access_token, $access_token_secret, $meta);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling AuthApi->authenticateGet: ', $e->getMessage(), PHP_EOL;
}

?>

Documentation for API Endpoints

All URIs are relative to https://api.jiwa.com.au

Class Method HTTP request Description
AuthApi authenticateGet GET /auth Logs in using Jiwa username and password
AuthApi logoutGetRequestlogoutGet GET /auth/logout Logs an authenticated user out.
BillsApi billABANDONRequestBillIDAbandonDelete DELETE /Bills/{BillID}/Abandon Abandons a stateful bill record.
BillsApi billCustomFieldGETRequestCustomFieldsSettingIDGet GET /Bills/CustomFields/{SettingID} Retrieves a bill custom field.
BillsApi billCustomFieldValueGETRequestBillIDCustomFieldValuesSettingIDGet GET /Bills/{BillID}/CustomFieldValues/{SettingID} Retrieves a bill record custom field value.
BillsApi billCustomFieldValuePATCHRequestBillIDCustomFieldValuesSettingIDUpdate PATCH /Bills/{BillID}/CustomFieldValues/{SettingID} Updates a bill record custom field value.
BillsApi billCustomFieldValuesGETManyRequestBillIDCustomFieldValuesGet GET /Bills/{BillID}/CustomFieldValues Retrieves a list of custom field values for a bill record.
BillsApi billCustomFieldsGETManyRequestCustomFieldsGet GET /Bills/CustomFields Retrieves a list of bill custom fields.
BillsApi billDELETERequestBillIDDelete DELETE /Bills/{BillID} Deletes a bill record.
BillsApi billDocumentDELETERequestBillIDDocumentsDocumentIDDelete DELETE /Bills/{BillID}/Documents/{DocumentID} Deletes a bill record document.
BillsApi billDocumentGETRequestBillIDDocumentsDocumentIDGet GET /Bills/{BillID}/Documents/{DocumentID} Retrieves a bill record document.
BillsApi billDocumentPATCHRequestBillIDDocumentsDocumentIDUpdate PATCH /Bills/{BillID}/Documents/{DocumentID} Updates a bill record document.
BillsApi billDocumentPOSTRequestBillIDDocumentsPost POST /Bills/{BillID}/Documents Appends a document to a bill record.
BillsApi billDocumentTypeDELETERequestDocumentTypesDocumentTypeIDDelete DELETE /Bills/DocumentTypes/{DocumentTypeID} Deletes a bill document type.
BillsApi billDocumentTypeGETRequestDocumentTypesDocumentTypeIDGet GET /Bills/DocumentTypes/{DocumentTypeID} Retrieves a bill document type.
BillsApi billDocumentTypePATCHRequestDocumentTypesDocumentTypeIDUpdate PATCH /Bills/DocumentTypes/{DocumentTypeID} Updates a bill document type.
BillsApi billDocumentTypePOSTRequestDocumentTypesPost POST /Bills/DocumentTypes Creates a new bill document type.
BillsApi billDocumentTypesGETManyRequestDocumentTypesGet GET /Bills/DocumentTypes Retrieves a list of bill document types.
BillsApi billDocumentsGETManyRequestBillIDDocumentsGet GET /Bills/{BillID}/Documents Retrieves a list of bill record documents.
BillsApi billGETRequestBillIDGet GET /Bills/{BillID} Retrieves a bill record.
BillsApi billInputCustomFieldGETRequestInputsCustomFieldsSettingIDGet GET /Bills/Inputs/CustomFields/{SettingID} Retrieves a bill input custom field.
BillsApi billInputCustomFieldValueGETRequestBillIDStagesStageIDInputsInputIDCustomFieldValuesSettingIDGet GET /Bills/{BillID}/Stages/{StageID}/Inputs/{InputID}/CustomFieldValues/{SettingID} Retrieves a bill input custom field value.
BillsApi billInputCustomFieldValuePATCHRequestBillIDStagesStageIDInputsInputIDCustomFieldValuesSettingIDUpdate PATCH /Bills/{BillID}/Stages/{StageID}/Inputs/{InputID}/CustomFieldValues/{SettingID} Updates a bill input custom field value.
BillsApi billInputCustomFieldValuesGETManyRequestBillIDStagesStageIDInputsInputIDCustomFieldValuesGet GET /Bills/{BillID}/Stages/{StageID}/Inputs/{InputID}/CustomFieldValues Retrieves a list of custom field values for a bill input.
BillsApi billInputCustomFieldsGETManyRequestInputsCustomFieldsGet GET /Bills/Inputs/CustomFields Retrieves a list of bill input custom fields.
BillsApi billInputDELETERequestBillIDStagesStageIDInputsInputIDDelete DELETE /Bills/{BillID}/Stages/{StageID}/Inputs/{InputID} Deletes an input from a bill stage
BillsApi billInputGETRequestBillIDStagesStageIDInputsInputIDGet GET /Bills/{BillID}/Stages/{StageID}/Inputs/{InputID} Retrieves an input for a bill stage
BillsApi billInputPATCHRequestBillIDStagesStageIDInputsInputIDUpdate PATCH /Bills/{BillID}/Stages/{StageID}/Inputs/{InputID} Updates an input for a bill stage
BillsApi billInputPOSTRequestBillIDStagesStageIDInputsPost POST /Bills/{BillID}/Stages/{StageID}/Inputs Adds an input to a bill stage
BillsApi billInputsGETManyRequestBillIDStagesStageIDInputsGet GET /Bills/{BillID}/Stages/{StageID}/Inputs Retrieves inputs for a bill stage.
BillsApi billInstructionCustomFieldGETRequestInstructionsCustomFieldsSettingIDGet GET /Bills/Instructions/CustomFields/{SettingID} Retrieves a bill instruction custom field.
BillsApi billInstructionCustomFieldValueGETRequestBillIDStagesStageIDInstructionsInstructionIDCustomFieldValuesSettingIDGet GET /Bills/{BillID}/Stages/{StageID}/Instructions/{InstructionID}/CustomFieldValues/{SettingID} Retrieves a bill instruction custom field value.
BillsApi billInstructionCustomFieldValuePATCHRequestBillIDStagesStageIDInstructionsInstructionIDCustomFieldValuesSettingIDUpdate PATCH /Bills/{BillID}/Stages/{StageID}/Instructions/{InstructionID}/CustomFieldValues/{SettingID} Updates a bill instruction custom field value.
BillsApi billInstructionCustomFieldValuesGETManyRequestBillIDStagesStageIDInstructionsInstructionIDCustomFieldValuesGet GET /Bills/{BillID}/Stages/{StageID}/Instructions/{InstructionID}/CustomFieldValues Retrieves a list of custom field values for a bill instruction.
BillsApi billInstructionCustomFieldsGETManyRequestInstructionsCustomFieldsGet GET /Bills/Instructions/CustomFields Retrieves a list of bill instruction custom fields.
BillsApi billInstructionDELETERequestBillIDStagesStageIDInstructionsInstructionIDDelete DELETE /Bills/{BillID}/Stages/{StageID}/Instructions/{InstructionID} Deletes an instruction from a bill stage.
BillsApi billInstructionGETRequestBillIDStagesStageIDInstructionsInstructionIDGet GET /Bills/{BillID}/Stages/{StageID}/Instructions/{InstructionID} Retrieves an instruction for a bill stage.
BillsApi billInstructionPATCHRequestBillIDStagesStageIDInstructionsInstructionIDUpdate PATCH /Bills/{BillID}/Stages/{StageID}/Instructions/{InstructionID} Updates an instruction for a bill stage.
BillsApi billInstructionPOSTRequestBillIDStagesStageIDInstructionsPost POST /Bills/{BillID}/Stages/{StageID}/Instructions Adds an instruction to a bill stage.
BillsApi billInstructionsGETManyRequestBillIDStagesStageIDInstructionsGet GET /Bills/{BillID}/Stages/{StageID}/Instructions Retrieves a list of instructions for a bill stage.
BillsApi billNoteDELETERequestBillIDNotesNoteIDDelete DELETE /Bills/{BillID}/Notes/{NoteID} Deletes a bill record note.
BillsApi billNoteGETRequestBillIDNotesNoteIDGet GET /Bills/{BillID}/Notes/{NoteID} Retrieves a bill record note.
BillsApi billNotePATCHRequestBillIDNotesNoteIDUpdate PATCH /Bills/{BillID}/Notes/{NoteID} Updates a bill record note.
BillsApi billNotePOSTRequestBillIDNotesPost POST /Bills/{BillID}/Notes Appends a note to a bill record.
BillsApi billNoteTypeDELETERequestNoteTypesNoteTypeIDDelete DELETE /Bills/NoteTypes/{NoteTypeID} Deletes a bill note type.
BillsApi billNoteTypeGETRequestNoteTypesNoteTypeIDGet GET /Bills/NoteTypes/{NoteTypeID} Retrieves a bill note type.
BillsApi billNoteTypePATCHRequestNoteTypesNoteTypeIDUpdate PATCH /Bills/NoteTypes/{NoteTypeID} Updates a bill note type.
BillsApi billNoteTypePOSTRequestNoteTypesPost POST /Bills/NoteTypes Creates a new bill note type.
BillsApi billNoteTypesGETManyRequestNoteTypesGet GET /Bills/NoteTypes Retrieves a list of bill note types.
BillsApi billNotesGETManyRequestBillIDNotesGet GET /Bills/{BillID}/Notes Retrieves a list of bill record notes.
BillsApi billOutputCustomFieldGETRequestOutputsCustomFieldsSettingIDGet GET /Bills/Outputs/CustomFields/{SettingID} Retrieves a bill output custom field.
BillsApi billOutputCustomFieldValueGETRequestBillIDOutputsOutputIDCustomFieldValuesSettingIDGet GET /Bills/{BillID}/Outputs/{OutputID}/CustomFieldValues/{SettingID} Retrieves a bill output custom field value.
BillsApi billOutputCustomFieldValuePATCHRequestBillIDOutputsOutputIDCustomFieldValuesSettingIDUpdate PATCH /Bills/{BillID}/Outputs/{OutputID}/CustomFieldValues/{SettingID} Updates a bill output custom field value.
BillsApi billOutputCustomFieldValuesGETManyRequestBillIDOutputsOutputIDCustomFieldValuesGet GET /Bills/{BillID}/Outputs/{OutputID}/CustomFieldValues Retrieves a list of custom field values for a bill output.
BillsApi billOutputCustomFieldsGETManyRequestOutputsCustomFieldsGet GET /Bills/Outputs/CustomFields Retrieves a list of bill output custom fields.
BillsApi billOutputDELETERequestBillIDOutputsOutputIDDelete DELETE /Bills/{BillID}/Outputs/{OutputID} Deletes a bill output.
BillsApi billOutputGETRequestBillIDOutputsOutputIDGet GET /Bills/{BillID}/Outputs/{OutputID} Retrieves a bill output.
BillsApi billOutputPATCHRequestBillIDOutputsOutputIDUpdate PATCH /Bills/{BillID}/Outputs/{OutputID} Updates a bill output.
BillsApi billOutputPOSTRequestBillIDOutputsPost POST /Bills/{BillID}/Outputs Appends a output to a bill record.
BillsApi billOutputsGETManyRequestBillIDOutputsGet GET /Bills/{BillID}/Outputs Retrieves a list of bill outputs.
BillsApi billPATCHRequestBillIDUpdate PATCH /Bills/{BillID} Updates a bill record.
BillsApi billPOSTRequestPost POST /Bills Creates a new bill record.
BillsApi billSAVERequestBillIDSaveGet GET /Bills/{BillID}/Save Saves a stateful bill record.
BillsApi billStageCustomFieldGETRequestStagesCustomFieldsSettingIDGet GET /Bills/Stages/CustomFields/{SettingID} Retrieves a bill stage custom field.
BillsApi billStageCustomFieldValueGETRequestBillIDStagesStageIDCustomFieldValuesSettingIDGet GET /Bills/{BillID}/Stages/{StageID}/CustomFieldValues/{SettingID} Retrieves a bill stage custom field value.
BillsApi billStageCustomFieldValuePATCHRequestBillIDStagesStageIDCustomFieldValuesSettingIDUpdate PATCH /Bills/{BillID}/Stages/{StageID}/CustomFieldValues/{SettingID} Updates a bill stage custom field value.
BillsApi billStageCustomFieldValuesGETManyRequestBillIDStagesStageIDCustomFieldValuesGet GET /Bills/{BillID}/Stages/{StageID}/CustomFieldValues Retrieves a list of custom field values for a bill stage.
BillsApi billStageCustomFieldsGETManyRequestStagesCustomFieldsGet GET /Bills/Stages/CustomFields Retrieves a list of bill stage custom fields.
BillsApi billStageDELETERequestBillIDStagesStageIDDelete DELETE /Bills/{BillID}/Stages/{StageID} Deletes a bill record stage.
BillsApi billStageGETRequestBillIDStagesStageIDGet GET /Bills/{BillID}/Stages/{StageID} Retrieves a bill stage.
BillsApi billStagePATCHRequestBillIDStagesStageIDUpdate PATCH /Bills/{BillID}/Stages/{StageID} Updates a bill stage.
BillsApi billStagePOSTRequestBillIDStagesPost POST /Bills/{BillID}/Stages Appends a stage to a bill record.
BillsApi billStagesGETManyRequestBillIDStagesGet GET /Bills/{BillID}/Stages Retrieves a list of bill stages.
BookInsApi landedCostBookInABANDONRequestAbandonDelete DELETE /BookIns/Abandon Abandons a stateful book in.
BookInsApi landedCostBookInACTIVATERequestActivateBookInIDPost POST /BookIns/Activate/{BookInID} Activates a book in.
BookInsApi landedCostBookInCREATEFromShipmentIDRequestFromShipmentIDShipmentIDPost POST /BookIns/FromShipmentID/{ShipmentID} Creates a book in from the supplied shipment id.
BookInsApi landedCostBookInCREATEFromShipmentNoRequestFromShipmentNoShipmentNoPost POST /BookIns/FromShipmentNo/{ShipmentNo} Creates a book in from the supplied shipment no.
BookInsApi landedCostBookInGETRequestBookInIDGet GET /BookIns/{BookInID} Retrieves a book in.
BookInsApi landedCostBookInLineDELETERequestBookInIDLinesLineIDDelete DELETE /BookIns/{BookInID}/Lines/{LineID} Deletes a line from a book in.
BookInsApi landedCostBookInLineGETRequestBookInIDLinesLineIDGet GET /BookIns/{BookInID}/Lines/{LineID} Retrieves a book in line.
BookInsApi landedCostBookInLinePATCHRequestBookInIDLinesLineIDUpdate PATCH /BookIns/{BookInID}/Lines/{LineID} Updates a line for a book in.
BookInsApi landedCostBookInLinesGETManyRequestBookInIDLinesGet GET /BookIns/{BookInID}/Lines Retrieves a list of book in lines.
BookInsApi landedCostBookInPATCHRequestBookInIDUpdate PATCH /BookIns/{BookInID} Updates a book in.
BookInsApi landedCostBookInSAVERequestSaveGet GET /BookIns/Save Saves a stateful book in.
CarriersApi carrierABANDONRequestAbandonDelete DELETE /Carriers/Abandon Abandons a stateful carrier.
CarriersApi carrierDELETERequestCarrierIDDelete DELETE /Carriers/{CarrierID} Deletes a carrier.
CarriersApi carrierFreightDescriptionDELETERequestCarrierIDFreightDescriptionsFreightDescriptionIDDelete DELETE /Carriers/{CarrierID}/FreightDescriptions/{FreightDescriptionID} Deletes a freight description from a carrier.
CarriersApi carrierFreightDescriptionGETRequestCarrierIDFreightDescriptionsFreightDescriptionIDGet GET /Carriers/{CarrierID}/FreightDescriptions/{FreightDescriptionID} Retrieves a carrier freight description.
CarriersApi carrierFreightDescriptionPATCHRequestCarrierIDFreightDescriptionsFreightDescriptionIDUpdate PATCH /Carriers/{CarrierID}/FreightDescriptions/{FreightDescriptionID} Updates a freight description for a carrier.
CarriersApi carrierFreightDescriptionPOSTRequestCarrierIDFreightDescriptionsPost POST /Carriers/{CarrierID}/FreightDescriptions Appends a freight description to a carrier.
CarriersApi carrierFreightDescriptionsGETManyRequestCarrierIDFreightDescriptionsGet GET /Carriers/{CarrierID}/FreightDescriptions Retrieves a list of carrier freight descriptions.
CarriersApi carrierGETRequestCarrierIDGet GET /Carriers/{CarrierID} Retrieves a carrier.
CarriersApi carrierPATCHRequestCarrierIDUpdate PATCH /Carriers/{CarrierID} Updates a carrier.
CarriersApi carrierPOSTRequestPost POST /Carriers Creates a carrier.
CarriersApi carrierSAVERequestSaveGet GET /Carriers/Save Saves a stateful carrier.
CarriersApi carrierServiceDELETERequestCarrierIDServicesServiceIDDelete DELETE /Carriers/{CarrierID}/Services/{ServiceID} Deletes a carrier service.
CarriersApi carrierServiceGETRequestCarrierIDServicesServiceIDGet GET /Carriers/{CarrierID}/Services/{ServiceID} Retrieves a service from a carrier.
CarriersApi carrierServicePATCHRequestCarrierIDServicesServiceIDUpdate PATCH /Carriers/{CarrierID}/Services/{ServiceID} Updates a carrier service.
CarriersApi carrierServicePOSTRequestCarrierIDServicesPost POST /Carriers/{CarrierID}/Services Appends a service to a carrier.
CarriersApi carrierServicesGETManyRequestCarrierIDServicesGet GET /Carriers/{CarrierID}/Services Retrieves a list of services for a carrier.
CreditorsApi creditorABANDONRequestAbandonDelete DELETE /Creditors/Abandon Abandons a stateful creditor.
CreditorsApi creditorClassificationABANDONRequestClassificationsAbandonDelete DELETE /Creditors/Classifications/Abandon Abandons a stateful creditor classification.
CreditorsApi creditorClassificationDELETERequestClassificationsClassificationIDDelete DELETE /Creditors/Classifications/{ClassificationID} Deletes a creditor classification.
CreditorsApi creditorClassificationGETRequestClassificationsClassificationIDGet GET /Creditors/Classifications/{ClassificationID} Retrieves a creditor classification.
CreditorsApi creditorClassificationPATCHRequestClassificationsClassificationIDUpdate PATCH /Creditors/Classifications/{ClassificationID} Updates a creditor classification.
CreditorsApi creditorClassificationPOSTRequestClassificationsPost POST /Creditors/Classifications Creates a creditor classification.
CreditorsApi creditorClassificationSAVERequestClassificationsSaveGet GET /Creditors/Classifications/Save Saves a stateful creditor classification.
CreditorsApi creditorDELETERequestCreditorIDDelete DELETE /Creditors/{CreditorID} Deletes a creditor.
CreditorsApi creditorGETRequestCreditorIDGet GET /Creditors/{CreditorID} Retrieves a creditor.
CreditorsApi creditorPATCHRequestCreditorIDUpdate PATCH /Creditors/{CreditorID} Updates a creditor.
CreditorsApi creditorPOSTRequestPost POST /Creditors Creates a creditor.
CreditorsApi creditorSAVERequestSaveGet GET /Creditors/Save Saves a stateful creditor.
CreditorsApi creditorWarehouseAddressDELETERequestCreditorIDWarehouseAddressWarehouseAddressIDDelete DELETE /Creditors/{CreditorID}/WarehouseAddress/{WarehouseAddressID} Deletes a warehouse address from a creditor.
CreditorsApi creditorWarehouseAddressGETRequestCreditorIDWarehouseAddressWarehouseAddressIDGet GET /Creditors/{CreditorID}/WarehouseAddress/{WarehouseAddressID} Retrieves a creditor warehouse address.
CreditorsApi creditorWarehouseAddressPATCHRequestCreditorIDWarehouseAddressWarehouseAddressIDUpdate PATCH /Creditors/{CreditorID}/WarehouseAddress/{WarehouseAddressID} Updates a warehouse address for a creditor.
CreditorsApi creditorWarehouseAddressPOSTRequestCreditorIDWarehouseAddressPost POST /Creditors/{CreditorID}/WarehouseAddress Appends a warehouse to a creditor.
CreditorsApi creditorWarehouseAddressesGETManyRequestCreditorIDWarehouseAddressesGet GET /Creditors/{CreditorID}/WarehouseAddresses Retrieves a list of creditor warehouse addresses.
CurrenciesApi currencyABANDONRequestAbandonDelete DELETE /Currencies/Abandon Abandons a stateful currency.
CurrenciesApi currencyDELETERequestCurrencyIDDelete DELETE /Currencies/{CurrencyID} Deletes a currency.
CurrenciesApi currencyGETRequestCurrencyIDGet GET /Currencies/{CurrencyID} Retrieves a currency.
CurrenciesApi currencyPATCHRequestCurrencyIDUpdate PATCH /Currencies/{CurrencyID} Updates a currency.
CurrenciesApi currencyPOSTRequestPost POST /Currencies Creates a currency.
CurrenciesApi currencyRateDELETERequestCurrencyIDRatesRateIDDelete DELETE /Currencies/{CurrencyID}/Rates/{RateID} Deletes a rate from a currency.
CurrenciesApi currencyRateGETRequestCurrencyIDRatesRateIDGet GET /Currencies/{CurrencyID}/Rates/{RateID} Retrieves a currency rate.
CurrenciesApi currencyRatePATCHRequestCurrencyIDRatesRateIDUpdate PATCH /Currencies/{CurrencyID}/Rates/{RateID} Updates a rate for a currency.
CurrenciesApi currencyRatePOSTRequestCurrencyIDRatesPost POST /Currencies/{CurrencyID}/Rates Appends a rate to a currency.
CurrenciesApi currencySAVERequestSaveGet GET /Currencies/Save Saves a stateful currency.
DebtorsApi debtorABANDONRequestAbandonDelete DELETE /Debtors/Abandon Abandons a stateful debtor.
DebtorsApi debtorAPIKeyDebtorGETRequestGet GET /Debtors Retrieves a debtor for a API Key authenticated customer.
DebtorsApi debtorBackordersGETRequestDebtorIDBackordersGet GET /Debtors/{DebtorID}/Backorders Retrieves a list of backorders for a debtor.
DebtorsApi debtorCategoriesABANDONRequestCategoriesAbandonDelete DELETE /Debtors/Categories/Abandon Abandons a stateful debtor categories collection.
DebtorsApi debtorCategoriesSAVERequestCategoriesSaveGet GET /Debtors/Categories/Save Saves a stateful debtor categories collection.
DebtorsApi debtorCategoryDELETERequestCategoriesCategoryIDDelete DELETE /Debtors/Categories/{CategoryID} Deletes a debtor category.
DebtorsApi debtorCategoryGETRequestCategoriesCategoryIDGet GET /Debtors/Categories/{CategoryID} Retrieves a debtor category.
DebtorsApi debtorCategoryPATCHRequestCategoriesCategoryIDUpdate PATCH /Debtors/Categories/{CategoryID} Updates a debtor category.
DebtorsApi debtorCategoryPOSTRequestCategoriesPost POST /Debtors/Categories Creates a debtor category.
DebtorsApi debtorClassificationABANDONRequestClassificationsAbandonDelete DELETE /Debtors/Classifications/Abandon Abandons a stateful debtor classification.
DebtorsApi debtorClassificationDELETERequestClassificationsClassificationIDDelete DELETE /Debtors/Classifications/{ClassificationID} Deletes a debtor classification.
DebtorsApi debtorClassificationGETRequestClassificationsClassificationIDGet GET /Debtors/Classifications/{ClassificationID} Retrieves a debtor classification.
DebtorsApi debtorClassificationPATCHRequestClassificationsClassificationIDUpdate PATCH /Debtors/Classifications/{ClassificationID} Updates a debtor classification.
DebtorsApi debtorClassificationPOSTRequestClassificationsPost POST /Debtors/Classifications Creates a debtor classification.
DebtorsApi debtorClassificationSAVERequestClassificationsSaveGet GET /Debtors/Classifications/Save Saves a stateful debtor classification.
DebtorsApi debtorContactNameDELETERequestDebtorIDContactNamesContactNameIDDelete DELETE /Debtors/{DebtorID}/ContactNames/{ContactNameID} Deletes a debtor contact name.
DebtorsApi debtorContactNameGETRequestDebtorIDContactNamesContactNameIDGet GET /Debtors/{DebtorID}/ContactNames/{ContactNameID} Retrieves a debtor contact name.
DebtorsApi debtorContactNamePATCHRequestDebtorIDContactNamesContactNameIDUpdate PATCH /Debtors/{DebtorID}/ContactNames/{ContactNameID} Updates a debtor contact name.
DebtorsApi debtorContactNamePOSTRequestDebtorIDContactNamesPost POST /Debtors/{DebtorID}/ContactNames Appends a contact name to a debtor.
DebtorsApi debtorContactNamesGETManyRequestDebtorIDContactNamesGet GET /Debtors/{DebtorID}/ContactNames Retrieves a list of debtor contact names.
DebtorsApi debtorCustomFieldValueGETRequestDebtorIDCustomFieldValuesSettingIDGet GET /Debtors/{DebtorID}/CustomFieldValues/{SettingID} Retrieves a debtor custom field value.
DebtorsApi debtorCustomFieldValuePATCHRequestDebtorIDCustomFieldValuesSettingIDUpdate PATCH /Debtors/{DebtorID}/CustomFieldValues/{SettingID} Updates a debtor custom field value.
DebtorsApi debtorCustomFieldValuesGETManyRequestDebtorIDCustomFieldValuesGet GET /Debtors/{DebtorID}/CustomFieldValues Retrieves a list of custom field values for a debtor.
DebtorsApi debtorCustomFieldsGETManyRequestCustomFieldsGet GET /Debtors/CustomFields Retrieves a list of debtor custom fields.
DebtorsApi debtorDELETERequestDebtorIDDelete DELETE /Debtors/{DebtorID} Deletes a debtor.
DebtorsApi debtorDeliveryAddressDELETERequestDebtorIDDeliveryAddressesDeliveryAddressIDDelete DELETE /Debtors/{DebtorID}/DeliveryAddresses/{DeliveryAddressID} Deletes a debtor delivery address.
DebtorsApi debtorDeliveryAddressGETRequestDebtorIDDeliveryAddressesDeliveryAddressIDGet GET /Debtors/{DebtorID}/DeliveryAddresses/{DeliveryAddressID} Retrieves a debtor delivery address.
DebtorsApi debtorDeliveryAddressPATCHRequestDebtorIDDeliveryAddressesDeliveryAddressIDUpdate PATCH /Debtors/{DebtorID}/DeliveryAddresses/{DeliveryAddressID} Updates a debtor delivery address.
DebtorsApi debtorDeliveryAddressPOSTRequestDebtorIDDeliveryAddressesPost POST /Debtors/{DebtorID}/DeliveryAddresses Appends a delivery address to a debtor.
DebtorsApi debtorDeliveryAddressesGETManyRequestDebtorIDDeliveryAddressesGet GET /Debtors/{DebtorID}/DeliveryAddresses Retrieves a list of debtor delivery addresses.
DebtorsApi debtorDocumentDELETERequestDebtorIDDocumentsDocumentIDDelete DELETE /Debtors/{DebtorID}/Documents/{DocumentID} Deletes a debtor document.
DebtorsApi debtorDocumentGETRequestDebtorIDDocumentsDocumentIDGet GET /Debtors/{DebtorID}/Documents/{DocumentID} Retrieves a debtor document.
DebtorsApi debtorDocumentPATCHRequestDebtorIDDocumentsDocumentIDUpdate PATCH /Debtors/{DebtorID}/Documents/{DocumentID} Updates a debtor document.
DebtorsApi debtorDocumentPOSTRequestDebtorIDDocumentsPost POST /Debtors/{DebtorID}/Documents Appends a document to a debtor.
DebtorsApi debtorDocumentTypeDELETERequestDocumentTypesDocumentTypeIDDelete DELETE /Debtors/DocumentTypes/{DocumentTypeID} Deletes a debtor document type.
DebtorsApi debtorDocumentTypeGETRequestDocumentTypesDocumentTypeIDGet GET /Debtors/DocumentTypes/{DocumentTypeID} Retrieves a debtor document type.
DebtorsApi debtorDocumentTypePATCHRequestDocumentTypesDocumentTypeIDUpdate PATCH /Debtors/DocumentTypes/{DocumentTypeID} Updates a debtor document type.
DebtorsApi debtorDocumentTypePOSTRequestDocumentTypesPost POST /Debtors/DocumentTypes Creates a new debtor document type.
DebtorsApi debtorDocumentTypesGETManyRequestDocumentTypesGet GET /Debtors/DocumentTypes Retrieves a list of debtor document types.
DebtorsApi debtorDocumentsGETManyRequestDebtorIDDocumentsGet GET /Debtors/{DebtorID}/Documents Retrieves a list of debtor documents.
DebtorsApi debtorFreightForwarderAddressDELETERequestDebtorIDFreightForwarderAddressesFreightForwarderAddressIDDelete DELETE /Debtors/{DebtorID}/FreightForwarderAddresses/{FreightForwarderAddressID} Deletes a debtor freight forwarder address.
DebtorsApi debtorFreightForwarderAddressGETRequestDebtorIDFreightForwarderAddressesFreightForwarderAddressIDGet GET /Debtors/{DebtorID}/FreightForwarderAddresses/{FreightForwarderAddressID} Retrieves a debtor freight forwarder address.
DebtorsApi debtorFreightForwarderAddressPATCHRequestDebtorIDFreightForwarderAddressesFreightForwarderAddressIDUpdate PATCH /Debtors/{DebtorID}/FreightForwarderAddresses/{FreightForwarderAddressID} Updates a debtor freight forwarder address.
DebtorsApi debtorFreightForwarderAddressPOSTRequestDebtorIDFreightForwarderAddressesPost POST /Debtors/{DebtorID}/FreightForwarderAddresses Appends a freight forwarder address to a debtor.
DebtorsApi debtorFreightForwarderAddressesGETManyRequestDebtorIDFreightForwarderAddressesGet GET /Debtors/{DebtorID}/FreightForwarderAddresses Retrieves a list of debtor freight forwarder addresses.
DebtorsApi debtorGETRequestDebtorIDGet GET /Debtors/{DebtorID} Retrieves a debtor.
DebtorsApi debtorGroupMembershipDELETERequestDebtorIDGroupMembershipsGroupMembershipIDDelete DELETE /Debtors/{DebtorID}/GroupMemberships/{GroupMembershipID} Deletes a debtor group membership.
DebtorsApi debtorGroupMembershipGETRequestDebtorIDGroupMembershipsGroupMembershipIDGet GET /Debtors/{DebtorID}/GroupMemberships/{GroupMembershipID} Retrieves a debtor group membership.
DebtorsApi debtorGroupMembershipPATCHRequestDebtorIDGroupMembershipsGroupMembershipIDUpdate PATCH /Debtors/{DebtorID}/GroupMemberships/{GroupMembershipID} Updates a debtor group membership.
DebtorsApi debtorGroupMembershipPOSTRequestDebtorIDGroupMembershipsPost POST /Debtors/{DebtorID}/GroupMemberships Appends a group membership to a debtor.
DebtorsApi debtorGroupMembershipsGETManyRequestDebtorIDGroupMembershipsGet GET /Debtors/{DebtorID}/GroupMemberships Retrieves a list of debtor group memberships.
DebtorsApi debtorNoteDELETERequestDebtorIDNotesNoteIDDelete DELETE /Debtors/{DebtorID}/Notes/{NoteID} Deletes a debtor note.
DebtorsApi debtorNoteGETRequestDebtorIDNotesNoteIDGet GET /Debtors/{DebtorID}/Notes/{NoteID} Retrieves a debtor note.
DebtorsApi debtorNotePATCHRequestDebtorIDNotesNoteIDUpdate PATCH /Debtors/{DebtorID}/Notes/{NoteID} Updates a debtor note.
DebtorsApi debtorNotePOSTRequestDebtorIDNotesPost POST /Debtors/{DebtorID}/Notes Appends a note to a debtor.
DebtorsApi debtorNoteTypeDELETERequestNoteTypesNoteTypeIDDelete DELETE /Debtors/NoteTypes/{NoteTypeID} Deletes a debtor note type.
DebtorsApi debtorNoteTypeGETRequestNoteTypesNoteTypeIDGet GET /Debtors/NoteTypes/{NoteTypeID} Retrieves a debtor note type.
DebtorsApi debtorNoteTypePATCHRequestNoteTypesNoteTypeIDUpdate PATCH /Debtors/NoteTypes/{NoteTypeID} Updates a debtor note type.
DebtorsApi debtorNoteTypePOSTRequestNoteTypesPost POST /Debtors/NoteTypes Creates a new debtor note type.
DebtorsApi debtorNoteTypesGETManyRequestNoteTypesGet GET /Debtors/NoteTypes Retrieves a list of debtor note types.
DebtorsApi debtorNotesGETManyRequestDebtorIDNotesGet GET /Debtors/{DebtorID}/Notes Retrieves a list of debtor notes.
DebtorsApi debtorPATCHRequestDebtorIDUpdate PATCH /Debtors/{DebtorID} Updates a debtor.
DebtorsApi debtorPOSTRequestPost POST /Debtors Creates a debtor.
DebtorsApi debtorPartNumberDELETERequestDebtorIDDebtorPartNumbersPartNumberIDDelete DELETE /Debtors/{DebtorID}/DebtorPartNumbers/{PartNumberID} Deletes a debtor part number.
DebtorsApi debtorPartNumberGETRequestDebtorIDDebtorPartNumbersPartNumberIDGet GET /Debtors/{DebtorID}/DebtorPartNumbers/{PartNumberID} Retrieves a debtor part number.
DebtorsApi debtorPartNumberPATCHRequestDebtorIDDebtorPartNumbersPartNumberIDUpdate PATCH /Debtors/{DebtorID}/DebtorPartNumbers/{PartNumberID} Updates a debtor part number.
DebtorsApi debtorPartNumberPOSTRequestDebtorIDDebtorPartNumbersPost POST /Debtors/{DebtorID}/DebtorPartNumbers Appends a debtor part number to a debtor.
DebtorsApi debtorPartNumbersGETManyRequestDebtorIDDebtorPartNumbersGet GET /Debtors/{DebtorID}/DebtorPartNumbers Retrieves a list of debtor part numbers.
DebtorsApi debtorPricingGroupDELETERequestPricingGroupsPricingGroupIDDelete DELETE /Debtors/PricingGroups/{PricingGroupID} Deletes a debtor pricing group.
DebtorsApi debtorPricingGroupGETRequestPricingGroupsPricingGroupIDGet GET /Debtors/PricingGroups/{PricingGroupID} Retrieves a debtor pricing group.
DebtorsApi debtorPricingGroupPATCHRequestPricingGroupsPricingGroupIDUpdate PATCH /Debtors/PricingGroups/{PricingGroupID} Updates a debtor pricing group.
DebtorsApi debtorPricingGroupPOSTRequestPricingGroupsPost POST /Debtors/PricingGroups Creates a new debtor pricing group.
DebtorsApi debtorSAVERequestSaveGet GET /Debtors/Save Saves a stateful debtor.
GoodsReceivedNotesApi goodsReceivedNoteABANDONRequestAbandonDelete DELETE /GoodsReceivedNotes/Abandon Abandons a stateful goods received note.
GoodsReceivedNotesApi goodsReceivedNoteACTIVATERequestActivateGRNIDPost POST /GoodsReceivedNotes/Activate/{GRNID} Activates a GRN.
GoodsReceivedNotesApi goodsReceivedNoteCREATEFromPOLinesRequestFromPurchaseOrderLinesPost POST /GoodsReceivedNotes/FromPurchaseOrderLines Creates a GRN from the supplied list of ReceivedPOLineQuantity.
GoodsReceivedNotesApi goodsReceivedNoteCREATEFromPORequestFromPurchaseOrdersOrderNosPost POST /GoodsReceivedNotes/FromPurchaseOrders/{OrderNos} Creates a GRN from the supplied purchase orders.
GoodsReceivedNotesApi goodsReceivedNoteDELETERequestGRNIDDelete DELETE /GoodsReceivedNotes/{GRNID} Deletes a GRN.
GoodsReceivedNotesApi goodsReceivedNoteGETRequestGRNIDGet GET /GoodsReceivedNotes/{GRNID} Retrieves a GRN.
GoodsReceivedNotesApi goodsReceivedNoteLineDELETERequestGRNIDLinesLineIDDelete DELETE /GoodsReceivedNotes/{GRNID}/Lines/{LineID} Deletes a line from a goods received note.
GoodsReceivedNotesApi goodsReceivedNoteLineDetailDELETERequestGRNIDLinesLineIDLineDetailsLineDetailIDDelete DELETE /GoodsReceivedNotes/{GRNID}/Lines/{LineID}/LineDetails/{LineDetailID} Deletes a goods received note line detail.
GoodsReceivedNotesApi goodsReceivedNoteLineDetailGETRequestGRNIDLinesLineIDLineDetailsLineDetailIDGet GET /GoodsReceivedNotes/{GRNID}/Lines/{LineID}/LineDetails/{LineDetailID} Retrieves a goods received note line detail.
GoodsReceivedNotesApi goodsReceivedNoteLineDetailPATCHRequestGRNIDLinesLineIDLineDetailsLineDetailIDUpdate PATCH /GoodsReceivedNotes/{GRNID}/Lines/{LineID}/LineDetails/{LineDetailID} Updates a goods received note line detail.
GoodsReceivedNotesApi goodsReceivedNoteLineDetailPOSTRequestGRNIDLinesLineIDLineDetailsPost POST /GoodsReceivedNotes/{GRNID}/Lines/{LineID}/LineDetails Appends a line detail to a goods received note line.
GoodsReceivedNotesApi goodsReceivedNoteLineDetailPUTRequestGRNIDLinesLineIDLineDetailsCreate PUT /GoodsReceivedNotes/{GRNID}/Lines/{LineID}/LineDetails Sets the line details for a goods received note line. Existing line details for that line will be replaced.
GoodsReceivedNotesApi goodsReceivedNoteLineDetailsGETManyRequestGRNIDLinesLineIDLineDetailsGet GET /GoodsReceivedNotes/{GRNID}/Lines/{LineID}/LineDetails Retrieves a list of line details for a goods received note line.
GoodsReceivedNotesApi goodsReceivedNoteLineGETRequestGRNIDLinesLineIDGet GET /GoodsReceivedNotes/{GRNID}/Lines/{LineID} Retrieves a goods received note line.
GoodsReceivedNotesApi goodsReceivedNoteLinePATCHRequestGRNIDLinesLineIDUpdate PATCH /GoodsReceivedNotes/{GRNID}/Lines/{LineID} Updates a line for a goods received note.
GoodsReceivedNotesApi goodsReceivedNoteLinePOSTRequestGRNIDLinesPost POST /GoodsReceivedNotes/{GRNID}/Lines Appends a line to a goods received note.
GoodsReceivedNotesApi goodsReceivedNoteLinesGETManyRequestGRNIDLinesGet GET /GoodsReceivedNotes/{GRNID}/Lines Retrieves a list of goods received note lines.
GoodsReceivedNotesApi goodsReceivedNotePATCHRequestGRNIDUpdate PATCH /GoodsReceivedNotes/{GRNID} Updates a GRN.
GoodsReceivedNotesApi goodsReceivedNotePOSTRequestPost POST /GoodsReceivedNotes Creates a GRN.
GoodsReceivedNotesApi goodsReceivedNotePurchaseOrderDELETERequestGRNIDPurchaseOrdersOrderIDDelete DELETE /GoodsReceivedNotes/{GRNID}/PurchaseOrders/{OrderID} Deletes a purchase order from a goods received note.
GoodsReceivedNotesApi goodsReceivedNotePurchaseOrderGETRequestGRNIDPurchaseOrdersOrderIDGet GET /GoodsReceivedNotes/{GRNID}/PurchaseOrders/{OrderID} Retrieves a goods received note purchase order.
GoodsReceivedNotesApi goodsReceivedNotePurchaseOrderPOSTRequestGRNIDPurchaseOrdersPost POST /GoodsReceivedNotes/{GRNID}/PurchaseOrders Appends a purchase order to a goods received note.
GoodsReceivedNotesApi goodsReceivedNotePurchaseOrdersGETManyRequestGRNIDPurchaseOrdersGet GET /GoodsReceivedNotes/{GRNID}/PurchaseOrders Retrieves a list of goods received note purchase orders.
GoodsReceivedNotesApi goodsReceivedNoteSAVERequestSaveGet GET /GoodsReceivedNotes/Save Saves a stateful stateful goods received note.
InventoryApi inventoryABANDONRequestAbandonDelete DELETE /Inventory/Abandon Abandons a stateful inventory item.
InventoryApi inventoryAlternateChildDELETERequestInventoryIDAlternateChildrenAlternateChildIDDelete DELETE /Inventory/{InventoryID}/AlternateChildren/{AlternateChildID} Deletes a inventory alternate child.
InventoryApi inventoryAlternateChildGETRequestInventoryIDAlternateChildrenAlternateChildIDGet GET /Inventory/{InventoryID}/AlternateChildren/{AlternateChildID} Retrieves an inventory alternate child.
InventoryApi inventoryAlternateChildPATCHRequestInventoryIDAlternateChildrenAlternateChildIDUpdate PATCH /Inventory/{InventoryID}/AlternateChildren/{AlternateChildID} Updates a inventory alternate child.
InventoryApi inventoryAlternateChildPOSTRequestInventoryIDAlternateChildrenPost POST /Inventory/{InventoryID}/AlternateChildren Appends an alternate child to an inventory item.
InventoryApi inventoryAlternateChildrenGETManyRequestInventoryIDAlternateChildrenGet GET /Inventory/{InventoryID}/AlternateChildren Retrieves a list of inventory alternate children.
InventoryApi inventoryAlternateParentGETRequestInventoryIDAlternateParentsLinkedInventoryIDGet GET /Inventory/{InventoryID}/AlternateParents/{LinkedInventoryID} Retrieves an inventory alternate parent.
InventoryApi inventoryAlternateParentsGETManyRequestInventoryIDAlternateParentsGet GET /Inventory/{InventoryID}/AlternateParents Retrieves a list of inventory alternate parents.
InventoryApi inventoryAttributeGroupDELETERequestInventoryIDAttributeGroupsAttributeGroupIDDelete DELETE /Inventory/{InventoryID}/AttributeGroups/{AttributeGroupID} Deletes a inventory attribute group.
InventoryApi inventoryAttributeGroupGETRequestInventoryIDAttributeGroupsAttributeGroupIDGet GET /Inventory/{InventoryID}/AttributeGroups/{AttributeGroupID} Retrieves an inventory attribute group.
InventoryApi inventoryAttributeGroupPATCHRequestInventoryIDAttributeGroupsAttributeGroupIDUpdate PATCH /Inventory/{InventoryID}/AttributeGroups/{AttributeGroupID} Updates a inventory attribute group.
InventoryApi inventoryAttributeGroupPOSTRequestInventoryIDAttributeGroupsPost POST /Inventory/{InventoryID}/AttributeGroups Appends an attribute group to an inventory item.
InventoryApi inventoryAttributeGroupTemplateABANDONRequestAttributeGroupTemplatesAbandonDelete DELETE /Inventory/AttributeGroupTemplates/Abandon Abandons a stateful inventory attribute group template.
InventoryApi inventoryAttributeGroupTemplateAttributeDELETERequestAttributeGroupTemplatesAttributeGroupTemplateIDAttributesTemplateAttributeIDDelete DELETE /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID}/Attributes/{TemplateAttributeID} Deletes an inventory attribute group template attribute.
InventoryApi inventoryAttributeGroupTemplateAttributeGETRequestAttributeGroupTemplatesAttributeGroupTemplateIDAttributesTemplateAttributeIDGet GET /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID}/Attributes/{TemplateAttributeID} Retrieves an inventory attribute group template attribute.
InventoryApi inventoryAttributeGroupTemplateAttributePATCHRequestAttributeGroupTemplatesAttributeGroupTemplateIDAttributesTemplateAttributeIDUpdate PATCH /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID}/Attributes/{TemplateAttributeID} Updates an inventory attribute group template attribute.
InventoryApi inventoryAttributeGroupTemplateAttributePOSTRequestAttributeGroupTemplatesAttributeGroupTemplateIDAttributePost POST /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID}/Attribute Appends an inventory attribute group template attribute to an inventory attribute group template.
InventoryApi inventoryAttributeGroupTemplateAttributesGETManyRequestAttributeGroupTemplatesAttributeGroupTemplateIDAttributesGet GET /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID}/Attributes Retrieves a list of inventory attribute group template attributes.
InventoryApi inventoryAttributeGroupTemplateDELETERequestAttributeGroupTemplatesAttributeGroupTemplateIDDelete DELETE /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID} Deletes an inventory attribute group template.
InventoryApi inventoryAttributeGroupTemplateGETRequestAttributeGroupTemplatesAttributeGroupTemplateIDGet GET /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID} Retrieves an inventory attribute group template.
InventoryApi inventoryAttributeGroupTemplatePATCHRequestAttributeGroupTemplatesAttributeGroupTemplateIDUpdate PATCH /Inventory/AttributeGroupTemplates/{AttributeGroupTemplateID} Updates an inventory attribute group template.
InventoryApi inventoryAttributeGroupTemplatePOSTRequestAttributeGroupTemplatesPost POST /Inventory/AttributeGroupTemplates Creates a new inventory attribute group template.
InventoryApi inventoryAttributeGroupTemplateSAVERequestAttributeGroupTemplatesSaveGet GET /Inventory/AttributeGroupTemplates/Save Saves a stateful inventory attribute group template.
InventoryApi inventoryAttributeGroupsGETManyRequestInventoryIDAttributeGroupsGet GET /Inventory/{InventoryID}/AttributeGroups Retrieves a list of inventory attribute groups.
InventoryApi inventoryAttributeValueGETRequestInventoryIDAttributeGroupsAttributeGroupIDAttributeValuesAttributeIDGet GET /Inventory/{InventoryID}/AttributeGroups/{AttributeGroupID}/AttributeValues/{AttributeID} Retrieves an inventory attribute value.
InventoryApi inventoryAttributeValuePATCHRequestInventoryIDAttributeGroupsAttributeGroupIDAttributeValuesAttributeIDUpdate PATCH /Inventory/{InventoryID}/AttributeGroups/{AttributeGroupID}/AttributeValues/{AttributeID} Updates an inventory attribute value.
InventoryApi inventoryBudgetGETRequestInventoryIDBudgetsLogicalWarehouseIDGet GET /Inventory/{InventoryID}/Budgets/{LogicalWarehouseID} Retrieves a budget from an inventory item.
InventoryApi inventoryBudgetPATCHRequestInventoryIDBudgetsLogicalWarehouseIDUpdate PATCH /Inventory/{InventoryID}/Budgets/{LogicalWarehouseID} Updates a budget.
InventoryApi inventoryBudgetsGETManyRequestInventoryIDBudgetsGet GET /Inventory/{InventoryID}/Budgets Retrieves a list of budgets for an inventory item.
InventoryApi inventoryCategoriesABANDONRequestCategoriesAbandonDelete DELETE /Inventory/Categories/Abandon Abandons a stateful inventory categories collection.
InventoryApi inventoryCategoriesSAVERequestCategoriesSaveGet GET /Inventory/Categories/Save Saves a stateful inventory categories collection.
InventoryApi inventoryCategoryDELETERequestCategoriesCategoryIDDelete DELETE /Inventory/Categories/{CategoryID} Deletes an inventory category.
InventoryApi inventoryCategoryGETRequestCategoriesCategoryIDGet GET /Inventory/Categories/{CategoryID} Retrieves an inventory category.
InventoryApi inventoryCategoryPATCHRequestCategoriesCategoryIDUpdate PATCH /Inventory/Categories/{CategoryID} Updates an inventory category.
InventoryApi inventoryCategoryPOSTRequestCategoriesPost POST /Inventory/Categories Creates an inventory category.
InventoryApi inventoryClassificationABANDONRequestClassificationsAbandonDelete DELETE /Inventory/Classifications/Abandon Abandons a stateful inventory classification.
InventoryApi inventoryClassificationDELETERequestClassificationsClassificationIDDelete DELETE /Inventory/Classifications/{ClassificationID} Deletes an inventory classification.
InventoryApi inventoryClassificationGETRequestClassificationsClassificationIDGet GET /Inventory/Classifications/{ClassificationID} Retrieves an inventory classification.
InventoryApi inventoryClassificationPATCHRequestClassificationsClassificationIDUpdate PATCH /Inventory/Classifications/{ClassificationID} Updates an inventory classification.
InventoryApi inventoryClassificationPOSTRequestClassificationsPost POST /Inventory/Classifications Creates an inventory classification.
InventoryApi inventoryClassificationSAVERequestClassificationsSaveGet GET /Inventory/Classifications/Save Saves a stateful inventory classification.
InventoryApi inventoryComponentDELETERequestInventoryIDComponentsComponentIDDelete DELETE /Inventory/{InventoryID}/Components/{ComponentID} Deletes a component.
InventoryApi inventoryComponentGETRequestInventoryIDComponentsComponentIDGet GET /Inventory/{InventoryID}/Components/{ComponentID} Retrieves a component from an inventory item.
InventoryApi inventoryComponentPATCHRequestInventoryIDComponentsComponentIDUpdate PATCH /Inventory/{InventoryID}/Components/{ComponentID} Updates a component.
InventoryApi inventoryComponentPOSTRequestInventoryIDComponentsPost POST /Inventory/{InventoryID}/Components Appends a component to an inventory item.
InventoryApi inventoryComponentsGETManyRequestInventoryIDComponentsGet GET /Inventory/{InventoryID}/Components Retrieves a list of components for an inventory item.
InventoryApi inventoryCustomFieldValueGETRequestInventoryIDCustomFieldValuesSettingIDGet GET /Inventory/{InventoryID}/CustomFieldValues/{SettingID} Retrieves an inventory custom field value.
InventoryApi inventoryCustomFieldValuePATCHRequestInventoryIDCustomFieldValuesSettingIDUpdate PATCH /Inventory/{InventoryID}/CustomFieldValues/{SettingID} Updates an inventory custom field value.
InventoryApi inventoryCustomFieldValuesGETManyRequestInventoryIDCustomFieldValuesGet GET /Inventory/{InventoryID}/CustomFieldValues Retrieves a list of custom field values for an inventory item.
InventoryApi inventoryCustomFieldsGETManyRequestCustomFieldsGet GET /Inventory/CustomFields Retrieves a list of inventory custom fields.
InventoryApi inventoryDELETERequestInventoryIDDelete DELETE /Inventory/{InventoryID} Deletes an inventory item.
InventoryApi inventoryDebtorClassificationPriceDELETERequestInventoryIDDebtorClassificationPricesDebtorClassificationPriceIDDelete DELETE /Inventory/{InventoryID}/DebtorClassificationPrices/{DebtorClassificationPriceID} Deletes a debtor classification price.
InventoryApi inventoryDebtorClassificationPriceGETRequestInventoryIDDebtorClassificationPricesDebtorClassificationPriceIDGet GET /Inventory/{InventoryID}/DebtorClassificationPrices/{DebtorClassificationPriceID} Retrieves a debtor classification price from an inventory item.
InventoryApi inventoryDebtorClassificationPricePATCHRequestInventoryIDDebtorClassificationPricesDebtorClassificationPriceIDUpdate PATCH /Inventory/{InventoryID}/DebtorClassificationPrices/{DebtorClassificationPriceID} Updates a debtor classification price.
InventoryApi inventoryDebtorClassificationPricePOSTRequestInventoryIDDebtorClassificationPricesPost POST /Inventory/{InventoryID}/DebtorClassificationPrices Adds a debtor classification price to an inventory item.
InventoryApi inventoryDebtorClassificationPricesGETManyRequestInventoryIDDebtorClassificationPricesGet GET /Inventory/{InventoryID}/DebtorClassificationPrices Retrieves a list of debtor classification prices for an inventory item.
InventoryApi inventoryDebtorPriceGroupPriceDELETERequestInventoryIDDebtorPriceGroupPricesDebtorPriceGroupInventorySpecificIDDelete DELETE /Inventory/{InventoryID}/DebtorPriceGroupPrices/{DebtorPriceGroupInventorySpecificID} Deletes a debtor price group price.
InventoryApi inventoryDebtorPriceGroupPriceGETRequestInventoryIDDebtorPriceGroupPricesDebtorPriceGroupInventorySpecificIDGet GET /Inventory/{InventoryID}/DebtorPriceGroupPrices/{DebtorPriceGroupInventorySpecificID} Retrieves a debtor price group price from an inventory item.
InventoryApi inventoryDebtorPriceGroupPricePATCHRequestInventoryIDDebtorPriceGroupPricesDebtorPriceGroupInventorySpecificIDUpdate PATCH /Inventory/{InventoryID}/DebtorPriceGroupPrices/{DebtorPriceGroupInventorySpecificID} Updates a debtor price group price.
InventoryApi inventoryDebtorPriceGroupPricePOSTRequestInventoryIDDebtorPriceGroupPricesPost POST /Inventory/{InventoryID}/DebtorPriceGroupPrices Adds a debtor price group price to an inventory item.
InventoryApi inventoryDebtorPriceGroupPricesGETManyRequestInventoryIDDebtorPriceGroupPricesGet GET /Inventory/{InventoryID}/DebtorPriceGroupPrices Retrieves a list of debtor price group prices for an inventory item.
InventoryApi inventoryDebtorSpecificPriceDELETERequestInventoryIDDebtorSpecificPricesDebtorSpecificPriceIDDelete DELETE /Inventory/{InventoryID}/DebtorSpecificPrices/{DebtorSpecificPriceID} Deletes a debtor specific price.
InventoryApi inventoryDebtorSpecificPriceGETRequestInventoryIDDebtorSpecificPricesDebtorSpecificPriceIDGet GET /Inventory/{InventoryID}/DebtorSpecificPrices/{DebtorSpecificPriceID} Retrieves a debtor specific price from an inventory item.
InventoryApi inventoryDebtorSpecificPricePATCHRequestInventoryIDDebtorSpecificPricesDebtorSpecificPriceIDUpdate PATCH /Inventory/{InventoryID}/DebtorSpecificPrices/{DebtorSpecificPriceID} Updates a debtor specific price.
InventoryApi inventoryDebtorSpecificPricePOSTRequestInventoryIDDebtorSpecificPricesPost POST /Inventory/{InventoryID}/DebtorSpecificPrices Adds a debtor specific price to an inventory item.
InventoryApi inventoryDebtorSpecificPricesGETManyRequestInventoryIDDebtorSpecificPricesGet GET /Inventory/{InventoryID}/DebtorSpecificPrices Retrieves a list of debtor specific prices for an inventory item.
InventoryApi inventoryDocumentDELETERequestInventoryIDDocumentsDocumentIDDelete DELETE /Inventory/{InventoryID}/Documents/{DocumentID} Deletes an inventory document.
InventoryApi inventoryDocumentGETRequestInventoryIDDocumentsDocumentIDGet GET /Inventory/{InventoryID}/Documents/{DocumentID} Retrieves an inventory document.
InventoryApi inventoryDocumentPATCHRequestInventoryIDDocumentsDocumentIDUpdate PATCH /Inventory/{InventoryID}/Documents/{DocumentID} Updates an inventory document.
InventoryApi inventoryDocumentPOSTRequestInventoryIDDocumentsPost POST /Inventory/{InventoryID}/Documents Appends a document to an inventory item.
InventoryApi inventoryDocumentTypeDELETERequestDocumentTypesDocumentTypeIDDelete DELETE /Inventory/DocumentTypes/{DocumentTypeID} Deletes an inventory document type.
InventoryApi inventoryDocumentTypeGETRequestDocumentTypesDocumentTypeIDGet GET /Inventory/DocumentTypes/{DocumentTypeID} Retrieves an inventory document type.
InventoryApi inventoryDocumentTypePATCHRequestDocumentTypesDocumentTypeIDUpdate PATCH /Inventory/DocumentTypes/{DocumentTypeID} Updates an inventory document type.
InventoryApi inventoryDocumentTypePOSTRequestDocumentTypesPost POST /Inventory/DocumentTypes Creates a new inventory document type.
InventoryApi inventoryDocumentTypesGETManyRequestDocumentTypesGet GET /Inventory/DocumentTypes Retrieves a list of inventory document types.
InventoryApi inventoryDocumentsGETManyRequestInventoryIDDocumentsGet GET /Inventory/{InventoryID}/Documents Retrieves a list of inventory documents.
InventoryApi inventoryGETRequestInventoryIDGet GET /Inventory/{InventoryID} Retrieves an inventory item.
InventoryApi inventoryLedgerGETRequestInventoryIDLedgersNameGet GET /Inventory/{InventoryID}/Ledgers/{Name} Retrieves an inventory ledger.
InventoryApi inventoryLedgerPATCHRequestInventoryIDLedgersNameUpdate PATCH /Inventory/{InventoryID}/Ledgers/{Name} Updates a inventory ledger.
InventoryApi inventoryLedgersGETManyRequestInventoryIDLedgersGet GET /Inventory/{InventoryID}/Ledgers Retrieves a list of inventory ledgers.
InventoryApi inventoryNoteDELETERequestInventoryIDNotesNoteIDDelete DELETE /Inventory/{InventoryID}/Notes/{NoteID} Deletes an inventory note.
InventoryApi inventoryNoteGETRequestInventoryIDNotesNoteIDGet GET /Inventory/{InventoryID}/Notes/{NoteID} Retrieves an inventory note.
InventoryApi inventoryNotePATCHRequestInventoryIDNotesNoteIDUpdate PATCH /Inventory/{InventoryID}/Notes/{NoteID} Updates an inventory note.
InventoryApi inventoryNotePOSTRequestInventoryIDNotesPost POST /Inventory/{InventoryID}/Notes Appends a note to an inventory item.
InventoryApi inventoryNoteTypeDELETERequestNoteTypesNoteTypeIDDelete DELETE /Inventory/NoteTypes/{NoteTypeID} Deletes an inventory note type.
InventoryApi inventoryNoteTypeGETRequestNoteTypesNoteTypeIDGet GET /Inventory/NoteTypes/{NoteTypeID} Retrieves an inventory note type.
InventoryApi inventoryNoteTypePATCHRequestNoteTypesNoteTypeIDUpdate PATCH /Inventory/NoteTypes/{NoteTypeID} Updates an inventory note type.
InventoryApi inventoryNoteTypePOSTRequestNoteTypesPost POST /Inventory/NoteTypes Creates a new inventory note type.
InventoryApi inventoryNoteTypesGETManyRequestNoteTypesGet GET /Inventory/NoteTypes Retrieves a list of inventory note types.
InventoryApi inventoryNotesGETManyRequestInventoryIDNotesGet GET /Inventory/{InventoryID}/Notes Retrieves a list of inventory notes.
InventoryApi inventoryOrderLevelGETRequestInventoryIDOrderLevelsLogicalWarehouseIDPeriodsPeriodNoGet GET /Inventory/{InventoryID}/OrderLevels/{LogicalWarehouseID}/Periods/{PeriodNo} Retrieves a order level from an inventory item for a particular logical warehouse.
InventoryApi inventoryOrderLevelPATCHRequestInventoryIDOrderLevelsLogicalWarehouseIDPeriodsPeriodNoUpdate PATCH /Inventory/{InventoryID}/OrderLevels/{LogicalWarehouseID}/Periods/{PeriodNo} Updates an order level.
InventoryApi inventoryOrderLevelsGETManyRequestInventoryIDOrderLevelsGet GET /Inventory/{InventoryID}/OrderLevels Retrieves a list of order levels for an inventory item.
InventoryApi inventoryOtherDescriptionDELETERequestInventoryIDOtherDescriptionsOtherDescriptionIDDelete DELETE /Inventory/{InventoryID}/OtherDescriptions/{OtherDescriptionID} Deletes an inventory other description.
InventoryApi inventoryOtherDescriptionGETRequestInventoryIDOtherDescriptionsOtherDescriptionIDGet GET /Inventory/{InventoryID}/OtherDescriptions/{OtherDescriptionID} Retrieves an inventory other description.
InventoryApi inventoryOtherDescriptionPATCHRequestInventoryIDOtherDescriptionsOtherDescriptionIDUpdate PATCH /Inventory/{InventoryID}/OtherDescriptions/{OtherDescriptionID} Updates an inventory other description.
InventoryApi inventoryOtherDescriptionPOSTRequestInventoryIDOtherDescriptionsPost POST /Inventory/{InventoryID}/OtherDescriptions Appends an other description to an inventory item.
InventoryApi inventoryOtherDescriptionsGETManyRequestInventoryIDOtherDescriptionsGet GET /Inventory/{InventoryID}/OtherDescriptions Retrieves a list of inventory other descriptions.
InventoryApi inventoryPATCHRequestInventoryIDUpdate PATCH /Inventory/{InventoryID} Updates an inventory item.
InventoryApi inventoryPOSTRequestPost POST /Inventory Creates an inventory item.
InventoryApi inventoryPriceGETRequestInventoryIDPricingDebtorIDINLogicalIDDateQuantityGet GET /Inventory/{InventoryID}/Pricing/{DebtorID}/{IN_LogicalID}/{Date}/{Quantity} Retrieves a price for a product, for a debtor, warehouse, date and quantity
InventoryApi inventoryPricingGroupDELETERequestPricingGroupsPricingGroupIDDelete DELETE /Inventory/PricingGroups/{PricingGroupID} Deletes an inventory pricing group.
InventoryApi inventoryPricingGroupGETRequestPricingGroupsPricingGroupIDGet GET /Inventory/PricingGroups/{PricingGroupID} Retrieves an inventory pricing group.
InventoryApi inventoryPricingGroupPATCHRequestPricingGroupsPricingGroupIDUpdate PATCH /Inventory/PricingGroups/{PricingGroupID} Updates an inventory pricing group.
InventoryApi inventoryPricingGroupPOSTRequestPricingGroupsPost POST /Inventory/PricingGroups Creates a new inventory pricing group.
InventoryApi inventoryPricingGroupsGETManyRequestPricingGroupsGet GET /Inventory/PricingGroups Retrieves a list of inventory pricing groups.
InventoryApi inventoryProductAvailabilitiesGETManyRequestInventoryIDProductAvailabilitiesGet GET /Inventory/{InventoryID}/ProductAvailabilities Retrieves a list of product availabilities for an inventory item.
InventoryApi inventoryProductAvailabilityGETRequestInventoryIDProductAvailabilitiesLogicalWarehouseIDGet GET /Inventory/{InventoryID}/ProductAvailabilities/{LogicalWarehouseID} Retrieves a product availability from an inventory item.
InventoryApi inventoryProductAvailabilityPATCHRequestInventoryIDProductAvailabilitiesLogicalWarehouseIDUpdate PATCH /Inventory/{InventoryID}/ProductAvailabilities/{LogicalWarehouseID} Updates a product availability.
InventoryApi inventoryRegionGETRequestInventoryIDRegionsRegionNameGet GET /Inventory/{InventoryID}/Regions/{RegionName} Retrieves an inventory region.
InventoryApi inventoryRegionPATCHRequestInventoryIDRegionsRegionNameUpdate PATCH /Inventory/{InventoryID}/Regions/{RegionName} Updates a inventory region.
InventoryApi inventoryRegionsGETManyRequestInventoryIDRegionsGet GET /Inventory/{InventoryID}/Regions Retrieves a list of inventory regions.
InventoryApi inventorySAVERequestSaveGet GET /Inventory/Save Saves a stateful inventory item.
InventoryApi inventorySellingPriceGETRequestInventoryIDSellingPricesGet GET /Inventory/{InventoryID}/SellingPrices Retrieves the selling prices for an inventory item.
InventoryApi inventorySellingPricePATCHRequestInventoryIDSellingPricesUpdate PATCH /Inventory/{InventoryID}/SellingPrices Updates the selling prices.
InventoryApi inventorySupplierDELETERequestInventoryIDRegionsRegionNameSuppliersSupplierIDDelete DELETE /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID} Deletes an inventory item supplier.
InventoryApi inventorySupplierGETRequestInventoryIDRegionsRegionNameSuppliersSupplierIDGet GET /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID} Retrieves an inventory item supplier.
InventoryApi inventorySupplierPATCHRequestInventoryIDRegionsRegionNameSuppliersSupplierIDUpdate PATCH /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID} Updates an inventory item supplier.
InventoryApi inventorySupplierPOSTRequestInventoryIDRegionsRegionNameSuppliersPost POST /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers Appends a supplier to an inventory item.
InventoryApi inventorySupplierWarehouseDELETERequestInventoryIDRegionsRegionNameSuppliersSupplierIDSupplierWarehousesSupplierWarehouseIDDelete DELETE /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID}/SupplierWarehouses/{SupplierWarehouseID} Deletes a supplier warehouse from an inventory item.
InventoryApi inventorySupplierWarehouseGETRequestInventoryIDRegionsRegionNameSuppliersSupplierIDSupplierWarehousesSupplierWarehouseIDGet GET /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID}/SupplierWarehouses/{SupplierWarehouseID} Retrieves an inventory item supplier warehouse.
InventoryApi inventorySupplierWarehousePATCHRequestInventoryIDRegionsRegionNameSuppliersSupplierIDSupplierWarehousesSupplierWarehouseIDUpdate PATCH /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID}/SupplierWarehouses/{SupplierWarehouseID} Updates a supplier warehouse for an inventory item.
InventoryApi inventorySupplierWarehousePOSTRequestInventoryIDRegionsRegionNameSuppliersSupplierIDSupplierWarehousesPost POST /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID}/SupplierWarehouses Appends a supplier warehouse to an inventory item.
InventoryApi inventorySupplierWarehousesGETManyRequestInventoryIDRegionsRegionNameSuppliersSupplierIDSupplierWarehousesGet GET /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers/{SupplierID}/SupplierWarehouses Retrieves a list of inventory supplier warehouses.
InventoryApi inventorySuppliersGETManyRequestInventoryIDRegionsRegionNameSuppliersGet GET /Inventory/{InventoryID}/Regions/{RegionName}/Suppliers Retrieves a list of suppliers for a given inventory item in a particular region.
InventoryApi inventoryUnitOfMeasureDELETERequestInventoryIDUnitOfMeasuresUnitOfMeasureIDDelete DELETE /Inventory/{InventoryID}/UnitOfMeasures/{UnitOfMeasureID} Deletes a inventory unit of measure.
InventoryApi inventoryUnitOfMeasureGETRequestInventoryIDUnitOfMeasuresUnitOfMeasureIDGet GET /Inventory/{InventoryID}/UnitOfMeasures/{UnitOfMeasureID} Retrieves an inventory unit of measure.
InventoryApi inventoryUnitOfMeasurePATCHRequestInventoryIDUnitOfMeasuresUnitOfMeasureIDUpdate PATCH /Inventory/{InventoryID}/UnitOfMeasures/{UnitOfMeasureID} Updates a inventory unit of measure.
InventoryApi inventoryUnitOfMeasurePOSTRequestInventoryIDUnitOfMeasuresPost POST /Inventory/{InventoryID}/UnitOfMeasures Appends an alternate child to an inventory item.
InventoryApi inventoryUnitOfMeasuresGETManyRequestInventoryIDUnitOfMeasuresGet GET /Inventory/{InventoryID}/UnitOfMeasures Retrieves a list of inventory unit of measures.
InventoryApi inventoryUpSellDELETERequestInventoryIDUpSellsUpSellIDDelete DELETE /Inventory/{InventoryID}/UpSells/{UpSellID} Deletes a inventory up sell.
InventoryApi inventoryUpSellGETRequestInventoryIDUpSellsUpSellIDGet GET /Inventory/{InventoryID}/UpSells/{UpSellID} Retrieves an inventory up sell.
InventoryApi inventoryUpSellPATCHRequestInventoryIDUpSellsUpSellIDUpdate PATCH /Inventory/{InventoryID}/UpSells/{UpSellID} Updates a inventory up sell.
InventoryApi inventoryUpSellPOSTRequestInventoryIDUpSellsPost POST /Inventory/{InventoryID}/UpSells Appends an up sell to an inventory item.
InventoryApi inventoryUpSellsGETManyRequestInventoryIDUpSellsGet GET /Inventory/{InventoryID}/UpSells Retrieves a list of inventory up sells.
JournalSetsApi journalSetABANDONRequestAbandonDelete DELETE /JournalSets/Abandon Abandons a stateful journal set.
JournalSetsApi journalSetDELETERequestJournalSetIDDelete DELETE /JournalSets/{JournalSetID} Deletes a journal set.
JournalSetsApi journalSetDocumentDELETERequestJournalSetIDDocumentsDocumentIDDelete DELETE /JournalSets/{JournalSetID}/Documents/{DocumentID} Deletes a journal set document.
JournalSetsApi journalSetDocumentGETRequestJournalSetIDDocumentsDocumentIDGet GET /JournalSets/{JournalSetID}/Documents/{DocumentID} Retrieves a journal set document.
JournalSetsApi journalSetDocumentPATCHRequestJournalSetIDDocumentsDocumentIDUpdate PATCH /JournalSets/{JournalSetID}/Documents/{DocumentID} Updates a journal set document.
JournalSetsApi journalSetDocumentPOSTRequestJournalSetIDDocumentsPost POST /JournalSets/{JournalSetID}/Documents Appends a document to a journal set.
JournalSetsApi journalSetDocumentTypeDELETERequestDocumentTypesDocumentTypeIDDelete DELETE /JournalSets/DocumentTypes/{DocumentTypeID} Deletes a journal set document type.
JournalSetsApi journalSetDocumentTypeGETRequestDocumentTypesDocumentTypeIDGet GET /JournalSets/DocumentTypes/{DocumentTypeID} Retrieves a journal set document type.
JournalSetsApi journalSetDocumentTypePATCHRequestDocumentTypesDocumentTypeIDUpdate PATCH /JournalSets/DocumentTypes/{DocumentTypeID} Updates a journal set document type.
JournalSetsApi journalSetDocumentTypePOSTRequestDocumentTypesPost POST /JournalSets/DocumentTypes Creates a new journal set document type.
JournalSetsApi journalSetDocumentTypesGETManyRequestDocumentTypesGet GET /JournalSets/DocumentTypes Retrieves a list of journal set document types.
JournalSetsApi journalSetDocumentsGETManyRequestJournalSetIDDocumentsGet GET /JournalSets/{JournalSetID}/Documents Retrieves a list of journal set documents.
JournalSetsApi journalSetGETRequestJournalSetIDGet GET /JournalSets/{JournalSetID} Retrieves a journal set.
JournalSetsApi journalSetLineDELETERequestJournalSetIDLinesJournalSetLineIDDelete DELETE /JournalSets/{JournalSetID}/Lines/{JournalSetLineID} Deletes a line from a journal set.
JournalSetsApi journalSetLineGETRequestJournalSetIDLinesJournalSetLineIDGet GET /JournalSets/{JournalSetID}/Lines/{JournalSetLineID} Retrieves a journal set line.
JournalSetsApi journalSetLinePATCHRequestJournalSetIDLinesJournalSetLineIDUpdate PATCH /JournalSets/{JournalSetID}/Lines/{JournalSetLineID} Updates a line for a journal set.
JournalSetsApi journalSetLinePOSTRequestJournalSetIDLinesPost POST /JournalSets/{JournalSetID}/Lines Appends a line to a journal set.
JournalSetsApi journalSetLinesGETManyRequestJournalSetIDLinesGet GET /JournalSets/{JournalSetID}/Lines Retrieves a list of journal set lines.
JournalSetsApi journalSetNoteDELETERequestJournalSetIDNotesNoteIDDelete DELETE /JournalSets/{JournalSetID}/Notes/{NoteID} Deletes a journal set note.
JournalSetsApi journalSetNoteGETRequestJournalSetIDNotesNoteIDGet GET /JournalSets/{JournalSetID}/Notes/{NoteID} Retrieves a journal set note.
JournalSetsApi journalSetNotePATCHRequestJournalSetIDNotesNoteIDUpdate PATCH /JournalSets/{JournalSetID}/Notes/{NoteID} Updates a journal set note.
JournalSetsApi journalSetNotePOSTRequestJournalSetIDNotesPost POST /JournalSets/{JournalSetID}/Notes Appends a note to a journal set.
JournalSetsApi journalSetNoteTypeDELETERequestNoteTypesNoteTypeIDDelete DELETE /JournalSets/NoteTypes/{NoteTypeID} Deletes a journal set note type.
JournalSetsApi journalSetNoteTypeGETRequestNoteTypesNoteTypeIDGet GET /JournalSets/NoteTypes/{NoteTypeID} Retrieves a journal set note type.
JournalSetsApi journalSetNoteTypePATCHRequestNoteTypesNoteTypeIDUpdate PATCH /JournalSets/NoteTypes/{NoteTypeID} Updates a journal set note type.
JournalSetsApi journalSetNoteTypePOSTRequestNoteTypesPost POST /JournalSets/NoteTypes Creates a new journal set note type.
JournalSetsApi journalSetNoteTypesGETManyRequestNoteTypesGet GET /JournalSets/NoteTypes Retrieves a list of journal set note types.
JournalSetsApi journalSetNotesGETManyRequestJournalSetIDNotesGet GET /JournalSets/{JournalSetID}/Notes Retrieves a list of journal set notes.
JournalSetsApi journalSetPATCHRequestJournalSetIDUpdate PATCH /JournalSets/{JournalSetID} Updates a journal set.
JournalSetsApi journalSetPOSTRequestPost POST /JournalSets/ Creates a journal set.
JournalSetsApi journalSetSAVERequestSaveGet GET /JournalSets/Save Saves a stateful stateful journal set.
KeepAliveApi keepAliveGETRequestGet GET /KeepAlive Extends an authenticated users session
LanguagesApi languageDELETERequestLanguageIDDelete DELETE /Languages/{LanguageID} Deletes a language.
LanguagesApi languageGETRequestLanguageIDGet GET /Languages/{LanguageID} Retrieves a language.
LanguagesApi languagePATCHRequestLanguageIDUpdate PATCH /Languages/{LanguageID} Updates a language.
LanguagesApi languagePOSTRequestPost POST /Languages Creates a new language.
LanguagesApi languagesGETManyRequestGet GET /Languages Retrieves a list of languages.
LogicalWarehousesApi logicalWarehousesCurrentGETRequestCurrentGet GET /LogicalWarehouses/Current Retrieves the current logical warehouse.
LogicalWarehousesApi logicalWarehousesCurrentPATCHRequestCurrentUpdate PATCH /LogicalWarehouses/Current Sets the current logical warehouse.
LoginApi loginGetRequestCreate PUT /login
LoginApi loginGetRequestDelete DELETE /login
LoginApi loginGetRequestGet GET /login
LoginApi loginGetRequestPost POST /login
LogsApi queryRequestLogsGETManyRequestDateGet GET /Logs/{Date} Retrieves a list of log entries for a given date.
LogsApi queryRequestLogsGETManyRequestGet GET /Logs Retrieves a list of log entries.
LogsApi todayErrorLogsGETManyRequestTodayErrorsGet GET /Logs/Today/Errors Retrieves a list of error log entries for today.
LogsApi todayLogsGETManyRequestTodayGet GET /Logs/Today Retrieves a list of log entries for today.
LogsApi yesterdayErrorLogsGETManyRequestYesterdayErrorsGet GET /Logs/Yesterday/Errors Retrieves a list of error log entries for yesterday.
LogsApi yesterdayLogsGETManyRequestYesterdayGet GET /Logs/Yesterday Retrieves a list of log entries for yesterday.
PurchaseInvoicesApi purchaseInvoiceABANDONRequestAbandonDelete DELETE /PurchaseInvoices/Abandon Abandons a stateful purchase invoice.
PurchaseInvoicesApi purchaseInvoiceACTIVATERequestActivatePurchaseInvoiceIDPost POST /PurchaseInvoices/Activate/{PurchaseInvoiceID} Activates a purchase invoice.
PurchaseInvoicesApi purchaseInvoiceCREATEFromGRNRequestFromGoodsReceivedNotesGRNNosPost POST /PurchaseInvoices/FromGoodsReceivedNotes/{GRNNos} Creates a purchase invoice from the supplied goods received notes.
PurchaseInvoicesApi purchaseInvoiceDELETERequestPurchaseInvoiceIDDelete DELETE /PurchaseInvoices/{PurchaseInvoiceID} Deletes a purchase invoice.
PurchaseInvoicesApi purchaseInvoiceGETRequestPurchaseInvoiceIDGet GET /PurchaseInvoices/{PurchaseInvoiceID} Retrieves a purchase invoice.
PurchaseInvoicesApi purchaseInvoiceGoodsReceivedNoteDELETERequestPurchaseInvoiceIDGoodsReceivedNotesGRNIDDelete DELETE /PurchaseInvoices/{PurchaseInvoiceID}/GoodsReceivedNotes/{GRNID} Deletes a goods received note from a purchase invoice.
PurchaseInvoicesApi purchaseInvoiceGoodsReceivedNoteGETRequestPurchaseInvoiceIDGoodsReceivedNotesGRNIDGet GET /PurchaseInvoices/{PurchaseInvoiceID}/GoodsReceivedNotes/{GRNID} Retrieves a purchase invoice goods received note.
PurchaseInvoicesApi purchaseInvoiceGoodsReceivedNotePOSTRequestPurchaseInvoiceIDGoodsReceivedNotesPost POST /PurchaseInvoices/{PurchaseInvoiceID}/GoodsReceivedNotes Appends a goods received note to a purchase invoice.
PurchaseInvoicesApi purchaseInvoiceGoodsReceivedNotesGETManyRequestPurchaseInvoiceIDGoodsReceivedNotesGet GET /PurchaseInvoices/{PurchaseInvoiceID}/GoodsReceivedNotes Retrieves a list of purchase invoice goods received notes.
PurchaseInvoicesApi purchaseInvoiceLineGETRequestPurchaseInvoiceIDLinesPurchaseInvoiceLineIDGet GET /PurchaseInvoices/{PurchaseInvoiceID}/Lines/{PurchaseInvoiceLineID} Retrieves a purchase invoice line.
PurchaseInvoicesApi purchaseInvoiceLinePATCHRequestPurchaseInvoiceIDLinesPurchaseInvoiceLineIDUpdate PATCH /PurchaseInvoices/{PurchaseInvoiceID}/Lines/{PurchaseInvoiceLineID} Updates a line for a purchase invoice.
PurchaseInvoicesApi purchaseInvoiceLinesGETManyRequestPurchaseInvoiceIDPurchaseInvoiceLineIDGet GET /PurchaseInvoices/{PurchaseInvoiceID}/PurchaseInvoiceLineID Retrieves a list of purchase invoice lines.
PurchaseInvoicesApi purchaseInvoicePATCHRequestPurchaseInvoiceIDUpdate PATCH /PurchaseInvoices/{PurchaseInvoiceID} Updates a purchase invoice.
PurchaseInvoicesApi purchaseInvoicePOSTRequestPost POST /PurchaseInvoices Creates a purchase invoice.
PurchaseInvoicesApi purchaseInvoiceSAVERequestSaveGet GET /PurchaseInvoices/Save Saves a stateful stateful purchase invoice.
PurchaseOrdersApi purchaseOrderABANDONRequestAbandonDelete DELETE /PurchaseOrders/Abandon Abandons a stateful purchase order.
PurchaseOrdersApi purchaseOrderACTIVATERequestActivatePurchaseOrderIDPost POST /PurchaseOrders/Activate/{PurchaseOrderID} Sets the status of a purchase order to 'Sent'.
PurchaseOrdersApi purchaseOrderDELETERequestPurchaseOrderIDDelete DELETE /PurchaseOrders/{PurchaseOrderID} Deletes a purchase order.
PurchaseOrdersApi purchaseOrderGETRequestPurchaseOrderIDGet GET /PurchaseOrders/{PurchaseOrderID} Retrieves a purchase order.
PurchaseOrdersApi purchaseOrderLineDELETERequestPurchaseOrderIDLinesPurchaseOrderLineIDDelete DELETE /PurchaseOrders/{PurchaseOrderID}/Lines/{PurchaseOrderLineID} Deletes a line from a purchase order.
PurchaseOrdersApi purchaseOrderLineGETRequestPurchaseOrderIDLinesPurchaseOrderLineIDGet GET /PurchaseOrders/{PurchaseOrderID}/Lines/{PurchaseOrderLineID} Retrieves a purchase order line.
PurchaseOrdersApi purchaseOrderLinePATCHRequestPurchaseOrderIDLinesPurchaseOrderLineIDUpdate PATCH /PurchaseOrders/{PurchaseOrderID}/Lines/{PurchaseOrderLineID} Updates a line for a purchase order.
PurchaseOrdersApi purchaseOrderLinePOSTRequestPurchaseOrderIDLinesPost POST /PurchaseOrders/{PurchaseOrderID}/Lines Appends a line to a purchase order.
PurchaseOrdersApi purchaseOrderLinesGETManyRequestPurchaseOrderIDLinesGet GET /PurchaseOrders/{PurchaseOrderID}/Lines Retrieves a list of purchase order lines.
PurchaseOrdersApi purchaseOrderPATCHRequestPurchaseOrderIDUpdate PATCH /PurchaseOrders/{PurchaseOrderID} Updates a purchase order.
PurchaseOrdersApi purchaseOrderPOSTRequestPost POST /PurchaseOrders/ Creates a purchase order.
PurchaseOrdersApi purchaseOrderReceiveStockCREATEFromPOLinesRequestFromPurchaseOrderLinesPost POST /PurchaseOrders/FromPurchaseOrderLines Creates a landed cost book in if the purchase order is on a shipment, otherwise creates a goods received note from the supplied list of ReceivedPOLineQuantity.
PurchaseOrdersApi purchaseOrderSAVERequestSaveGet GET /PurchaseOrders/Save Saves a stateful stateful purchase order.
QueriesApi cRMainQueryCRMainGet GET /Queries/CR_Main Retrieves a list of creditors.
QueriesApi cRWarehouseQueryCRWarehouseGet GET /Queries/CR_Warehouse Retrieves a list of creditor warehouses.
QueriesApi dBCategoriesQueryDBCategoriesGet GET /Queries/DB_Categories Retrieves a list of debtor categories.
QueriesApi dBClassificationQueryDBClassificationGet GET /Queries/DB_Classification Retrieves a list of debtor classifications.
QueriesApi dBMainQueryDBMainGet GET /Queries/DB_Main Retrieves a list of debtors.
QueriesApi dBPricingGroupsQueryDBPricingGroupsGet GET /Queries/DB_PricingGroups Retrieves a list of debtor pricing groups.
QueriesApi dBTransQueryDBTransGet GET /Queries/DB_Trans Retrieves a list of debtor transactions
QueriesApi fRCarriersQueryFRCarriersGet GET /Queries/FR_Carriers Retrieves a list of carriers.
QueriesApi fXCurrencyQueryFXCurrencyGet GET /Queries/FX_Currency Retrieves a list of currencies.
QueriesApi fXCurrencyRatesQueryFXCurrencyRatesGet GET /Queries/FX_CurrencyRates Retrieves a list of currency rates.
QueriesApi gLCategoryQueryGLCategoryGet GET /Queries/GL_Category Retrieves a list of general ledger categories.
QueriesApi gLLedgerQueryGLLedgerGet GET /Queries/GL_Ledger Retrieves a list of general ledger accounts.
QueriesApi gLSetsQueryGLSetsGet GET /Queries/GL_Sets Retrieves a list of journal sets.
QueriesApi hRDepartmentsQueryHRDepartmentsGet GET /Queries/HR_Departments Retrieves a list of departments.
QueriesApi hRStaffQueryHRStaffGet GET /Queries/HR_Staff Retrieves a list of staff members.
QueriesApi iNAttributeGroupTemplateQueryINAttributeGroupTemplateGet GET /Queries/IN_AttributeGroupTemplate Retrieves a list of inventory attribute group templates.
QueriesApi iNBinLocationLookupQueryINBinLocationLookupGet GET /Queries/IN_BinLocationLookup Retrieves a list of bin locations.
QueriesApi iNCategoriesQueryINCategoriesGet GET /Queries/IN_Categories Retrieves a list of inventory categories.
QueriesApi iNClassificationQueryINClassificationGet GET /Queries/IN_Classification Retrieves a list of inventory classifications.
QueriesApi iNLogicalQueryINLogicalGet GET /Queries/IN_Logical Retrieves a list of logical warehouses.
QueriesApi iNMainQueryINMainGet GET /Queries/IN_Main Retrieves a list of inventory items.
QueriesApi iNPhysicalQueryINPhysicalGet GET /Queries/IN_Physical Retrieves a list of physical warehouses.
QueriesApi iNRegionQueryINRegionGet GET /Queries/IN_Region Retrieves a list of regions.
QueriesApi iNSOHQueryINSOHGet GET /Queries/IN_SOH Retrieves a list of inventory stock transactionrecords.
QueriesApi iNTransferQueryINTransferGet GET /Queries/IN_Transfer Retrieves a list of stock transfers.
QueriesApi iNWarehouseSOHQueryINWarehouseSOHGet GET /Queries/IN_WarehouseSOH Retrieves a list of inventory stock levels per warehouse.
QueriesApi pIMainQueryPIMainGet GET /Queries/PI_Main Retrieves a list of purchase invoices.
QueriesApi pOMainQueryPOMainGet GET /Queries/PO_Main Retrieves a list of purchase orders.
QueriesApi pluginExceptionQueryPluginExceptionsGet GET /Queries/PluginExceptions Retrieves a list of plugin exceptions (populated when authenticating).
QueriesApi qOMainQueryQOMainGet GET /Queries/QO_Main Retrieves a list of sales quotes.
QueriesApi rEMainQueryREMainGet GET /Queries/RE_Main Retrieves a list of goods receipt notes.
QueriesApi sHBookInMainQuerySHBookInMainGet GET /Queries/SH_BookInMain Retrieves a list of shipment book ins.
QueriesApi sOMainQuerySOMainGet GET /Queries/SO_Main Retrieves a list of sales orders.
QueriesApi sYBranchQuerySYBranchGet GET /Queries/SY_Branch Retrieves a list of sales branches.
QueriesApi sYPluginQuerySYPluginGet GET /Queries/SY_Plugin Retrieves a list of plugins.
QueriesApi sYReportQuerySYReportGet GET /Queries/SY_Report Retrieves a list of reports.
QueriesApi sYReportSectionQuerySYReportSectionGet GET /Queries/SY_ReportSection Retrieves a list of report sections.
QueriesApi sYSysValuesQuerySYSysValuesGet GET /Queries/SY_SysValues Retrieves a list of system settings.
QueriesApi sYWebhookSubscriberQuerySYWebhookSubscriberGet GET /Queries/SY_WebhookSubscriber Retrieves a list of webhook subscribers.
QueriesApi startupLogEntryQueryStartupLogGet GET /Queries/StartupLog Retrieves a list of logon diagnostics (populated when authenticating).
QueriesApi tXMainQueryTXMainGet GET /Queries/TX_Main Retrieves a list of tax rates.
QueriesApi vJiwaDebtorListQueryDebtorListGet GET /Queries/DebtorList Retrieves a list of debtors
QueriesApi vJiwaInventoryItemListQueryInventoryItemListGet GET /Queries/InventoryItemList Retrieves a list of inventory items
QueriesApi vJiwaSalesOrderListQuerySalesOrderListGet GET /Queries/SalesOrderList Retrieves a list of sales orders
QueriesApi vJiwaSalesQuoteListQuerySalesQuoteListGet GET /Queries/SalesQuoteList Retrieves a list of sales quotes
QueriesApi wHTransferQueryWHTransferGet GET /Queries/WH_Transfer Retrieves a list of warehouse transfers.
RegionsApi regionABANDONRequestAbandonDelete DELETE /Regions/Abandon Abandons a stateful region.
RegionsApi regionDELETERequestRegionIDDelete DELETE /Regions/{RegionID} Deletes a region.
RegionsApi regionGETRequestRegionIDGet GET /Regions/{RegionID} Retrieves a region.
RegionsApi regionPATCHRequestRegionIDUpdate PATCH /Regions/{RegionID} Updates a region.
RegionsApi regionPOSTRequestPost POST /Regions Creates a region.
RegionsApi regionSAVERequestSaveGet GET /Regions/Save Saves a stateful region.
ReportsApi reportsPDFGETRequestReportIDPDFDownloadGet GET /Reports/{ReportID}/PDF/Download Retrieves PDF of the selected report.
RestPathsApi restPathsGETManyRequestGet GET /RestPaths Retrieves a list of routes.
SalesOrdersApi salesOrderABANDONRequestInvoiceIDAbandonDelete DELETE /SalesOrders/{InvoiceID}/Abandon Abandons a stateful sales order.
SalesOrdersApi salesOrderCustomFieldValueGETRequestInvoiceIDCustomFieldValuesSettingIDGet GET /SalesOrders/{InvoiceID}/CustomFieldValues/{SettingID} Retrieves a sales order custom field value.
SalesOrdersApi salesOrderCustomFieldValuePATCHRequestInvoiceIDCustomFieldValuesSettingIDUpdate PATCH /SalesOrders/{InvoiceID}/CustomFieldValues/{SettingID} Updates a sales order custom field value.
SalesOrdersApi salesOrderCustomFieldValuesGETManyRequestInvoiceIDCustomFieldValuesGet GET /SalesOrders/{InvoiceID}/CustomFieldValues Retrieves a list of custom field values for a sales order.
SalesOrdersApi salesOrderCustomFieldsGETManyRequestCustomFieldsGet GET /SalesOrders/CustomFields Retrieves a list of sales order custom fields.
SalesOrdersApi salesOrderDocumentDELETERequestInvoiceIDDocumentsDocumentIDDelete DELETE /SalesOrders/{InvoiceID}/Documents/{DocumentID} Deletes a sales order document.
SalesOrdersApi salesOrderDocumentGETRequestInvoiceIDDocumentsDocumentIDGet GET /SalesOrders/{InvoiceID}/Documents/{DocumentID} Retrieves a sales order document.
SalesOrdersApi salesOrderDocumentPATCHRequestInvoiceIDDocumentsDocumentIDUpdate PATCH /SalesOrders/{InvoiceID}/Documents/{DocumentID} Updates a sales order document.
SalesOrdersApi salesOrderDocumentPOSTRequestInvoiceIDDocumentsPost POST /SalesOrders/{InvoiceID}/Documents Appends a document to a sales order.
SalesOrdersApi salesOrderDocumentTypeDELETERequestDocumentTypesDocumentTypeIDDelete DELETE /SalesOrders/DocumentTypes/{DocumentTypeID} Deletes a sales order document type.
SalesOrdersApi salesOrderDocumentTypeGETRequestDocumentTypesDocumentTypeIDGet GET /SalesOrders/DocumentTypes/{DocumentTypeID} Retrieves a sales order document type.
SalesOrdersApi salesOrderDocumentTypePATCHRequestDocumentTypesDocumentTypeIDUpdate PATCH /SalesOrders/DocumentTypes/{DocumentTypeID} Updates a sales order document type.
SalesOrdersApi salesOrderDocumentTypePOSTRequestDocumentTypesPost POST /SalesOrders/DocumentTypes Creates a new sales order document type.
SalesOrdersApi salesOrderDocumentTypesGETManyRequestDocumentTypesGet GET /SalesOrders/DocumentTypes Retrieves a list of sales order document types.
SalesOrdersApi salesOrderDocumentsGETManyRequestInvoiceIDDocumentsGet GET /SalesOrders/{InvoiceID}/Documents Retrieves a list of sales order documents.
SalesOrdersApi salesOrderGETRequestInvoiceIDGet GET /SalesOrders/{InvoiceID} Retrieves a sales order.
SalesOrdersApi salesOrderHistoryConsignmentNotesDELETERequestInvoiceIDHistorysInvoiceHistoryIDCarrierConsignmentNotesConsignmentNoteIDDelete DELETE /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/ConsignmentNotes/{ConsignmentNoteID} Deletes a consignment note from a sales order history
SalesOrdersApi salesOrderHistoryConsignmentNotesGETManyRequestInvoiceIDHistorysInvoiceHistoryIDCarrierConsignmentNotesGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/ConsignmentNotes Retrieves consignment notes for a sales order history.
SalesOrdersApi salesOrderHistoryConsignmentNotesGETRequestInvoiceIDHistorysInvoiceHistoryIDCarrierConsignmentNotesConsignmentNoteIDGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/ConsignmentNotes/{ConsignmentNoteID} Retrieves a consignment note for a sales order history
SalesOrdersApi salesOrderHistoryConsignmentNotesPATCHRequestInvoiceIDHistorysInvoiceHistoryIDCarrierConsignmentNotesConsignmentNoteIDUpdate PATCH /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/ConsignmentNotes/{ConsignmentNoteID} Updates a consignment note for a sales order history
SalesOrdersApi salesOrderHistoryConsignmentNotesPOSTRequestInvoiceIDHistorysInvoiceHistoryIDCarrierConsignmentNotesPost POST /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/ConsignmentNotes Adds a consignment note to a sales order history
SalesOrdersApi salesOrderHistoryCustomFieldValuesGETManyRequestInvoiceIDHistorysInvoiceHistoryIDCustomFieldValuesGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/CustomFieldValues Retrieves a list of custom field values for a sales order history.
SalesOrdersApi salesOrderHistoryCustomFieldValuesGETRequestInvoiceIDHistorysInvoiceHistoryIDCustomFieldValuesSettingIDGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/CustomFieldValues/{SettingID} Retrieves a sales order history custom field value.
SalesOrdersApi salesOrderHistoryCustomFieldValuesPATCHRequestInvoiceIDHistorysInvoiceHistoryIDCustomFieldValuesSettingIDUpdate PATCH /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/CustomFieldValues/{SettingID} Updates a sales order history custom field value.
SalesOrdersApi salesOrderHistoryCustomFieldsGETManyRequestHistorysCustomFieldsGet GET /SalesOrders/Historys/CustomFields Retrieves a list of sales order history custom fields.
SalesOrdersApi salesOrderHistoryFreightItemsDELETERequestInvoiceIDHistorysInvoiceHistoryIDCarrierFreightItemsFreightItemIDDelete DELETE /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/FreightItems/{FreightItemID} Deletes a freight item from a sales order history
SalesOrdersApi salesOrderHistoryFreightItemsGETManyRequestInvoiceIDHistorysInvoiceHistoryIDCarrierFreightItemsGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/FreightItems Retrieves freight items for a sales order history.
SalesOrdersApi salesOrderHistoryFreightItemsGETRequestInvoiceIDHistorysInvoiceHistoryIDCarrierFreightItemsFreightItemIDGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/FreightItems/{FreightItemID} Retrieves a freight item for a sales order history
SalesOrdersApi salesOrderHistoryFreightItemsPATCHRequestInvoiceIDHistorysInvoiceHistoryIDCarrierFreightItemsFreightItemIDUpdate PATCH /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/FreightItems/{FreightItemID} Updates a freight item for a sales order history
SalesOrdersApi salesOrderHistoryFreightItemsPOSTRequestInvoiceIDHistorysInvoiceHistoryIDCarrierFreightItemsPost POST /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Carrier/FreightItems Adds a freight item to a sales order history
SalesOrdersApi salesOrderHistorysGETManyRequestInvoiceIDHistorysGet GET /SalesOrders/{InvoiceID}/Historys Retrieves a list of sales order histories.
SalesOrdersApi salesOrderHistorysGETRequestInvoiceIDHistorysInvoiceHistoryIDGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID} Retrieves a sales order history.
SalesOrdersApi salesOrderHistorysPATCHRequestInvoiceIDHistorysInvoiceHistoryIDUpdate PATCH /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID} Updates a sales order history.
SalesOrdersApi salesOrderLineCustomFieldValueGETRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDCustomFieldValuesSettingIDGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/CustomFieldValues/{SettingID} Retrieves a sales order line custom field value.
SalesOrdersApi salesOrderLineCustomFieldValuePATCHRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDCustomFieldValuesSettingIDUpdate PATCH /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/CustomFieldValues/{SettingID} Updates a sales order line custom field value.
SalesOrdersApi salesOrderLineCustomFieldValuesGETManyRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDCustomFieldValuesGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/CustomFieldValues Retrieves a list of custom field values for a sales order line.
SalesOrdersApi salesOrderLineCustomFieldsGETManyRequestLinesCustomFieldsGet GET /SalesOrders/Lines/CustomFields Retrieves a list of sales order line custom fields.
SalesOrdersApi salesOrderLineDELETERequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDDelete DELETE /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID} Deletes a sales order line.
SalesOrdersApi salesOrderLineDetailDELETERequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDLineDetailsDetailsLineIDDelete DELETE /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/LineDetails/{DetailsLineID} Deletes a sales order line detail.
SalesOrdersApi salesOrderLineDetailGETRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDLineDetailsDetailsLineIDGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/LineDetails/{DetailsLineID} Retrieves a sales order line detail.
SalesOrdersApi salesOrderLineDetailPATCHRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDLineDetailsDetailsLineIDUpdate PATCH /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/LineDetails/{DetailsLineID} Updates a sales order line detail.
SalesOrdersApi salesOrderLineDetailPOSTRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDLineDetailsPost POST /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/LineDetails Appends a line detail to a sales order.
SalesOrdersApi salesOrderLineDetailsGETManyRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDLineDetailsGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID}/LineDetails Retrieves a list of line details for a sales order line.
SalesOrdersApi salesOrderLineGETRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID} Retrieves a sales order line.
SalesOrdersApi salesOrderLinePATCHRequestInvoiceIDHistorysInvoiceHistoryIDLinesInvoiceLineIDUpdate PATCH /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines/{InvoiceLineID} Updates a sales order line.
SalesOrdersApi salesOrderLinePOSTRequestInvoiceIDHistorysInvoiceHistoryIDLinesPost POST /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines Appends a line to a sales order.
SalesOrdersApi salesOrderLinesGETManyRequestInvoiceIDHistorysInvoiceHistoryIDLinesGet GET /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Lines Retrieves a list of sales order lines.
SalesOrdersApi salesOrderNoteDELETERequestInvoiceIDNotesNoteIDDelete DELETE /SalesOrders/{InvoiceID}/Notes/{NoteID} Deletes a sales order note.
SalesOrdersApi salesOrderNoteGETRequestInvoiceIDNotesNoteIDGet GET /SalesOrders/{InvoiceID}/Notes/{NoteID} Retrieves a sales order note.
SalesOrdersApi salesOrderNotePATCHRequestInvoiceIDNotesNoteIDUpdate PATCH /SalesOrders/{InvoiceID}/Notes/{NoteID} Updates a sales order note.
SalesOrdersApi salesOrderNotePOSTRequestInvoiceIDNotesPost POST /SalesOrders/{InvoiceID}/Notes Appends a note to a sales order.
SalesOrdersApi salesOrderNoteTypeDELETERequestNoteTypesNoteTypeIDDelete DELETE /SalesOrders/NoteTypes/{NoteTypeID} Deletes a sales order note type.
SalesOrdersApi salesOrderNoteTypeGETRequestNoteTypesNoteTypeIDGet GET /SalesOrders/NoteTypes/{NoteTypeID} Retrieves a sales order note type.
SalesOrdersApi salesOrderNoteTypePATCHRequestNoteTypesNoteTypeIDUpdate PATCH /SalesOrders/NoteTypes/{NoteTypeID} Updates a sales order note type.
SalesOrdersApi salesOrderNoteTypePOSTRequestNoteTypesPost POST /SalesOrders/NoteTypes Creates a new sales order note type.
SalesOrdersApi salesOrderNoteTypesGETManyRequestNoteTypesGet GET /SalesOrders/NoteTypes Retrieves a list of sales order note types.
SalesOrdersApi salesOrderNotesGETManyRequestInvoiceIDNotesGet GET /SalesOrders/{InvoiceID}/Notes Retrieves a list of sales order notes.
SalesOrdersApi salesOrderPATCHRequestInvoiceIDUpdate PATCH /SalesOrders/{InvoiceID} Updates a sales order.
SalesOrdersApi salesOrderPOSTRequestPost POST /SalesOrders Creates a new sales order.
SalesOrdersApi salesOrderPROCESSRequestInvoiceIDProcessGet GET /SalesOrders/{InvoiceID}/Process Processes a sales order.
SalesOrdersApi salesOrderPaymentTypesDELETERequestPaymentTypesPaymentTypeIDDelete DELETE /SalesOrders/PaymentTypes/{PaymentTypeID} Deletes a payment type
SalesOrdersApi salesOrderPaymentTypesGETManyRequestPaymentTypesGet GET /SalesOrders/PaymentTypes Retrieves a list of payment types
SalesOrdersApi salesOrderPaymentTypesGETRequestPaymentTypesPaymentTypeIDGet GET /SalesOrders/PaymentTypes/{PaymentTypeID} Retrieves a payment type
SalesOrdersApi salesOrderPaymentTypesPATCHRequestPaymentTypesPaymentTypeIDUpdate PATCH /SalesOrders/PaymentTypes/{PaymentTypeID} Updates a payment type
SalesOrdersApi salesOrderPaymentTypesPOSTRequestPaymentTypesPost POST /SalesOrders/PaymentTypes Adds a payment type
SalesOrdersApi salesOrderPaymentsDELETERequestInvoiceIDPaymentsPaymentIDDelete DELETE /SalesOrders/{InvoiceID}/Payments/{PaymentID} Deletes a payment for a sales order
SalesOrdersApi salesOrderPaymentsGETManyRequestInvoiceIDPaymentsGet GET /SalesOrders/{InvoiceID}/Payments Retrieves a list of payments for a sales order
SalesOrdersApi salesOrderPaymentsGETRequestInvoiceIDPaymentsPaymentIDGet GET /SalesOrders/{InvoiceID}/Payments/{PaymentID} Retrieves a payment for a sales order
SalesOrdersApi salesOrderPaymentsPATCHRequestInvoiceIDPaymentsPaymentIDUpdate PATCH /SalesOrders/{InvoiceID}/Payments/{PaymentID} Updates a payment for a sales order
SalesOrdersApi salesOrderPaymentsPOSTRequestInvoiceIDHistorysInvoiceHistoryIDPaymentsPost POST /SalesOrders/{InvoiceID}/Historys/{InvoiceHistoryID}/Payments Adds a payment to a sales order
SalesOrdersApi salesOrderSAVERequestInvoiceIDSaveGet GET /SalesOrders/{InvoiceID}/Save Saves a stateful sales order.
SalesQuotesApi salesQuoteABANDONRequestQuoteIDAbandonDelete DELETE /SalesQuotes/{QuoteID}/Abandon Abandons a stateful sales Quote.
SalesQuotesApi salesQuoteCustomFieldValueGETRequestQuoteIDCustomFieldValuesSettingIDGet GET /SalesQuotes/{QuoteID}/CustomFieldValues/{SettingID} Retrieves a sales Quote custom field value.
SalesQuotesApi salesQuoteCustomFieldValuePATCHRequestQuoteIDCustomFieldValuesSettingIDUpdate PATCH /SalesQuotes/{QuoteID}/CustomFieldValues/{SettingID} Updates a sales Quote custom field value.
SalesQuotesApi salesQuoteCustomFieldValuesGETManyRequestQuoteIDCustomFieldValuesGet GET /SalesQuotes/{QuoteID}/CustomFieldValues Retrieves a list of custom field values for a sales Quote.
SalesQuotesApi salesQuoteCustomFieldsGETManyRequestCustomFieldsGet GET /SalesQuotes/CustomFields Retrieves a list of sales Quote custom fields.
SalesQuotesApi salesQuoteDocumentDELETERequestQuoteIDDocumentsDocumentIDDelete DELETE /SalesQuotes/{QuoteID}/Documents/{DocumentID} Deletes a sales Quote document.
SalesQuotesApi salesQuoteDocumentGETRequestQuoteIDDocumentsDocumentIDGet GET /SalesQuotes/{QuoteID}/Documents/{DocumentID} Retrieves a sales Quote document.
SalesQuotesApi salesQuoteDocumentPATCHRequestQuoteIDDocumentsDocumentIDUpdate PATCH /SalesQuotes/{QuoteID}/Documents/{DocumentID} Updates a sales Quote document.
SalesQuotesApi salesQuoteDocumentPOSTRequestQuoteIDDocumentsPost POST /SalesQuotes/{QuoteID}/Documents Appends a document to a sales Quote.
SalesQuotesApi salesQuoteDocumentTypeDELETERequestDocumentTypesDocumentTypeIDDelete DELETE /SalesQuotes/DocumentTypes/{DocumentTypeID} Deletes a sales Quote document type.
SalesQuotesApi salesQuoteDocumentTypeGETRequestDocumentTypesDocumentTypeIDGet GET /SalesQuotes/DocumentTypes/{DocumentTypeID} Retrieves a sales Quote document type.
SalesQuotesApi salesQuoteDocumentTypePATCHRequestDocumentTypesDocumentTypeIDUpdate PATCH /SalesQuotes/DocumentTypes/{DocumentTypeID} Updates a sales Quote document type.
SalesQuotesApi salesQuoteDocumentTypePOSTRequestDocumentTypesPost POST /SalesQuotes/DocumentTypes Creates a new sales Quote document type.
SalesQuotesApi salesQuoteDocumentTypesGETManyRequestDocumentTypesGet GET /SalesQuotes/DocumentTypes Retrieves a list of sales Quote document types.
SalesQuotesApi salesQuoteDocumentsGETManyRequestQuoteIDDocumentsGet GET /SalesQuotes/{QuoteID}/Documents Retrieves a list of sales Quote documents.
SalesQuotesApi salesQuoteGETRequestQuoteIDGet GET /SalesQuotes/{QuoteID} Retrieves a sales Quote.
SalesQuotesApi salesQuoteHistorysGETManyRequestQuoteIDHistorysGet GET /SalesQuotes/{QuoteID}/Historys Retrieves a list of sales Quote histories.
SalesQuotesApi salesQuoteHistorysGETRequestQuoteIDHistorysQuoteHistoryIDGet GET /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID} Retrieves a sales Quote history.
SalesQuotesApi salesQuoteHistorysPATCHRequestQuoteIDHistorysQuoteHistoryIDUpdate PATCH /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID} Updates a sales Quote history.
SalesQuotesApi salesQuoteLineCustomFieldValueGETRequestQuoteIDHistorysQuoteHistoryIDLinesQuoteLineIDCustomFieldValuesSettingIDGet GET /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines/{QuoteLineID}/CustomFieldValues/{SettingID} Retrieves a sales Quote line custom field value.
SalesQuotesApi salesQuoteLineCustomFieldValuePATCHRequestQuoteIDHistorysQuoteHistoryIDLinesQuoteLineIDCustomFieldValuesSettingIDUpdate PATCH /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines/{QuoteLineID}/CustomFieldValues/{SettingID} Updates a sales Quote line custom field value.
SalesQuotesApi salesQuoteLineCustomFieldValuesGETManyRequestQuoteIDHistorysQuoteHistoryIDLinesQuoteLineIDCustomFieldValuesGet GET /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines/{QuoteLineID}/CustomFieldValues Retrieves a list of custom field values for a sales Quote line.
SalesQuotesApi salesQuoteLineCustomFieldsGETManyRequestLinesCustomFieldsGet GET /SalesQuotes/Lines/CustomFields Retrieves a list of sales Quote line custom fields.
SalesQuotesApi salesQuoteLineDELETERequestQuoteIDHistorysQuoteHistoryIDLinesQuoteLineIDDelete DELETE /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines/{QuoteLineID} Deletes a sales Quote line.
SalesQuotesApi salesQuoteLineGETRequestQuoteIDHistorysQuoteHistoryIDLinesQuoteLineIDGet GET /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines/{QuoteLineID} Retrieves a sales Quote line.
SalesQuotesApi salesQuoteLinePATCHRequestQuoteIDHistorysQuoteHistoryIDLinesQuoteLineIDUpdate PATCH /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines/{QuoteLineID} Updates a sales Quote line.
SalesQuotesApi salesQuoteLinePOSTRequestQuoteIDHistorysQuoteHistoryIDLinesPost POST /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines Appends a line to a sales Quote.
SalesQuotesApi salesQuoteLinesGETManyRequestQuoteIDHistorysQuoteHistoryIDLinesGet GET /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines Retrieves a list of sales Quote lines.
SalesQuotesApi salesQuoteMAKEORDERB2BRequestQuoteIDMakeOrderB2BPost POST /SalesQuotes/{QuoteID}/MakeOrderB2B Makes a back to back sales order from a quote.
SalesQuotesApi salesQuoteMAKEORDERRequestQuoteIDMakeOrderPost POST /SalesQuotes/{QuoteID}/MakeOrder Makes a sales order from a quote.
SalesQuotesApi salesQuoteNoteDELETERequestQuoteIDNotesNoteIDDelete DELETE /SalesQuotes/{QuoteID}/Notes/{NoteID} Deletes a sales Quote note.
SalesQuotesApi salesQuoteNoteGETRequestQuoteIDNotesNoteIDGet GET /SalesQuotes/{QuoteID}/Notes/{NoteID} Retrieves a sales Quote note.
SalesQuotesApi salesQuoteNotePATCHRequestQuoteIDNotesNoteIDUpdate PATCH /SalesQuotes/{QuoteID}/Notes/{NoteID} Updates a sales Quote note.
SalesQuotesApi salesQuoteNotePOSTRequestQuoteIDNotesPost POST /SalesQuotes/{QuoteID}/Notes Appends a note to a sales Quote.
SalesQuotesApi salesQuoteNoteTypeDELETERequestNoteTypesNoteTypeIDDelete DELETE /SalesQuotes/NoteTypes/{NoteTypeID} Deletes a sales Quote note type.
SalesQuotesApi salesQuoteNoteTypeGETRequestNoteTypesNoteTypeIDGet GET /SalesQuotes/NoteTypes/{NoteTypeID} Retrieves a sales Quote note type.
SalesQuotesApi salesQuoteNoteTypePATCHRequestNoteTypesNoteTypeIDUpdate PATCH /SalesQuotes/NoteTypes/{NoteTypeID} Updates a sales Quote note type.
SalesQuotesApi salesQuoteNoteTypePOSTRequestNoteTypesPost POST /SalesQuotes/NoteTypes Creates a new sales Quote note type.
SalesQuotesApi salesQuoteNoteTypesGETManyRequestNoteTypesGet GET /SalesQuotes/NoteTypes Retrieves a list of sales Quote note types.
SalesQuotesApi salesQuoteNotesGETManyRequestQuoteIDNotesGet GET /SalesQuotes/{QuoteID}/Notes Retrieves a list of sales Quote notes.
SalesQuotesApi salesQuotePATCHRequestQuoteIDUpdate PATCH /SalesQuotes/{QuoteID} Updates a sales Quote.
SalesQuotesApi salesQuotePOSTRequestPost POST /SalesQuotes Creates a new sales Quote.
SalesQuotesApi salesQuoteSAVERequestQuoteIDSaveGet GET /SalesQuotes/{QuoteID}/Save Saves a stateful sales Quote.
ServicesApi restartRequestRestartGet GET /Services/Restart Restarts the API site.
ServicesApi stopRequestStopGet GET /Services/Stop Stops the API Service.
ShipmentsApi landedCostShipmentABANDONRequestAbandonDelete DELETE /Shipments/Abandon Abandons a stateful shipment.
ShipmentsApi landedCostShipmentACTIVATERequestActivateShipmentIDPost POST /Shipments/Activate/{ShipmentID} Activates a shipment.
ShipmentsApi landedCostShipmentCREATEFromPORequestFromPurchaseOrdersOrderNosPost POST /Shipments/FromPurchaseOrders/{OrderNos} Creates a shipment from the supplied purchase orders.
ShipmentsApi landedCostShipmentDELETERequestShipmentIDDelete DELETE /Shipments/{ShipmentID} Deletes a shipment.
ShipmentsApi landedCostShipmentGETRequestShipmentIDGet GET /Shipments/{ShipmentID} Retrieves a shipment.
ShipmentsApi landedCostShipmentLineGETRequestShipmentIDLinesLineIDGet GET /Shipments/{ShipmentID}/Lines/{LineID} Retrieves a shipment line.
ShipmentsApi landedCostShipmentLinePATCHRequestShipmentIDLinesLineIDUpdate PATCH /Shipments/{ShipmentID}/Lines/{LineID} Updates a line for a shipment.
ShipmentsApi landedCostShipmentLinesGETManyRequestShipmentIDLinesGet GET /Shipments/{ShipmentID}/Lines Retrieves a list of shipment lines.
ShipmentsApi landedCostShipmentPATCHRequestShipmentIDUpdate PATCH /Shipments/{ShipmentID} Updates a shipment.
ShipmentsApi landedCostShipmentPOSTRequestPost POST /Shipments Creates a shipment.
ShipmentsApi landedCostShipmentPurchaseOrderDELETERequestShipmentIDPurchaseOrdersOrderIDDelete DELETE /Shipments/{ShipmentID}/PurchaseOrders/{OrderID} Deletes a purchase order from a shipment.
ShipmentsApi landedCostShipmentPurchaseOrderGETRequestShipmentIDPurchaseOrdersOrderIDGet GET /Shipments/{ShipmentID}/PurchaseOrders/{OrderID} Retrieves a shipment purchase order.
ShipmentsApi landedCostShipmentPurchaseOrderPOSTRequestShipmentIDPurchaseOrdersPost POST /Shipments/{ShipmentID}/PurchaseOrders Appends a purchase order to a shipment.
ShipmentsApi landedCostShipmentPurchaseOrdersGETManyRequestShipmentIDPurchaseOrdersGet GET /Shipments/{ShipmentID}/PurchaseOrders Retrieves a list of shipment purchase orders.
ShipmentsApi landedCostShipmentSAVERequestSaveGet GET /Shipments/Save Saves a stateful stateful shipment.
StaffApi staffCurrentUserGETRequestCurrentGet GET /Staff/Current Retrieves the current user.
StaffApi staffCurrentUserListGETRequestCurrentListGet GET /Staff/Current/List Retrieves a list of all REST API session users.
StockTransfersApi stockTransferDELETERequestTransferIDDelete DELETE /StockTransfers/{TransferID} Deletes a stock transfer.
StockTransfersApi stockTransferGETRequestTransferIDGet GET /StockTransfers/{TransferID} Retrieves a stock transfer.
StockTransfersApi stockTransferPOSTRequestPost POST /StockTransfers/ Creates a stock transfer.
SupplierReturnsApi supplierReturnCreditACTIVATERequestCreditActivateCreditIDPost POST /SupplierReturns/Credit/Activate/{CreditID} Activates a supplier return credit.
SupplierReturnsApi supplierReturnCreditCreateFromShipmentsRequestCreditFromShipmentsPost POST /SupplierReturns/Credit/FromShipments Creates a supplier return credit from one or more shipments.
SupplierReturnsApi supplierReturnCreditGETRequestCreditCreditIDGet GET /SupplierReturns/Credit/{CreditID} Retrieves a supplier return credit.
SupplierReturnsApi supplierReturnShippingGETRequestShippingShippingIDGet GET /SupplierReturns/Shipping/{ShippingID} Retrieves a supplier return shipping.
SystemInfoApi systemInformationGETRequestGet GET /SystemInfo/ Retrieves system information.
TaxRatesApi taxRateABANDONRequestAbandonDelete DELETE /TaxRates/Abandon Abandons a stateful TaxRate collection.
TaxRatesApi taxRateDELETERequestTaxIDDelete DELETE /TaxRates/{TaxID} Deletes a tax rate.
TaxRatesApi taxRateGETRequestTaxIDGet GET /TaxRates/{TaxID} Retrieves a tax rate.
TaxRatesApi taxRatePATCHRequestTaxIDUpdate PATCH /TaxRates/{TaxID} Updates a tax rate.
TaxRatesApi taxRatePOSTRequestPost POST /TaxRates Creates a tax rate.
TaxRatesApi taxRateSAVERequestSaveGet GET /TaxRates/Save Saves a stateful TaxRate collection.
UserSettingsApi userSettingPOSTRequestPost POST /UserSettings Creates or updates a user setting for the currently logged in user.
UserSettingsApi userSettingsGETManyRequestGet GET /UserSettings Retreives a list of user settings for the currently logged in user.
WarehouseTransfersInApi warehouseTransferInABANDONRequestAbandonDelete DELETE /WarehouseTransfersIn/Abandon Abandons a stateful warehouse transfer in.
WarehouseTransfersInApi warehouseTransferInACTIVATERequestActivateWarehouseTransferInIDPost POST /WarehouseTransfersIn/Activate/{WarehouseTransferInID} Activates a warehouse transfer in.
WarehouseTransfersInApi warehouseTransferInGETRequestWarehouseTransferInIDGet GET /WarehouseTransfersIn/{WarehouseTransferInID} Retrieves a warehouse transfer in.
WarehouseTransfersInApi warehouseTransferInLineGETRequestWarehouseTransferInIDLinesWarehouseTransferInLineIDGet GET /WarehouseTransfersIn/{WarehouseTransferInID}/Lines/{WarehouseTransferInLineID} Retrieves a warehouse transfer in line.
WarehouseTransfersInApi warehouseTransferInLinePATCHRequestWarehouseTransferInIDLinesWarehouseTransferInLineIDUpdate PATCH /WarehouseTransfersIn/{WarehouseTransferInID}/Lines/{WarehouseTransferInLineID} Updates a line for a warehouse transfer in.
WarehouseTransfersInApi warehouseTransferInLinesGETManyRequestWarehouseTransferInIDLinesGet GET /WarehouseTransfersIn/{WarehouseTransferInID}/Lines Retrieves a list of warehouse transfer in lines.
WarehouseTransfersInApi warehouseTransferInPATCHRequestWarehouseTransferInIDUpdate PATCH /WarehouseTransfersIn/{WarehouseTransferInID} Updates a warehouse transfer in.
WarehouseTransfersInApi warehouseTransferInPOSTRequestPost POST /WarehouseTransfersIn Creates a warehouse transfer in.
WarehouseTransfersInApi warehouseTransferInReceiveInsGETManyRequestWarehouseTransferInIDReceiveInsGet GET /WarehouseTransfersIn/{WarehouseTransferInID}/ReceiveIns Retrieves a list of warehouse transfer in receive ins.
WarehouseTransfersInApi warehouseTransferInSAVERequestSaveGet GET /WarehouseTransfersIn/Save Saves a stateful stateful warehouse transfer in.
WarehouseTransfersOutApi warehouseTransferOutABANDONRequestAbandonDelete DELETE /WarehouseTransfersOut/Abandon Abandons a stateful warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutACTIVATERequestActivateWarehouseTransferOutIDPost POST /WarehouseTransfersOut/Activate/{WarehouseTransferOutID} Activates a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutCANCELRequestWarehouseTransferOutIDDelete DELETE /WarehouseTransfersOut/{WarehouseTransferOutID} Cancels a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutGETRequestWarehouseTransferOutIDGet GET /WarehouseTransfersOut/{WarehouseTransferOutID} Retrieves a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutLineDELETERequestWarehouseTransferOutIDLinesWarehouseTransferOutLineIDDelete DELETE /WarehouseTransfersOut/{WarehouseTransferOutID}/Lines/{WarehouseTransferOutLineID} Deletes a line from a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutLineGETRequestWarehouseTransferOutIDLinesWarehouseTransferOutLineIDGet GET /WarehouseTransfersOut/{WarehouseTransferOutID}/Lines/{WarehouseTransferOutLineID} Retrieves a warehouse transfer out line.
WarehouseTransfersOutApi warehouseTransferOutLinePATCHRequestWarehouseTransferOutIDLinesWarehouseTransferOutLineIDUpdate PATCH /WarehouseTransfersOut/{WarehouseTransferOutID}/Lines/{WarehouseTransferOutLineID} Updates a line for a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutLinePOSTRequestWarehouseTransferOutIDLinesPost POST /WarehouseTransfersOut/{WarehouseTransferOutID}/Lines Appends a line to a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutLinesGETManyRequestWarehouseTransferOutIDLinesGet GET /WarehouseTransfersOut/{WarehouseTransferOutID}/Lines Retrieves a list of warehouse transfer out lines.
WarehouseTransfersOutApi warehouseTransferOutPATCHRequestWarehouseTransferOutIDUpdate PATCH /WarehouseTransfersOut/{WarehouseTransferOutID} Updates a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutPOSTRequestPost POST /WarehouseTransfersOut Creates a warehouse transfer out.
WarehouseTransfersOutApi warehouseTransferOutReceiveInsGETManyRequestWarehouseTransferOutIDReceiveInsGet GET /WarehouseTransfersOut/{WarehouseTransferOutID}/ReceiveIns Retrieves a list of warehouse transfer out receive ins.
WarehouseTransfersOutApi warehouseTransferOutSAVERequestSaveGet GET /WarehouseTransfersOut/Save Saves a stateful stateful warehouse transfer out.
WebhooksApi webhooksEventsGETRequestEventsGet GET /Webhooks/Events/ Lists available events
WebhooksApi webhooksEventsPOSTRequestEvents2Post POST /Webhooks/Events/ Adds an event occurance. Used by Jiwa clients to cause webhooks to be sent to subscribers. Not intended to be invoked externally
WebhooksApi webhooksMessageResponsesGETRequestSubscribersSubscriberIDMessagesResponsesGet GET /Webhooks/Subscribers/{SubscriberID}/Messages/Responses Retrieves a list of all Webhook messages responses for a subscriber.
WebhooksApi webhooksMessagesDELETERequestSubscribersSubscriberIDSubscriptionsSubscriptionIDMessagesMessageIDDelete DELETE /Webhooks/Subscribers/{SubscriberID}/Subscriptions/{SubscriptionID}/Messages/{MessageID} Removes a Webhook message for a subscription.
WebhooksApi webhooksMessagesGETRequestSubscribersSubscriberIDMessagesGet GET /Webhooks/Subscribers/{SubscriberID}/Messages Retrieves a list of all Webhook messages for a subscriber.
WebhooksApi webhooksSubscribersDELETERequestSubscribersSubscriberIDDelete DELETE /Webhooks/Subscribers/{SubscriberID}/ Removes a Webhook subscriber.
WebhooksApi webhooksSubscribersGETManyRequestSubscribersGet GET /Webhooks/Subscribers/ Retrieves a list of Webhook subscribers.
WebhooksApi webhooksSubscribersGETRequestSubscribersSubscriberIDGet GET /Webhooks/Subscribers/{SubscriberID} Retrieves a Webhook subscriber.
WebhooksApi webhooksSubscribersPATCHRequestSubscribersSubscriberIDUpdate PATCH /Webhooks/Subscribers/{SubscriberID}/ Updates a Webhook subscriber.
WebhooksApi webhooksSubscribersPOSTRequestSubscribersPost POST /Webhooks/Subscribers/ Adds a Webhook subscriber.
WebhooksApi webhooksSubscriptionsDELETERequestSubscribersSubscriberIDSubscriptionsSubscriptionIDDelete DELETE /Webhooks/Subscribers/{SubscriberID}/Subscriptions/{SubscriptionID}/ Removes a Webhook subscription for a subscriber.
WebhooksApi webhooksSubscriptionsGETRequestSubscribersSubscriberIDSubscriptionsGet GET /Webhooks/Subscribers/{SubscriberID}/Subscriptions/ Retrieves a list of all Webhook subscriptions for a subscriber.
WebhooksApi webhooksSubscriptionsPATCHRequestSubscribersSubscriberIDSubscriptionsUpdate PATCH /Webhooks/Subscribers/{SubscriberID}/Subscriptions/ Updates a Webhook subscription for a subscriber.
WebhooksApi webhooksSubscriptionsPOSTRequestSubscribersSubscriberIDSubscriptionsPost POST /Webhooks/Subscribers/{SubscriberID}/Subscriptions/ Adds a Webhook subscription for a subscriber.
WebhooksApi webhooksTestPOSTRequestTest2Post POST /Webhooks/Test/ Test route for sending webhooks to. Use this as the URL to direct a webhook subscription to.

Documentation For Models

Documentation For Authorization

basic

  • Type: HTTP basic authentication

Author