POST services/api/rest/Rest_CustomReportForMail
Request Information
URI Parameters
None.
Body Parameters
RestCustomReport_ForMail| Name | Description | Type | Additional information |
|---|---|---|---|
| type | integer |
None. |
|
| locId | integer |
None. |
|
| to_mail | string |
None. |
|
| FromId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": 1,
"locId": 2,
"to_mail": "sample string 3",
"FromId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"