Get Purchase Likelihood

This process returns the Purchase Likelihood (PL) values based on Customer ID.

This is a description of the Get Purchase Likelihood endpoint:

  • URL: /ls
  • Method: POST

This table shows the parameters that are used in Get Purchase Likelihood:

Name Description Expected type
custid Customer ID String
This table shows the success and error responses:
Success response Error response
Code: 200 OK Code: 400 Bad Request
Content: {"custid":"36A", "score":10 } Content: {"reason":"custid must be alphanumeric: 36_A"}

This is an example of a call:

http://sicrmbase.cloud.infor.com/ls {"custid":"36A"}