GET customer/b2b/netprice?customerCode={customerCode}&itemName={itemName}&qty={qty}&uom={uom}
Get Customer net price by customer code, itemname, qty or uom
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerCode |
Required customer code. |
string |
Required |
itemName |
Item you want to get the net price |
string |
Required |
qty |
Quantity to compute |
decimal number |
Required |
uom |
Optional unit of measure, SO default uom will be used when not specified |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Customer list
Interprise.Web.Services.Http.MetadataOfInterprise.Web.Services.Models.B2BCustomerPriceName | Description | Type | Additional information |
---|---|---|---|
data | Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.B2BCustomerPrice |
None. |
|
links | Interprise.Web.Services.Http.LinksNode |
None. |
Response Formats
Sample not available.