...
Header | Requirement | JSON | XML |
Accept | Optional. Returns JSON XML if undefined. | Accept: application/json | Accept: application/xml |
...
API call formatting
XML Format | |
Body | N/A |
Example success Response Body | <?xml version="1.0" encoding="utf-8"?> |
Example failure Response Body | <?xml version="1.0" encoding="utf-8"?> |
JSON Format | |
Body | N/A |
Example success Response Body | { |
Example failure Response Body | { |
...