POST api/setup/general-report/create?reportKey={reportKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportKey

integer

Required

Body Parameters

RecGeneralReportsParametersDTOW
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RecGeneralReportsParametersDTOW'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.