Customer

IDDescriptionAPI

CUS-040

Get Customer ship to address by customer code or comma separated customer codes

GET customer/b2b/shipto?customerCode={customerCode}

CUS-041

Get Customer address by customer code or comma separated customer codes

GET customer/b2b/address?customerCode={customerCode}

CUS-042

Get Customer net price by customer code and item name (single item name or comma separated item names)

GET customer/b2b/netprice?customerCode={customerCode}&itemName={itemName}

CUS-043

Get Customer net price by customer code, itemname, qty or uom

GET customer/b2b/netprice?customerCode={customerCode}&itemName={itemName}&qty={qty}&uom={uom}

Statement

IDDescriptionAPI

CUS-044

Get Customer Statement of Account by customer code or comma separated customer codes

GET customer/b2b/statement?customerCode={customerCode}

CUS-045

Get Customer Statement of Account summary by customer code or comma separated customer codes

GET customer/b2b/statementsummary?customerCode={customerCode}

Transactions

IDDescriptionAPI

IVC-010

Get transaction list (invoice and credits) by customer code or comma separated customer codes

GET invoice/b2b/transactionlist?customerCode={customerCode}

IVC-011

Get invoice detail by invoice code

GET invoice/b2b/detail?code={code}

SO History

IDDescriptionAPI

ORD-025

Get SO history item list by customer code or comma separated customer codes

GET salesorder/b2b/sohistory?customerCode={customerCode}

Quote

IDDescriptionAPI

ORD-026

Get outstanding quote list by customer code or comma separated customer codes

GET salesorder/b2b/quote?customerCode={customerCode}

ORD-032

Get quote detail by quote code

GET salesorder/b2b/quote/detail?code={code}

Order

IDDescriptionAPI

ORD-027

Get outstanding SO list by customer code or comma separated customer codes

GET salesorder/b2b/order?customerCode={customerCode}

ORD-028

Get historical sales order list by customer code or comma separated customer codes

GET salesorder/b2b/order/history?customerCode={customerCode}

ORD-031

Get order detail by order code

GET salesorder/b2b/order/detail?code={code}

RMA

IDDescriptionAPI

ORD-029

Get outstanding RMA list by customer code or comma separated customer codes

GET salesorder/b2b/rma?customerCode={customerCode}

ORD-030

Get historical RMA list by customer code or comma separated customer codes

GET salesorder/b2b/rma/history?customerCode={customerCode}

ORD-033

Get rma detail by rma code

GET salesorder/b2b/rma/detail?code={code}

CRM Case

IDDescriptionAPI

CRM-020

Get outstanding case list by customer code or comma separated customer codes

GET crm/b2b/case?customerCode={customerCode}

CRM-021

Get historical case list by customer code or comma separated customer codes

GET crm/b2b/case/history?customerCode={customerCode}

CRM-022

Get CRM case detail by case code or comma separated case codes

GET crm/b2b/case/detail?caseCode={caseCode}