irene_smile
17 years agoOccasional Contributor
Using a value from response as input value for another request
Hello!
I need to use the id from a response in a request for another operation.
Example:
- Send a request to create customer. Response has customer id
- Copy Customer id into a second request for create invoice
- Execute a load test on create invoice that creates a customer and creates an invoice for that customer.
How can I automatically insert response from create customer as input to create invoice request?
I need to use the id from a response in a request for another operation.
Example:
- Send a request to create customer. Response has customer id
- Copy Customer id into a second request for create invoice
- Execute a load test on create invoice that creates a customer and creates an invoice for that customer.
How can I automatically insert response from create customer as input to create invoice request?