- For GET Operation
/aai/v2/business/customers/customer/4NAZ89
How can I use the above base path to send a different "4NAZ89" at the end of the base path?
e.g: /aai/v2/business/customers/customer/*
DevTest Supported version
1. In your VSI select the Operation name, and for the URI part replace that with {URLPARAM0}
GET /aai/v2/business/customers/customer/{URLPARAM0}/
In the Request Data Tab, add an argument and a value for it URLPARAM0 = 4NAZ89
Do this for META and for Specific
2. In you VSM. add a REST DPH , and add a rule as below.
GET /aai/v2/business/customers/customer/{URLPARAM0}/