book
Article ID: 191608
calendar_today
Updated On:
Resolution
The Request file should be built as follows:
the first line should have the operation and request URL. Subsequent lines should have header information (one line for each header), followed by an optional request body in JSON format
The Response file should be built as follows:
the first line should have the HTTP return code followed by the response body in JSON format
Additional Information
The attached files give an example of how the request and response files can look like.
Disregard the number before operation-10