What's New in iVend Retail 6.6 Web API

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

What's New in iVend Retail 6.6 Web API

Navigation:  »No topics above this level«

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend Retail 6.6 - Web API Help

What's New in iVend Retail 6.6 Web API

Collapse All Expand All

This section contains information about new web API methods and the web API methods which have been renamed in iVend Retail 6.6

There are following web API methods exposed iVend Retail 6.6:

Method

Return Type

GetAttributeByKey

public List<AttributeMasterDTO> GetAttributeByKey(string key)

GetDeltaInventoryUpdates

public List<DeltaInventoryUpdateDTO> GetDeltaInventoryUpdates( DeltaInventoryUpdateInputDTO deltaInventoryUpdateInput)

GetPicking

public PickingDTO GetPicking(string pickingKey))

GetSpecialPriceList

public List<SpecialPriceListDTO> GetSpecialPriceList(string subsidiaryKey)

GetTransactionStatus

public TransactionStatusDTO GetTransactionStatus( string transactionId)

PrintItemLabels

public void PrintItemLabels(List<LabelPrintingDTO> labelPrintingList)

SavePicking

public PickingDTO SavePicking(PickingDTO picking)

UpdateTransactionBalance

public TransactionStatusDTO UpdateTransactionBalance( TransactionStatusDTO updateTransactionBalance )

ValidateLicense

public bool ValidateLicense(string UserId,String Password,LicenseType LicenseType)

 

Browse through with other sections of Web API to get complete insight about API, Data Transfer, and DTO assemblies.