I am trying to send some data to an API.
All information I have is:
ImportUsersFile
Verbs POST
Requires authentication False
Parameters
- jobName: string
- token: CancellationToken
The information is given in their site/api.mvc/
Is there any way of knowing, in advance, what format/columns this is expecting?
I wanted to use ImportUsersFile to send some users data to. The API is from the company signinworkspace.
requestsyou can easily switch between form-encoded or jsonform/json.