Details of HTTP Requests

This section describes the details of the HTTP requests.

Request Header

The following header is assigned.

Header Name Description
Content-Length -
Content-Type application/json

Request Body

Sent in the JSON format (application/json).

The following members are included.

  • Unnecessary members are omitted.
Member Name Type Description
documentFilename string The file name of the document.
documentDownloadUrl string The download URL of the document. If it has expired, downloading is not possible.
csvFilename string The file name of the CSV file.
csvDownloadUrl string The download URL of the CSV file. If it has expired, downloading is not possible.
originalFilename string The file name of the original document.
originalDownloadUrl string The download URL of the original document.
emailFilename string The file name of the e-mail message.
emailDownloadUrl string The download URL of the e-mail message.
attributes object The attribute data. An object with the configured key as the member name and the attribute value as the value.
Example:
{
"name": "apple",
"quantity": "2"
}
successReturnUrl string The URL for returning the results when successful. If it has expired, the results cannot be returned.
errorReturnUrl string The URL for returning the results when unsuccessful. If it has expired, the results cannot be returned.