What does Request URL & Parameter Means

Request URL can be found at each API document along with the request method (POST or GET or other request method) and Content Type (application/json or other content type)

Some parameters will have optional tag on them, this means the parameter is not mandatory for the request and they can be empty, however adding them might produce more accurate result, for example : Company check, zip code is an optional parameter but adding zip code parameter will return all the companies around that said zip code instead of all around Indonesia.

If a parameter does not have an optional tag, it means the parameter is mandatory and making request without them will return EMPTY_PARAMETER_ERROR response

Every parameter has a data type such as string, integer and file, please double check the parameter data type before making any request


Was this article helpful?
36 out of 37 found this helpful

Comments

0 comments

Please sign in to leave a comment.