PPEnquiry(CreditorCode=String,ProductCode=String,DocumentDate=Date,Quantity=Number): Object
PP Enquiry Web Services function returns the pricing details for a given Creditor, Product, Date and Quantity.
PPEnquiry function syntax has these named arguments:
Parameter |
Description |
Creditor Code |
Required. The creditor code to get the pricing for. |
Product Code |
Required. The product code to get the pricing for. |
Document Date |
Required. The effective date for the pricing. Date must be in the format YYYY-MM-DD. |
Quantity |
Required. The Quantity for the pricing. |
See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:
Response = MakeCall("PPEnquiry(CreditorCode=RIGHT,ProductCode=T1MPLY,DocumentDate=2025-09-01,Quantity=10)")