REST API common request URL parameters - CustomerID
Name | Accepted Values | Multivalued | Mandatory | Default | Description |
---|---|---|---|---|---|
username | String | Â | X | Â | Username configured in CustomerID. |
password | String | Â | X | Â | Password configured in CustomerID. |
responseIDFormat | "url" | "entityName" | Â | Â "url" | DEPRECATED. Defines the identifier format in response document. | |
responseFormat | "xml" | "string" | "csv" | "json" | "xml" | Defines the format for the response document. XML format is default for REST operations. String format is used for exporting and importing users and organizations. CSV (Comma-separated values) format can be used if data is used by external applications. JSON format is supported for some calls. JSON format support will be provided for all REST calls in the future. String and CSV formats have been deprecated. We will only support XML and JSON formats in the future. |