Project

General

Profile

Actions

Specification » History » Revision 1

Revision 1/8 | Next »
Soh Keong, 11/19/2020 05:38 PM


Specification

Programming Guide

Jar version

version Description
2.5 Init

Jar File Download

Jar
Lib
Properties

properties file

  • service.properties
  1. json.url - provided by DotNet team
  2. cosway.key - provided by DotNet team
  3. initialization.vector - provided by DotNet team
  4. aes.key - provided by DotNet team
  5. service.mode - provided by DotNet team
  6. wsdl.url - provided by DotNet team
  7. json.key - provided by DotNet team
  8. connection.timeout - set connection timeout
  9. connection.read.timeout - set connection read timeout

Methods

Store Pickup Service

com.ecosway.cosway.cpsjson.service.StorePickupService service = new com.ecosway.cosway.cpsjson.service.StorePickupService();

getOrderByStore

com.ecosway.cosway.cpsjson.model.OrderByStoreResultBean resultBean = service.getOrderByStore(String stockistCode)
  • com.ecosway.cosway.cpsjson.model.OrderByStoreResultBean
  • errCode - String
  • errMessage - String
  • stockistCode - String
  • totalRec - String
  • orderBeanList - List<OrderResultBean>
  • boId - String
  • invDate - Date
  • invNo - String

Updated by Soh Keong almost 4 years ago · 1 revisions