GetUserAgreement

POST /order/getuseragreement

This method is used to obtain the “Subscriber Agreement” for a particular ‘ProductName’ . The subscriber agreement is to be displayed to the end customer during the ordering process.


Request Body application/json

Schema  
array[object]  
  ProductCode integer A valid ProductCode. Please Refer to the product list Required


Responses application/json

200 Schema
  array[object]
    SuccessCode integer 1 (Ok) - 0 (Error) Required
    Agreement string It returns product agreement optional
    ErrorMsg array one or more error strings (Returned only when SuccessCode is 0) optional