POST api/setup/general-report/create?reportKey={reportKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportKey | integer |
Required |
Body Parameters
RecGeneralReportsParametersDTOW| Name | Description | Type | Additional information |
|---|---|---|---|
| report_key | integer |
Required |
|
| job_post_id | integer |
None. |
|
| custom_type | string |
Max length: 100 |
|
| custom_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"report_key": 1,
"job_post_id": 1,
"custom_type": "sample string 2",
"custom_id": 1
}
application/xml, text/xml
Sample:
<RecGeneralReportsParametersDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <custom_id>1</custom_id> <custom_type>sample string 2</custom_type> <job_post_id>1</job_post_id> <report_key>1</report_key> </RecGeneralReportsParametersDTOW>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.