I working on a Zapier connector that should add custommers and inovices to an ERP-system.
It works fine, but to get to the next step where I can create invoices for a newly created cusomer, I need customerID in output from customer creation.
The API docs says:
On successful POSTs/PUTs/PATCHs and DELETEs an empty body is returned. For successful POSTs/PUTs/PATCHs a Location header is given in all cases.
From postman I read this header in return. It is the number in the circle I need to grab and use in further steps in Zapier.
I’m stucked. Any suggestion how to do that?