1.0.0 • Published 6 years ago

darwin-infoplus v1.0.0

Weekly downloads
6
License
Unlicense
Repository
-
Last release
6 years ago

infoplus-javascript-client

infoplus - JavaScript client for infoplus-javascript-client Infoplus API. This SDK is automatically generated by the Swagger Codegen project:

  • API version: beta
  • Package version: beta
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen For more information, please visit http://www.infopluscommerce.com

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install infoplus-javascript-client --save
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

Finally, switch to the directory you want to use your infoplus-javascript-client from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

You should now be able to require('infoplus-javascript-client') in javascript files from the directory you ran the last command above from.

git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file, that's to say your javascript file where you actually use this library):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var infoplus = require('infoplus-javascript-client');

var defaultClient = infoplus.ApiClient.instance;

// Configure API key authorization: api_key
var api_key = defaultClient.authentications['api_key'];
api_key.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//api_key.apiKeyPrefix['API-Key'] = "Token"

var api = new infoplus.AisleApi()

var body = new infoplus.Aisle(); // {Aisle} Aisle to be inserted.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.addAisle(body, callback);

Documentation for API Endpoints

All URIs are relative to https://kingsrook.localhost-testsubdomain1.infopluswms.com:8443/infoplus-wms/api

ClassMethodHTTP requestDescription
infoplus.AisleApiaddAislePOST /beta/aisleCreate an aisle
infoplus.AisleApiaddAisleAuditPUT /beta/aisle/{aisleId}/audit/{aisleAudit}Add new audit for an aisle
infoplus.AisleApiaddAisleTagPUT /beta/aisle/{aisleId}/tag/{aisleTag}Add new tags for an aisle.
infoplus.AisleApideleteAisleDELETE /beta/aisle/{aisleId}Delete an aisle
infoplus.AisleApideleteAisleTagDELETE /beta/aisle/{aisleId}/tag/{aisleTag}Delete a tag for an aisle.
infoplus.AisleApigetAisleByFilterGET /beta/aisle/searchSearch aisles by filter
infoplus.AisleApigetAisleByIdGET /beta/aisle/{aisleId}Get an aisle by id
infoplus.AisleApigetAisleTagsGET /beta/aisle/{aisleId}/tagGet the tags for an aisle.
infoplus.AisleApigetDuplicateAisleByIdGET /beta/aisle/duplicate/{aisleId}Get a duplicated an aisle by id
infoplus.AisleApiupdateAislePUT /beta/aisleUpdate an aisle
infoplus.AisleApiupdateAisleCustomFieldsPUT /beta/aisle/customFieldsUpdate an aisle custom fields
infoplus.AlertApiaddAlertAuditPUT /beta/alert/{alertId}/audit/{alertAudit}Add new audit for an alert
infoplus.AlertApiaddAlertTagPUT /beta/alert/{alertId}/tag/{alertTag}Add new tags for an alert.
infoplus.AlertApideleteAlertTagDELETE /beta/alert/{alertId}/tag/{alertTag}Delete a tag for an alert.
infoplus.AlertApigetAlertByFilterGET /beta/alert/searchSearch alerts by filter
infoplus.AlertApigetAlertByIdGET /beta/alert/{alertId}Get an alert by id
infoplus.AlertApigetAlertTagsGET /beta/alert/{alertId}/tagGet the tags for an alert.
infoplus.AlertApigetDuplicateAlertByIdGET /beta/alert/duplicate/{alertId}Get a duplicated an alert by id
infoplus.AlertApiupdateAlertCustomFieldsPUT /beta/alert/customFieldsUpdate an alert custom fields
infoplus.AsnApiaddAsnPOST /beta/asnCreate an asn
infoplus.AsnApiaddAsnAuditPUT /beta/asn/{asnId}/audit/{asnAudit}Add new audit for an asn
infoplus.AsnApiaddAsnTagPUT /beta/asn/{asnId}/tag/{asnTag}Add new tags for an asn.
infoplus.AsnApideleteAsnDELETE /beta/asn/{asnId}Delete an asn
infoplus.AsnApideleteAsnTagDELETE /beta/asn/{asnId}/tag/{asnTag}Delete a tag for an asn.
infoplus.AsnApigetAsnByFilterGET /beta/asn/searchSearch asns by filter
infoplus.AsnApigetAsnByIdGET /beta/asn/{asnId}Get an asn by id
infoplus.AsnApigetAsnTagsGET /beta/asn/{asnId}/tagGet the tags for an asn.
infoplus.AsnApigetDuplicateAsnByIdGET /beta/asn/duplicate/{asnId}Get a duplicated an asn by id
infoplus.AsnApiupdateAsnPUT /beta/asnUpdate an asn
infoplus.AsnApiupdateAsnCustomFieldsPUT /beta/asn/customFieldsUpdate an asn custom fields
infoplus.BillOfLadingApiaddBillOfLadingPOST /beta/billOfLadingCreate a billOfLading
infoplus.BillOfLadingApiaddBillOfLadingAuditPUT /beta/billOfLading/{billOfLadingId}/audit/{billOfLadingAudit}Add new audit for a billOfLading
infoplus.BillOfLadingApiaddBillOfLadingTagPUT /beta/billOfLading/{billOfLadingId}/tag/{billOfLadingTag}Add new tags for a billOfLading.
infoplus.BillOfLadingApideleteBillOfLadingDELETE /beta/billOfLading/{billOfLadingId}Delete a billOfLading
infoplus.BillOfLadingApideleteBillOfLadingTagDELETE /beta/billOfLading/{billOfLadingId}/tag/{billOfLadingTag}Delete a tag for a billOfLading.
infoplus.BillOfLadingApigetBillOfLadingByFilterGET /beta/billOfLading/searchSearch billOfLadings by filter
infoplus.BillOfLadingApigetBillOfLadingByIdGET /beta/billOfLading/{billOfLadingId}Get a billOfLading by id
infoplus.BillOfLadingApigetBillOfLadingTagsGET /beta/billOfLading/{billOfLadingId}/tagGet the tags for a billOfLading.
infoplus.BillOfLadingApigetDuplicateBillOfLadingByIdGET /beta/billOfLading/duplicate/{billOfLadingId}Get a duplicated a billOfLading by id
infoplus.BillOfLadingApiupdateBillOfLadingPUT /beta/billOfLadingUpdate a billOfLading
infoplus.BillOfLadingApiupdateBillOfLadingCustomFieldsPUT /beta/billOfLading/customFieldsUpdate a billOfLading custom fields
infoplus.BillingCodeApiaddBillingCodePOST /beta/billingCodeCreate a billingCode
infoplus.BillingCodeApiaddBillingCodeAuditPUT /beta/billingCode/{billingCodeId}/audit/{billingCodeAudit}Add new audit for a billingCode
infoplus.BillingCodeApiaddBillingCodeTagPUT /beta/billingCode/{billingCodeId}/tag/{billingCodeTag}Add new tags for a billingCode.
infoplus.BillingCodeApideleteBillingCodeDELETE /beta/billingCode/{billingCodeId}Delete a billingCode
infoplus.BillingCodeApideleteBillingCodeTagDELETE /beta/billingCode/{billingCodeId}/tag/{billingCodeTag}Delete a tag for a billingCode.
infoplus.BillingCodeApigetBillingCodeByFilterGET /beta/billingCode/searchSearch billingCodes by filter
infoplus.BillingCodeApigetBillingCodeByIdGET /beta/billingCode/{billingCodeId}Get a billingCode by id
infoplus.BillingCodeApigetBillingCodeTagsGET /beta/billingCode/{billingCodeId}/tagGet the tags for a billingCode.
infoplus.BillingCodeApigetDuplicateBillingCodeByIdGET /beta/billingCode/duplicate/{billingCodeId}Get a duplicated a billingCode by id
infoplus.BillingCodeApiupdateBillingCodePUT /beta/billingCodeUpdate a billingCode
infoplus.BillingCodeApiupdateBillingCodeCustomFieldsPUT /beta/billingCode/customFieldsUpdate a billingCode custom fields
infoplus.BillingCodeActivityApiaddBillingCodeActivityPOST /beta/billingCodeActivityCreate a billingCodeActivity
infoplus.BillingCodeActivityApiaddBillingCodeActivityAuditPUT /beta/billingCodeActivity/{billingCodeActivityId}/audit/{billingCodeActivityAudit}Add new audit for a billingCodeActivity
infoplus.BillingCodeActivityApiaddBillingCodeActivityTagPUT /beta/billingCodeActivity/{billingCodeActivityId}/tag/{billingCodeActivityTag}Add new tags for a billingCodeActivity.
infoplus.BillingCodeActivityApideleteBillingCodeActivityDELETE /beta/billingCodeActivity/{billingCodeActivityId}Delete a billingCodeActivity
infoplus.BillingCodeActivityApideleteBillingCodeActivityTagDELETE /beta/billingCodeActivity/{billingCodeActivityId}/tag/{billingCodeActivityTag}Delete a tag for a billingCodeActivity.
infoplus.BillingCodeActivityApigetBillingCodeActivityByFilterGET /beta/billingCodeActivity/searchSearch billingCodeActivitys by filter
infoplus.BillingCodeActivityApigetBillingCodeActivityByIdGET /beta/billingCodeActivity/{billingCodeActivityId}Get a billingCodeActivity by id
infoplus.BillingCodeActivityApigetBillingCodeActivityTagsGET /beta/billingCodeActivity/{billingCodeActivityId}/tagGet the tags for a billingCodeActivity.
infoplus.BillingCodeActivityApigetDuplicateBillingCodeActivityByIdGET /beta/billingCodeActivity/duplicate/{billingCodeActivityId}Get a duplicated a billingCodeActivity by id
infoplus.BillingCodeActivityApiupdateBillingCodeActivityPUT /beta/billingCodeActivityUpdate a billingCodeActivity
infoplus.BillingCodeTypeApiaddBillingCodeTypePOST /beta/billingCodeTypeCreate a billingCodeType
infoplus.BillingCodeTypeApiaddBillingCodeTypeAuditPUT /beta/billingCodeType/{billingCodeTypeId}/audit/{billingCodeTypeAudit}Add new audit for a billingCodeType
infoplus.BillingCodeTypeApiaddBillingCodeTypeTagPUT /beta/billingCodeType/{billingCodeTypeId}/tag/{billingCodeTypeTag}Add new tags for a billingCodeType.
infoplus.BillingCodeTypeApideleteBillingCodeTypeDELETE /beta/billingCodeType/{billingCodeTypeId}Delete a billingCodeType
infoplus.BillingCodeTypeApideleteBillingCodeTypeTagDELETE /beta/billingCodeType/{billingCodeTypeId}/tag/{billingCodeTypeTag}Delete a tag for a billingCodeType.
infoplus.BillingCodeTypeApigetBillingCodeTypeByFilterGET /beta/billingCodeType/searchSearch billingCodeTypes by filter
infoplus.BillingCodeTypeApigetBillingCodeTypeByIdGET /beta/billingCodeType/{billingCodeTypeId}Get a billingCodeType by id
infoplus.BillingCodeTypeApigetBillingCodeTypeTagsGET /beta/billingCodeType/{billingCodeTypeId}/tagGet the tags for a billingCodeType.
infoplus.BillingCodeTypeApigetDuplicateBillingCodeTypeByIdGET /beta/billingCodeType/duplicate/{billingCodeTypeId}Get a duplicated a billingCodeType by id
infoplus.BillingCodeTypeApiupdateBillingCodeTypePUT /beta/billingCodeTypeUpdate a billingCodeType
infoplus.BillingCodeTypeApiupdateBillingCodeTypeCustomFieldsPUT /beta/billingCodeType/customFieldsUpdate a billingCodeType custom fields
infoplus.BuildingApiaddBuildingPOST /beta/buildingCreate a building
infoplus.BuildingApiaddBuildingAuditPUT /beta/building/{buildingId}/audit/{buildingAudit}Add new audit for a building
infoplus.BuildingApiaddBuildingTagPUT /beta/building/{buildingId}/tag/{buildingTag}Add new tags for a building.
infoplus.BuildingApideleteBuildingDELETE /beta/building/{buildingId}Delete a building
infoplus.BuildingApideleteBuildingTagDELETE /beta/building/{buildingId}/tag/{buildingTag}Delete a tag for a building.
infoplus.BuildingApigetBuildingByFilterGET /beta/building/searchSearch buildings by filter
infoplus.BuildingApigetBuildingByIdGET /beta/building/{buildingId}Get a building by id
infoplus.BuildingApigetBuildingTagsGET /beta/building/{buildingId}/tagGet the tags for a building.
infoplus.BuildingApigetDuplicateBuildingByIdGET /beta/building/duplicate/{buildingId}Get a duplicated a building by id
infoplus.BuildingApiupdateBuildingPUT /beta/buildingUpdate a building
infoplus.BuildingApiupdateBuildingCustomFieldsPUT /beta/building/customFieldsUpdate a building custom fields
infoplus.BusinessTransactionApiaddBusinessTransactionAuditPUT /beta/businessTransaction/{businessTransactionId}/audit/{businessTransactionAudit}Add new audit for a businessTransaction
infoplus.BusinessTransactionApiaddBusinessTransactionTagPUT /beta/businessTransaction/{businessTransactionId}/tag/{businessTransactionTag}Add new tags for a businessTransaction.
infoplus.BusinessTransactionApideleteBusinessTransactionTagDELETE /beta/businessTransaction/{businessTransactionId}/tag/{businessTransactionTag}Delete a tag for a businessTransaction.
infoplus.BusinessTransactionApigetBusinessTransactionByFilterGET /beta/businessTransaction/searchSearch businessTransactions by filter
infoplus.BusinessTransactionApigetBusinessTransactionByIdGET /beta/businessTransaction/{businessTransactionId}Get a businessTransaction by id
infoplus.BusinessTransactionApigetBusinessTransactionTagsGET /beta/businessTransaction/{businessTransactionId}/tagGet the tags for a businessTransaction.
infoplus.BusinessTransactionApigetDuplicateBusinessTransactionByIdGET /beta/businessTransaction/duplicate/{businessTransactionId}Get a duplicated a businessTransaction by id
infoplus.BusinessTransactionApiupdateBusinessTransactionCustomFieldsPUT /beta/businessTransaction/customFieldsUpdate a businessTransaction custom fields
infoplus.CarrierApigetCarrierByIdGET /beta/carrier/{carrierId}Get a carrier by id
infoplus.CarrierApigetCarrierBySearchTextGET /beta/carrier/searchSearch carriers
infoplus.CarrierServiceApigetCarrierServiceByIdGET /beta/carrierService/{carrierServiceId}Get a carrierService by id
infoplus.CarrierServiceApigetCarrierServiceBySearchTextGET /beta/carrierService/searchSearch carrierServices
infoplus.CartApiaddCartPOST /beta/cartCreate a cart
infoplus.CartApiaddCartAuditPUT /beta/cart/{cartId}/audit/{cartAudit}Add new audit for a cart
infoplus.CartApiaddCartTagPUT /beta/cart/{cartId}/tag/{cartTag}Add new tags for a cart.
infoplus.CartApideleteCartDELETE /beta/cart/{cartId}Delete a cart
infoplus.CartApideleteCartTagDELETE /beta/cart/{cartId}/tag/{cartTag}Delete a tag for a cart.
infoplus.CartApigetCartByFilterGET /beta/cart/searchSearch carts by filter
infoplus.CartApigetCartByIdGET /beta/cart/{cartId}Get a cart by id
infoplus.CartApigetCartTagsGET /beta/cart/{cartId}/tagGet the tags for a cart.
infoplus.CartApigetDuplicateCartByIdGET /beta/cart/duplicate/{cartId}Get a duplicated a cart by id
infoplus.CartApiupdateCartPUT /beta/cartUpdate a cart
infoplus.CartLocationApiaddCartLocationAuditPUT /beta/cartLocation/{cartLocationId}/audit/{cartLocationAudit}Add new audit for a cartLocation
infoplus.CartLocationApiaddCartLocationTagPUT /beta/cartLocation/{cartLocationId}/tag/{cartLocationTag}Add new tags for a cartLocation.
infoplus.CartLocationApideleteCartLocationTagDELETE /beta/cartLocation/{cartLocationId}/tag/{cartLocationTag}Delete a tag for a cartLocation.
infoplus.CartLocationApigetCartLocationByFilterGET /beta/cartLocation/searchSearch cartLocations by filter
infoplus.CartLocationApigetCartLocationByIdGET /beta/cartLocation/{cartLocationId}Get a cartLocation by id
infoplus.CartLocationApigetCartLocationTagsGET /beta/cartLocation/{cartLocationId}/tagGet the tags for a cartLocation.
infoplus.CartLocationApigetDuplicateCartLocationByIdGET /beta/cartLocation/duplicate/{cartLocationId}Get a duplicated a cartLocation by id
infoplus.CartonApiaddCartonPOST /beta/cartonCreate a carton
infoplus.CartonApiaddCartonAuditPUT /beta/carton/{cartonId}/audit/{cartonAudit}Add new audit for a carton
infoplus.CartonApiaddCartonTagPUT /beta/carton/{cartonId}/tag/{cartonTag}Add new tags for a carton.
infoplus.CartonApideleteCartonDELETE /beta/carton/{cartonId}Delete a carton
infoplus.CartonApideleteCartonTagDELETE /beta/carton/{cartonId}/tag/{cartonTag}Delete a tag for a carton.
infoplus.CartonApigetCartonByFilterGET /beta/carton/searchSearch cartons by filter
infoplus.CartonApigetCartonByIdGET /beta/carton/{cartonId}Get a carton by id
infoplus.CartonApigetCartonTagsGET /beta/carton/{cartonId}/tagGet the tags for a carton.
infoplus.CartonApigetDuplicateCartonByIdGET /beta/carton/duplicate/{cartonId}Get a duplicated a carton by id
infoplus.CartonApiupdateCartonPUT /beta/cartonUpdate a carton
infoplus.CartonApiupdateCartonCustomFieldsPUT /beta/carton/customFieldsUpdate a carton custom fields
infoplus.CartonActivityApiaddCartonActivityPOST /beta/cartonActivityCreate a cartonActivity
infoplus.CartonActivityApiaddCartonActivityAuditPUT /beta/cartonActivity/{cartonActivityId}/audit/{cartonActivityAudit}Add new audit for a cartonActivity
infoplus.CartonActivityApiaddCartonActivityTagPUT /beta/cartonActivity/{cartonActivityId}/tag/{cartonActivityTag}Add new tags for a cartonActivity.
infoplus.CartonActivityApideleteCartonActivityDELETE /beta/cartonActivity/{cartonActivityId}Delete a cartonActivity
infoplus.CartonActivityApideleteCartonActivityTagDELETE /beta/cartonActivity/{cartonActivityId}/tag/{cartonActivityTag}Delete a tag for a cartonActivity.
infoplus.CartonActivityApigetCartonActivityByFilterGET /beta/cartonActivity/searchSearch cartonActivitys by filter
infoplus.CartonActivityApigetCartonActivityByIdGET /beta/cartonActivity/{cartonActivityId}Get a cartonActivity by id
infoplus.CartonActivityApigetCartonActivityTagsGET /beta/cartonActivity/{cartonActivityId}/tagGet the tags for a cartonActivity.
infoplus.CartonActivityApigetDuplicateCartonActivityByIdGET /beta/cartonActivity/duplicate/{cartonActivityId}Get a duplicated a cartonActivity by id
infoplus.CartonActivityApiupdateCartonActivityPUT /beta/cartonActivityUpdate a cartonActivity
infoplus.CartonContentApiaddCartonContentPOST /beta/cartonContentCreate a cartonContent
infoplus.CartonContentApiaddCartonContentAuditPUT /beta/cartonContent/{cartonContentId}/audit/{cartonContentAudit}Add new audit for a cartonContent
infoplus.CartonContentApiaddCartonContentTagPUT /beta/cartonContent/{cartonContentId}/tag/{cartonContentTag}Add new tags for a cartonContent.
infoplus.CartonContentApideleteCartonContentDELETE /beta/cartonContent/{cartonContentId}Delete a cartonContent
infoplus.CartonContentApideleteCartonContentTagDELETE /beta/cartonContent/{cartonContentId}/tag/{cartonContentTag}Delete a tag for a cartonContent.
infoplus.CartonContentApigetCartonContentByFilterGET /beta/cartonContent/searchSearch cartonContents by filter
infoplus.CartonContentApigetCartonContentByIdGET /beta/cartonContent/{cartonContentId}Get a cartonContent by id
infoplus.CartonContentApigetCartonContentTagsGET /beta/cartonContent/{cartonContentId}/tagGet the tags for a cartonContent.
infoplus.CartonContentApigetDuplicateCartonContentByIdGET /beta/cartonContent/duplicate/{cartonContentId}Get a duplicated a cartonContent by id
infoplus.CartonContentApiupdateCartonContentPUT /beta/cartonContentUpdate a cartonContent
infoplus.CartonContentApiupdateCartonContentCustomFieldsPUT /beta/cartonContent/customFieldsUpdate a cartonContent custom fields
infoplus.CartonTypeApiaddCartonTypePOST /beta/cartonTypeCreate a cartonType
infoplus.CartonTypeApiaddCartonTypeAuditPUT /beta/cartonType/{cartonTypeId}/audit/{cartonTypeAudit}Add new audit for a cartonType
infoplus.CartonTypeApiaddCartonTypeTagPUT /beta/cartonType/{cartonTypeId}/tag/{cartonTypeTag}Add new tags for a cartonType.
infoplus.CartonTypeApideleteCartonTypeDELETE /beta/cartonType/{cartonTypeId}Delete a cartonType
infoplus.CartonTypeApideleteCartonTypeTagDELETE /beta/cartonType/{cartonTypeId}/tag/{cartonTypeTag}Delete a tag for a cartonType.
infoplus.CartonTypeApigetCartonTypeByFilterGET /beta/cartonType/searchSearch cartonTypes by filter
infoplus.CartonTypeApigetCartonTypeByIdGET /beta/cartonType/{cartonTypeId}Get a cartonType by id
infoplus.CartonTypeApigetCartonTypeTagsGET /beta/cartonType/{cartonTypeId}/tagGet the tags for a cartonType.
infoplus.CartonTypeApigetDuplicateCartonTypeByIdGET /beta/cartonType/duplicate/{cartonTypeId}Get a duplicated a cartonType by id
infoplus.CartonTypeApiupdateCartonTypePUT /beta/cartonTypeUpdate a cartonType
infoplus.CartonTypeApiupdateCartonTypeCustomFieldsPUT /beta/cartonType/customFieldsUpdate a cartonType custom fields
infoplus.CustomerApiaddCustomerPOST /beta/customerCreate a customer
infoplus.CustomerApiaddCustomerAuditPUT /beta/customer/{customerId}/audit/{customerAudit}Add new audit for a customer
infoplus.CustomerApiaddCustomerTagPUT /beta/customer/{customerId}/tag/{customerTag}Add new tags for a customer.
infoplus.CustomerApideleteCustomerDELETE /beta/customer/{customerId}Delete a customer
infoplus.CustomerApideleteCustomerTagDELETE /beta/customer/{customerId}/tag/{customerTag}Delete a tag for a customer.
infoplus.CustomerApigetByCustomerNoGET /beta/customer/getByCustomerNoGet a customer by Customer No
infoplus.CustomerApigetCustomerByFilterGET /beta/customer/searchSearch customers by filter
infoplus.CustomerApigetCustomerByIdGET /beta/customer/{customerId}Get a customer by id
infoplus.CustomerApigetCustomerTagsGET /beta/customer/{customerId}/tagGet the tags for a customer.
infoplus.CustomerApigetDuplicateCustomerByIdGET /beta/customer/duplicate/{customerId}Get a duplicated a customer by id
infoplus.CustomerApiupdateCustomerPUT /beta/customerUpdate a customer
infoplus.CustomerApiupdateCustomerCustomFieldsPUT /beta/customer/customFieldsUpdate a customer custom fields
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplatePOST /beta/customerInvoiceTemplateCreate a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplateAuditPUT /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/audit/{customerInvoiceTemplateAudit}Add new audit for a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplateTagPUT /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/tag/{customerInvoiceTemplateTag}Add new tags for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApideleteCustomerInvoiceTemplateDELETE /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}Delete a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateApideleteCustomerInvoiceTemplateTagDELETE /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/tag/{customerInvoiceTemplateTag}Delete a tag for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApigetCustomerInvoiceTemplateByFilterGET /beta/customerInvoiceTemplate/searchSearch customerInvoiceTemplates by filter
infoplus.CustomerInvoiceTemplateApigetCustomerInvoiceTemplateByIdGET /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}Get a customerInvoiceTemplate by id
infoplus.CustomerInvoiceTemplateApigetCustomerInvoiceTemplateTagsGET /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/tagGet the tags for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApigetDuplicateCustomerInvoiceTemplateByIdGET /beta/customerInvoiceTemplate/duplicate/{customerInvoiceTemplateId}Get a duplicated a customerInvoiceTemplate by id
infoplus.CustomerInvoiceTemplateApiupdateCustomerInvoiceTemplatePUT /beta/customerInvoiceTemplateUpdate a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateLineApiaddCustomerInvoiceTemplateLineAuditPUT /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/audit/{customerInvoiceTemplateLineAudit}Add new audit for a customerInvoiceTemplateLine
infoplus.CustomerInvoiceTemplateLineApiaddCustomerInvoiceTemplateLineTagPUT /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/tag/{customerInvoiceTemplateLineTag}Add new tags for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApideleteCustomerInvoiceTemplateLineDELETE /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}Delete a customerInvoiceTemplateLine
infoplus.CustomerInvoiceTemplateLineApideleteCustomerInvoiceTemplateLineTagDELETE /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/tag/{customerInvoiceTemplateLineTag}Delete a tag for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApigetCustomerInvoiceTemplateLineByFilterGET /beta/customerInvoiceTemplateLine/searchSearch customerInvoiceTemplateLines by filter
infoplus.CustomerInvoiceTemplateLineApigetCustomerInvoiceTemplateLineByIdGET /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}Get a customerInvoiceTemplateLine by id
infoplus.CustomerInvoiceTemplateLineApigetCustomerInvoiceTemplateLineTagsGET /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/tagGet the tags for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApigetDuplicateCustomerInvoiceTemplateLineByIdGET /beta/customerInvoiceTemplateLine/duplicate/{customerInvoiceTemplateLineId}Get a duplicated a customerInvoiceTemplateLine by id
infoplus.CustomerInvoiceTemplateLineApiupdateCustomerInvoiceTemplateLinePUT /beta/customerInvoiceTemplateLineUpdate a customerInvoiceTemplateLine
infoplus.EDIDocumentTypeApigetEDIDocumentTypeByIdGET /beta/eDIDocumentType/{eDIDocumentTypeId}Get an eDIDocumentType by id
infoplus.EDIDocumentTypeApigetEDIDocumentTypeBySearchTextGET /beta/eDIDocumentType/searchSearch eDIDocumentTypes
infoplus.EmailTemplateApiaddEmailTemplatePOST /beta/emailTemplateCreate an emailTemplate
infoplus.EmailTemplateApiaddEmailTemplateAuditPUT /beta/emailTemplate/{emailTemplateId}/audit/{emailTemplateAudit}Add new audit for an emailTemplate
infoplus.EmailTemplateApiaddEmailTemplateTagPUT /beta/emailTemplate/{emailTemplateId}/tag/{emailTemplateTag}Add new tags for an emailTemplate.
infoplus.EmailTemplateApideleteEmailTemplateDELETE /beta/emailTemplate/{emailTemplateId}Delete an emailTemplate
infoplus.EmailTemplateApideleteEmailTemplateTagDELETE /beta/emailTemplate/{emailTemplateId}/tag/{emailTemplateTag}Delete a tag for an emailTemplate.
infoplus.EmailTemplateApigetDuplicateEmailTemplateByIdGET /beta/emailTemplate/duplicate/{emailTemplateId}Get a duplicated an emailTemplate by id
infoplus.EmailTemplateApigetEmailTemplateByFilterGET /beta/emailTemplate/searchSearch emailTemplates by filter
infoplus.EmailTemplateApigetEmailTemplateByIdGET /beta/emailTemplate/{emailTemplateId}Get an emailTemplate by id
infoplus.EmailTemplateApigetEmailTemplateTagsGET /beta/emailTemplate/{emailTemplateId}/tagGet the tags for an emailTemplate.
infoplus.EmailTemplateApiupdateEmailTemplatePUT /beta/emailTemplateUpdate an emailTemplate
infoplus.EmailTemplateApiupdateEmailTemplateCustomFieldsPUT /beta/emailTemplate/customFieldsUpdate an emailTemplate custom fields
infoplus.ExternalShipmentApiaddExternalShipmentPOST /beta/externalShipmentCreate an externalShipment
infoplus.ExternalShipmentApiaddExternalShipmentAuditPUT /beta/externalShipment/{externalShipmentId}/audit/{externalShipmentAudit}Add new audit for an externalShipment
infoplus.ExternalShipmentApiaddExternalShipmentTagPUT /beta/externalShipment/{externalShipmentId}/tag/{externalShipmentTag}Add new tags for an externalShipment.
infoplus.ExternalShipmentApideleteExternalShipmentDELETE /beta/externalShipment/{externalShipmentId}Delete an externalShipment
infoplus.ExternalShipmentApideleteExternalShipmentTagDELETE /beta/externalShipment/{externalShipmentId}/tag/{externalShipmentTag}Delete a tag for an externalShipment.
infoplus.ExternalShipmentApigetDuplicateExternalShipmentByIdGET /beta/externalShipment/duplicate/{externalShipmentId}Get a duplicated an externalShipment by id
infoplus.ExternalShipmentApigetExternalShipmentByFilterGET /beta/externalShipment/searchSearch externalShipments by filter
infoplus.ExternalShipmentApigetExternalShipmentByIdGET /beta/externalShipment/{externalShipmentId}Get an externalShipment by id
infoplus.ExternalShipmentApigetExternalShipmentTagsGET /beta/externalShipment/{externalShipmentId}/tagGet the tags for an externalShipment.
infoplus.ExternalShipmentApiupdateExternalShipmentPUT /beta/externalShipmentUpdate an externalShipment
infoplus.ExternalShipmentApiupdateExternalShipmentCustomFieldsPUT /beta/externalShipment/customFieldsUpdate an externalShipment custom fields
infoplus.ExternalShippingSystemApiaddExternalShippingSystemPOST /beta/externalShippingSystemCreate an externalShippingSystem
infoplus.ExternalShippingSystemApiaddExternalShippingSystemAuditPUT /beta/externalShippingSystem/{externalShippingSystemId}/audit/{externalShippingSystemAudit}Add new audit for an externalShippingSystem
infoplus.ExternalShippingSystemApiaddExternalShippingSystemTagPUT /beta/externalShippingSystem/{externalShippingSystemId}/tag/{externalShippingSystemTag}Add new tags for an externalShippingSystem.
infoplus.ExternalShippingSystemApideleteExternalShippingSystemDELETE /beta/externalShippingSystem/{externalShippingSystemId}Delete an externalShippingSystem
infoplus.ExternalShippingSystemApideleteExternalShippingSystemTagDELETE /beta/externalShippingSystem/{externalShippingSystemId}/tag/{externalShippingSystemTag}Delete a tag for an externalShippingSystem.
infoplus.ExternalShippingSystemApigetDuplicateExternalShippingSystemByIdGET /beta/externalShippingSystem/duplicate/{externalShippingSystemId}Get a duplicated an externalShippingSystem by id
infoplus.ExternalShippingSystemApigetExternalShippingSystemByFilterGET /beta/externalShippingSystem/searchSearch externalShippingSystems by filter
infoplus.ExternalShippingSystemApigetExternalShippingSystemByIdGET /beta/externalShippingSystem/{externalShippingSystemId}Get an externalShippingSystem by id
infoplus.ExternalShippingSystemApigetExternalShippingSystemTagsGET /beta/externalShippingSystem/{externalShippingSystemId}/tagGet the tags for an externalShippingSystem.
infoplus.ExternalShippingSystemApiupdateExternalShippingSystemPUT /beta/externalShippingSystemUpdate an externalShippingSystem
infoplus.ExternalShippingSystemApiupdateExternalShippingSystemCustomFieldsPUT /beta/externalShippingSystem/customFieldsUpdate an externalShippingSystem custom fields
infoplus.FulfillmentPlanApiaddFulfillmentPlanPOST /beta/fulfillmentPlanCreate a fulfillmentPlan
infoplus.FulfillmentPlanApiaddFulfillmentPlanAuditPUT /beta/fulfillmentPlan/{fulfillmentPlanId}/audit/{fulfillmentPlanAudit}Add new audit for a fulfillmentPlan
infoplus.FulfillmentPlanApiaddFulfillmentPlanTagPUT /beta/fulfillmentPlan/{fulfillmentPlanId}/tag/{fulfillmentPlanTag}Add new tags for a fulfillmentPlan.
infoplus.FulfillmentPlanApideleteFulfillmentPlanDELETE /beta/fulfillmentPlan/{fulfillmentPlanId}Delete a fulfillmentPlan
infoplus.FulfillmentPlanApideleteFulfillmentPlanTagDELETE /beta/fulfillmentPlan/{fulfillmentPlanId}/tag/{fulfillmentPlanTag}Delete a tag for a fulfillmentPlan.
infoplus.FulfillmentPlanApigetDuplicateFulfillmentPlanByIdGET /beta/fulfillmentPlan/duplicate/{fulfillmentPlanId}Get a duplicated a fulfillmentPlan by id
infoplus.FulfillmentPlanApigetFulfillmentPlanByFilterGET /beta/fulfillmentPlan/searchSearch fulfillmentPlans by filter
infoplus.FulfillmentPlanApigetFulfillmentPlanByIdGET /beta/fulfillmentPlan/{fulfillmentPlanId}Get a fulfillmentPlan by id
infoplus.FulfillmentPlanApigetFulfillmentPlanTagsGET /beta/fulfillmentPlan/{fulfillmentPlanId}/tagGet the tags for a fulfillmentPlan.
infoplus.FulfillmentPlanApiupdateFulfillmentPlanPUT /beta/fulfillmentPlanUpdate a fulfillmentPlan
infoplus.FulfillmentPlanApiupdateFulfillmentPlanCustomFieldsPUT /beta/fulfillmentPlan/customFieldsUpdate a fulfillmentPlan custom fields
infoplus.FulfillmentProcessApiaddFulfillmentProcessAuditPUT /beta/fulfillmentProcess/{fulfillmentProcessId}/audit/{fulfillmentProcessAudit}Add new audit for a fulfillmentProcess
infoplus.FulfillmentProcessApiaddFulfillmentProcessTagPUT /beta/fulfillmentProcess/{fulfillmentProcessId}/tag/{fulfillmentProcessTag}Add new tags for a fulfillmentProcess.
infoplus.FulfillmentProcessApideleteFulfillmentProcessTagDELETE /beta/fulfillmentProcess/{fulfillmentProcessId}/tag/{fulfillmentProcessTag}Delete a tag for a fulfillmentProcess.
infoplus.FulfillmentProcessApigetDuplicateFulfillmentProcessByIdGET /beta/fulfillmentProcess/duplicate/{fulfillmentProcessId}Get a duplicated a fulfillmentProcess by id
infoplus.FulfillmentProcessApigetFulfillmentProcessByFilterGET /beta/fulfillmentProcess/searchSearch fulfillmentProcesses by filter
infoplus.FulfillmentProcessApigetFulfillmentProcessByIdGET /beta/fulfillmentProcess/{fulfillmentProcessId}Get a fulfillmentProcess by id
infoplus.FulfillmentProcessApigetFulfillmentProcessTagsGET /beta/fulfillmentProcess/{fulfillmentProcessId}/tagGet the tags for a fulfillmentProcess.
infoplus.FulfillmentProcessApiupdateFulfillmentProcessCustomFieldsPUT /beta/fulfillmentProcess/customFieldsUpdate a fulfillmentProcess custom fields
infoplus.FulfillmentProcessLogApiaddFulfillmentProcessLogAuditPUT /beta/fulfillmentProcessLog/{fulfillmentProcessLogId}/audit/{fulfillmentProcessLogAudit}Add new audit for a fulfillmentProcessLog
infoplus.FulfillmentProcessLogApiaddFulfillmentProcessLogTagPUT /beta/fulfillmentProcessLog/{fulfillmentProcessLogId}/tag/{fulfillmentProcessLogTag}Add new tags for a fulfillmentProcessLog.
infoplus.FulfillmentProcessLogApideleteFulfillmentProcessLogTagDELETE /beta/fulfillmentProcessLog/{fulfillmentProcessLogId}/tag/{fulfillmentProcessLogTag}Delete a tag for a fulfillmentProcessLog.
infoplus.FulfillmentProcessLogApigetDuplicateFulfillmentProcessLogByIdGET /beta/fulfillmentProcessLog/duplicate/{fulfillmentProcessLogId}Get a duplicated a fulfillmentProcessLog by id
infoplus.FulfillmentProcessLogApigetFulfillmentProcessLogByFilterGET /beta/fulfillmentProcessLog/searchSearch fulfillmentProcessLogs by filter
infoplus.FulfillmentProcessLogApigetFulfillmentProcessLogByIdGET /beta/fulfillmentProcessLog/{fulfillmentProcessLogId}Get a fulfillmentProcessLog by id
infoplus.FulfillmentProcessLogApigetFulfillmentProcessLogTagsGET /beta/fulfillmentProcessLog/{fulfillmentProcessLogId}/tagGet the tags for a fulfillmentProcessLog.
infoplus.IntegrationPartnerApigetIntegrationPartnerByIdGET /beta/integrationPartner/{integrationPartnerId}Get an integrationPartner by id
infoplus.IntegrationPartnerApigetIntegrationPartnerBySearchTextGET /beta/integrationPartner/searchSearch integrationPartners
infoplus.InventoryAdjustmentApiaddInventoryAdjustmentAuditPUT /beta/inventoryAdjustment/{inventoryAdjustmentId}/audit/{inventoryAdjustmentAudit}Add new audit for an inventoryAdjustment
infoplus.InventoryAdjustmentApiaddInventoryAdjustmentTagPUT /beta/inventoryAdjustment/{inventoryAdjustmentId}/tag/{inventoryAdjustmentTag}Add new tags for an inventoryAdjustment.
infoplus.InventoryAdjustmentApideleteInventoryAdjustmentTagDELETE /beta/inventoryAdjustment/{inventoryAdjustmentId}/tag/{inventoryAdjustmentTag}Delete a tag for an inventoryAdjustment.
infoplus.InventoryAdjustmentApigetDuplicateInventoryAdjustmentByIdGET /beta/inventoryAdjustment/duplicate/{inventoryAdjustmentId}Get a duplicated an inventoryAdjustment by id
infoplus.InventoryAdjustmentApigetInventoryAdjustmentByFilterGET /beta/inventoryAdjustment/searchSearch inventoryAdjustments by filter
infoplus.InventoryAdjustmentApigetInventoryAdjustmentByIdGET /beta/inventoryAdjustment/{inventoryAdjustmentId}Get an inventoryAdjustment by id
infoplus.InventoryAdjustmentApigetInventoryAdjustmentTagsGET /beta/inventoryAdjustment/{inventoryAdjustmentId}/tagGet the tags for an inventoryAdjustment.
infoplus.InventoryAdjustmentApiupdateInventoryAdjustmentCustomFieldsPUT /beta/inventoryAdjustment/customFieldsUpdate an inventoryAdjustment custom fields
infoplus.InventoryDetailApiaddInventoryDetailAuditPUT /beta/inventoryDetail/{inventoryDetailId}/audit/{inventoryDetailAudit}Add new audit for an inventoryDetail
infoplus.InventoryDetailApiaddInventoryDetailTagPUT /beta/inventoryDetail/{inventoryDetailId}/tag/{inventoryDetailTag}Add new tags for an inventoryDetail.
infoplus.InventoryDetailApideleteInventoryDetailTagDELETE /beta/inventoryDetail/{inventoryDetailId}/tag/{inventoryDetailTag}Delete a tag for an inventoryDetail.
infoplus.InventoryDetailApigetDuplicateInventoryDetailByIdGET /beta/inventoryDetail/duplicate/{inventoryDetailId}Get a duplicated an inventoryDetail by id
infoplus.InventoryDetailApigetInventoryDetailByFilterGET /beta/inventoryDetail/searchSearch inventoryDetails by filter
infoplus.InventoryDetailApigetInventoryDetailByIdGET /beta/inventoryDetail/{inventoryDetailId}Get an inventoryDetail by id
infoplus.InventoryDetailApigetInventoryDetailTagsGET /beta/inventoryDetail/{inventoryDetailId}/tagGet the tags for an inventoryDetail.
infoplus.InventoryDetailApiupdateInventoryDetailCustomFieldsPUT /beta/inventoryDetail/customFieldsUpdate an inventoryDetail custom fields
infoplus.InventorySnapshotApiaddInventorySnapshotAuditPUT /beta/inventorySnapshot/{inventorySnapshotId}/audit/{inventorySnapshotAudit}Add new audit for an inventorySnapshot
infoplus.InventorySnapshotApiaddInventorySnapshotTagPUT /beta/inventorySnapshot/{inventorySnapshotId}/tag/{inventorySnapshotTag}Add new tags for an inventorySnapshot.
infoplus.InventorySnapshotApideleteInventorySnapshotTagDELETE /beta/inventorySnapshot/{inventorySnapshotId}/tag/{inventorySnapshotTag}Delete a tag for an inventorySnapshot.
infoplus.InventorySnapshotApigetDuplicateInventorySnapshotByIdGET /beta/inventorySnapshot/duplicate/{inventorySnapshotId}Get a duplicated an inventorySnapshot by id
infoplus.InventorySnapshotApigetInventorySnapshotByFilterGET /beta/inventorySnapshot/searchSearch inventorySnapshots by filter
infoplus.InventorySnapshotApigetInventorySnapshotByIdGET /beta/inventorySnapshot/{inventorySnapshotId}Get an inventorySnapshot by id
infoplus.InventorySnapshotApigetInventorySnapshotTagsGET /beta/inventorySnapshot/{inventorySnapshotId}/tagGet the tags for an inventorySnapshot.
infoplus.InventoryStorageActivityApiaddInventoryStorageActivityPOST /beta/inventoryStorageActivityCreate an inventoryStorageActivity
infoplus.InventoryStorageActivityApiaddInventoryStorageActivityAuditPUT /beta/inventoryStorageActivity/{inventoryStorageActivityId}/audit/{inventoryStorageActivityAudit}Add new audit for an inventoryStorageActivity
infoplus.InventoryStorageActivityApiaddInventoryStorageActivityTagPUT /beta/inventoryStorageActivity/{inventoryStorageActivityId}/tag/{inventoryStorageActivityTag}Add new tags for an inventoryStorageActivity.
infoplus.InventoryStorageActivityApideleteInventoryStorageActivityDELETE /beta/inventoryStorageActivity/{inventoryStorageActivityId}Delete an inventoryStorageActivity
infoplus.InventoryStorageActivityApideleteInventoryStorageActivityTagDELETE /beta/inventoryStorageActivity/{inventoryStorageActivityId}/tag/{inventoryStorageActivityTag}Delete a tag for an inventoryStorageActivity.
infoplus.InventoryStorageActivityApigetDuplicateInventoryStorageActivityByIdGET /beta/inventoryStorageActivity/duplicate/{inventoryStorageActivityId}Get a duplicated an inventoryStorageActivity by id
infoplus.InventoryStorageActivityApigetInventoryStorageActivityByFilterGET /beta/inventoryStorageActivity/searchSearch inventoryStorageActivitys by filter
infoplus.InventoryStorageActivityApigetInventoryStorageActivityByIdGET /beta/inventoryStorageActivity/{inventoryStorageActivityId}Get an inventoryStorageActivity by id
infoplus.InventoryStorageActivityApigetInventoryStorageActivityTagsGET /beta/inventoryStorageActivity/{inventoryStorageActivityId}/tagGet the tags for an inventoryStorageActivity.
infoplus.InventoryStorageActivityApiupdateInventoryStorageActivityPUT /beta/inventoryStorageActivityUpdate an inventoryStorageActivity
infoplus.InvoiceWorksheetApiaddInvoiceWorksheetPOST /beta/invoiceWorksheetCreate an invoiceWorksheet
infoplus.InvoiceWorksheetApiaddInvoiceWorksheetAuditPUT /beta/invoiceWorksheet/{invoiceWorksheetId}/audit/{invoiceWorksheetAudit}Add new audit for an invoiceWorksheet
infoplus.InvoiceWorksheetApiaddInvoiceWorksheetTagPUT /beta/invoiceWorksheet/{invoiceWorksheetId}/tag/{invoiceWorksheetTag}Add new tags for an invoiceWorksheet.
infoplus.InvoiceWorksheetApideleteInvoiceWorksheetDELETE /beta/invoiceWorksheet/{invoiceWorksheetId}Delete an invoiceWorksheet
infoplus.InvoiceWorksheetApideleteInvoiceWorksheetTagDELETE /beta/invoiceWorksheet/{invoiceWorksheetId}/tag/{invoiceWorksheetTag}Delete a tag for an invoiceWorksheet.
infoplus.InvoiceWorksheetApigetDuplicateInvoiceWorksheetByIdGET /beta/invoiceWorksheet/duplicate/{invoiceWorksheetId}Get a duplicated an invoiceWorksheet by id
infoplus.InvoiceWorksheetApigetInvoiceWorksheetByFilterGET /beta/invoiceWorksheet/searchSearch invoiceWorksheets by filter
infoplus.InvoiceWorksheetApigetInvoiceWorksheetByIdGET /beta/invoiceWorksheet/{invoiceWorksheetId}Get an invoiceWorksheet by id
infoplus.InvoiceWorksheetApigetInvoiceWorksheetTagsGET /beta/invoiceWorksheet/{invoiceWorksheetId}/tagGet the tags for an invoiceWorksheet.
infoplus.InvoiceWorksheetApiupdateInvoiceWorksheetPUT /beta/invoiceWorksheetUpdate an invoiceWorksheet
infoplus.InvoiceWorksheetLineApiaddInvoiceWorksheetLinePOST /beta/invoiceWorksheetLineCreate an invoiceWorksheetLine
infoplus.InvoiceWorksheetLineApiaddInvoiceWorksheetLineAuditPUT /beta/invoiceWorksheetLine/{invoiceWorksheetLineId}/audit/{invoiceWorksheetLineAudit}Add new audit for an invoiceWorksheetLine
infoplus.InvoiceWorksheetLineApiaddInvoiceWorksheetLineTagPUT /beta/invoiceWorksheetLine/{invoiceWorksheetLineId}/tag/{invoiceWorksheetLineTag}Add new tags for an invoiceWorksheetLine.
infoplus.InvoiceWorksheetLineApideleteInvoiceWorksheetLineDELETE /beta/invoiceWorksheetLine/{invoiceWorksheetLineId}Delete an invoiceWorksheetLine
infoplus.InvoiceWorksheetLineApideleteInvoiceWorksheetLineTagDELETE /beta/invoiceWorksheetLine/{invoiceWorksheetLineId}/tag/{invoiceWorksheetLineTag}Delete a tag for an invoiceWorksheetLine.
infoplus.InvoiceWorksheetLineApigetDuplicateInvoiceWorksheetLineByIdGET /beta/invoiceWorksheetLine/duplicate/{invoiceWorksheetLineId}Get a duplicated an invoiceWorksheetLine by id
infoplus.InvoiceWorksheetLineApigetInvoiceWorksheetLineByFilterGET /beta/invoiceWorksheetLine/searchSearch invoiceWorksheetLines by filter
infoplus.InvoiceWorksheetLineApigetInvoiceWorksheetLineByIdGET /beta/invoiceWorksheetLine/{invoiceWorksheetLineId}Get an invoiceWorksheetLine by id
infoplus.InvoiceWorksheetLineApigetInvoiceWorksheetLineTagsGET /beta/invoiceWorksheetLine/{invoiceWorksheetLineId}/tagGet the tags for an invoiceWorksheetLine.
infoplus.InvoiceWorksheetLineApiupdateInvoiceWorksheetLinePUT /beta/invoiceWorksheetLineUpdate an invoiceWorksheetLine
infoplus.ItemApiaddItemPOST /beta/itemCreate an item
infoplus.ItemApiaddItemAuditPUT /beta/item/{itemId}/audit/{itemAudit}Add new audit for an item
infoplus.ItemApiaddItemTagPUT /beta/item/{itemId}/tag/{itemTag}Add new tags for an item.
infoplus.ItemApideleteItemDELETE /beta/item/{itemId}Delete an item
infoplus.ItemApideleteItemTagDELETE /beta/item/{itemId}/tag/{itemTag}Delete a tag for an item.
infoplus.ItemApigetBySKUGET /beta/item/getBySKUGet an item by SKU
infoplus.ItemApigetDuplicateItemByIdGET /beta/item/duplicate/{itemId}Get a duplicated an item by id

*infoplus.Item

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago