Table of Contents

Search

  1. Preface
  2. Part 1: Cloud Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: REST Call Example
  5. Appendix B: Geocode Countries
  6. Appendix C: Certified Mode Values

Developer Guide

Developer Guide

Request Format

Request Format

You can structure a REST request in a POST method.

POST Requests

When you use the POST method to submit your data, you include all of the data as a part of the request body. Submit the data in a JSON object.
You cannot test the data directly in your browser.
The required HTTP header for the operation is
Content-Type
. You must set the header to
application/json
. You can use tools like Postman or SoapUI to submit REST requests using the POST method.

0 COMMENTS

We’d like to hear from you!