- Joined
- Mar 11, 2019
- Messages
- 185
- Reaction score
- 135
Wondering if someone who is much more clever than I could point me in the right direction here.
Got a api endpoint that needs the contact ID inserted in it like this:
[baseUrl]/api/v1.0/companies/[companyId]/customers/[ContactId]/notes/
The 'Matching Scenario' scenario that does the look up is setting the needed ID in the 'ContactID' variable. But am I right in thinking that variable is only around for that one call? Do I just need to add it as a parameter so it becomes persistent?
Got a api endpoint that needs the contact ID inserted in it like this:
[baseUrl]/api/v1.0/companies/[companyId]/customers/[ContactId]/notes/
The 'Matching Scenario' scenario that does the look up is setting the needed ID in the 'ContactID' variable. But am I right in thinking that variable is only around for that one call? Do I just need to add it as a parameter so it becomes persistent?
Last edited: