POST api/Report/PostReportQueue

Request Information

URI Parameters

None.

Body Parameters

ReportQueueInput
NameDescriptionTypeAdditional information
RPQ_ID

integer

None.

RPQ_RPH_ID

integer

None.

RPQ_CP_ID

integer

None.

RPQ_REPORT_CODE

string

None.

RPQ_REPORT_NAME

string

None.

RPQ_REPORT_PARAM

string

None.

RPQ_STATUS

string

None.

RPQ_FROM_DATE

date

None.

RPQ_TO_DATE

date

None.

RPQ_CREATED_BY

integer

None.

RPQ_CREATED_ON

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RPQ_ID": 1,
  "RPQ_RPH_ID": 1,
  "RPQ_CP_ID": 1,
  "RPQ_REPORT_CODE": "sample string 1",
  "RPQ_REPORT_NAME": "sample string 2",
  "RPQ_REPORT_PARAM": "sample string 3",
  "RPQ_STATUS": "sample string 4",
  "RPQ_FROM_DATE": "2025-12-06T05:20:47.2903863+00:00",
  "RPQ_TO_DATE": "2025-12-06T05:20:47.2903863+00:00",
  "RPQ_CREATED_BY": 1,
  "RPQ_CREATED_ON": "2025-12-06T05:20:47.3398808+00:00"
}

application/xml, text/xml

Sample:
<ReportQueueInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RPQ_CP_ID>1</RPQ_CP_ID>
  <RPQ_CREATED_BY>1</RPQ_CREATED_BY>
  <RPQ_CREATED_ON>2025-12-06T05:20:47.3398808+00:00</RPQ_CREATED_ON>
  <RPQ_FROM_DATE>2025-12-06T05:20:47.2903863+00:00</RPQ_FROM_DATE>
  <RPQ_ID>1</RPQ_ID>
  <RPQ_REPORT_CODE>sample string 1</RPQ_REPORT_CODE>
  <RPQ_REPORT_NAME>sample string 2</RPQ_REPORT_NAME>
  <RPQ_REPORT_PARAM>sample string 3</RPQ_REPORT_PARAM>
  <RPQ_RPH_ID>1</RPQ_RPH_ID>
  <RPQ_STATUS>sample string 4</RPQ_STATUS>
  <RPQ_TO_DATE>2025-12-06T05:20:47.2903863+00:00</RPQ_TO_DATE>
</ReportQueueInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.