POST services/api/rest/Rest_CustomReportForMail

Request Information

URI Parameters

None.

Body Parameters

RestCustomReport_ForMail
NameDescriptionTypeAdditional 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

string

Response Formats

application/json, text/json

Sample:
"sample string 1"