Batch Request Countersign with airSlate SignNow
Get the powerful eSignature features you need from the solution you trust
Choose the pro service designed for professionals
Configure eSignature API quickly
Collaborate better together
Batch request countersign, within minutes
Reduce your closing time
Maintain important information safe
See airSlate SignNow eSignatures in action
airSlate SignNow solutions for better efficiency
Our user reviews speak for themselves
Why choose airSlate SignNow
-
Free 7-day trial. Choose the plan you need and try it risk-free.
-
Honest pricing for full-featured plans. airSlate SignNow offers subscription plans with no overages or hidden fees at renewal.
-
Enterprise-grade security. airSlate SignNow helps you comply with global security standards.
Your step-by-step guide — batch request countersign
Using airSlate SignNow’s eSignature any business can speed up signature workflows and eSign in real-time, delivering a better experience to customers and employees. batch request countersign in a few simple steps. Our mobile-first apps make working on the go possible, even while offline! Sign documents from anywhere in the world and close deals faster.
Follow the step-by-step guide to batch request countersign:
- Log in to your airSlate SignNow account.
- Locate your document in your folders or upload a new one.
- Open the document and make edits using the Tools menu.
- Drag & drop fillable fields, add text and sign it.
- Add multiple signers using their emails and set the signing order.
- Specify which recipients will get an executed copy.
- Use Advanced Options to limit access to the record and set an expiration date.
- Click Save and Close when completed.
In addition, there are more advanced features available to batch request countersign. Add users to your shared workspace, view teams, and track collaboration. Millions of users across the US and Europe agree that a solution that brings everything together in one unified workspace, is what organizations need to keep workflows performing efficiently. The airSlate SignNow REST API allows you to embed eSignatures into your application, internet site, CRM or cloud. Check out airSlate SignNow and get quicker, smoother and overall more productive eSignature workflows!
How it works
airSlate SignNow features that users love
Get legally-binding signatures now!
What active users are saying — batch request countersign
Batch request countersign
hi there this is Valentine and welcome to another postman tutorial this time we'll look into datasets and how you can use them in postman so what do I mean by that well usually you have something like one request and you have some data which you send with that request but you can have different datasets for example you want to test different values for your request and it would be a bit unpractical to make like the applicants of this request or to manually change everything so what postman allows you to do is to define an external data file where you define multiple data sets so multiple values which you can run against your request and this is exactly what we will do in this tutorial we'll define an external file put their different values and run them through our collection take this collection for example I have created here very simple workflow on different steps that need to happen and you will find this collection attached to this video so you can download it and play with it on your own computer now the backend servers are just for testing purposes so there are no changes there but let me explain you briefly what's happening here now the first request generate reference will call an endpoint and give back a reference now this will be saved as a global variable and used later in the main request in which we are interested in and this is create order so what this request is supposed to do is to create an order it will get some dynamic data from a previous request so this request need to run in a specific sequence and additionally it would send information like a customer ID and Product ID and then the third request will simply check a status so everything is pretty simple now going back to this request in the middle as you can see here we have some hard-coded data and we already have some test written for that and they are all checking that the customer ID is 200 and the product ID is 300 in this case but what happens if we want to test against different information different customers different products to see how this behaves and exactly this is the case now when we are going to define this information an external file and then use the collection runner to inject this information into postman so let's first go ahead and define this external file that I was talking about I'm using right now Visual Studio code which is totally free to download and the feature that I'm looking here into is that I create a valid file now you can define this data set in Jason or you can use CSV now I've decided to use Jason for this example and generally Jason is a bit more powerful than CSV so for that reason let's now stick to Jason and give it a try now I'm using Visual Studio code because when writing jason is important that you write fella jason otherwise if you're jason contains any mistakes then postman will not be able to understand it and the whole scenario will not work now the way you define multiple iteration is that is by putting everything in an array so this is the array that I'm defining and it will contain all my iterations and inside that array there will be objects containing values now what I can do initially is to just create two empty objects so let's save this file and go back to postman now important what what we'll do is to start a collection runner and here I'll select my collection I don't have any environment and I will be selecting the file that I have just created it will recognize that this is an adjacent file and will offer this preview button now what we will see here is that we have two iterations but we don't have any additional data and that is fine for the moment I'm going to hit here the Run button and you will see now that a collection has been executed two times so the first iteration is here and just below it is the second iteration now all the tests has green and everything is working just fine and this means that I have now defined two iterations in my case let's go ahead and make this a bit more sophisticated so going back to the JSON file let's try and edit some information here so what I'll do in this case is I will define customer ID with a value let's say that this value is now 9000 and let's now define a product ID as well I'm going to duplicate this let's create a new iteration as well so now we have three iterations so let's play a bit with this data so that it's a bit different now the information doesn't really matter but now what we have is that we have these three different iterations customer ID product ID and these are all different data that we will insert now in the body of the request so let's save it and go back to postman so now if we edit the body of the create order request and replace customer ID with double curly brackets and as we have named the value customer ID in the JSON file this is the way we were going to call it here as well and the same goes for product ID I'm gonna save it and let's open the collection runner again I'm going to select a collection select the data file again and now if I click the preview button you'll be able to see that I have multiple iterations in this case three iterations and now customer ID and Product ID have different value for each iteration so let's see how this plays out let's run the collection you can see that now we have one two three iterations but we also have some failed tests as well but you will take care of that later let's first make sure that what we have done actually worked and the way we do this is in this case for the first iteration in create order we click the name of the request and then we can inspect the request body and you will see now in the request body we have customer ID 9000 Product ID 5 so it means that the information that we have defined in the JSON file in the external JSON file has been now injected in our request we are sure that the information that we have defined in a JSON file is actually being picked up by postman and use in the request well this is it for today thank you for watching if you enjoy this video and you feel you have learned something new give this video thumbs up subscribe to my channel and otherwise if you have any comments just leave them in a section below I try to answer all your comments and to point you in the right direction so feel free to get in touch with me if you have any questions see you next time bye bye [Music]
Show more