GET api/report_type/detail?reportType={reportType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportType

string

Required

Body Parameters

None.

Response Information

Resource Description

ReportDetailModel
NameDescriptionTypeAdditional information
date_to_update_field_name

string

None.

to_status

string

None.

date_to_filter_field_name

string

None.

date_to_update

string

None.

show_transation_update_details

boolean

None.

allow_index_number_update

boolean

None.

is_date_to_update_mandatory

boolean

None.

date_to_update_second

string

None.

date_to_update_second_field_name

string

None.

show_date_to_update_second

boolean

None.

show_document_download_link

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "date_to_update_field_name": "sample string 1",
  "to_status": "sample string 2",
  "date_to_filter_field_name": "sample string 3",
  "date_to_update": "sample string 4",
  "show_transation_update_details": true,
  "allow_index_number_update": true,
  "is_date_to_update_mandatory": true,
  "date_to_update_second": "sample string 8",
  "date_to_update_second_field_name": "sample string 9",
  "show_date_to_update_second": true,
  "show_document_download_link": true
}

text/html

Sample:
{"date_to_update_field_name":"sample string 1","to_status":"sample string 2","date_to_filter_field_name":"sample string 3","date_to_update":"sample string 4","show_transation_update_details":true,"allow_index_number_update":true,"is_date_to_update_mandatory":true,"date_to_update_second":"sample string 8","date_to_update_second_field_name":"sample string 9","show_date_to_update_second":true,"show_document_download_link":true}

application/xml, text/xml

Sample:
<ReportDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <allow_index_number_update>true</allow_index_number_update>
  <date_to_filter_field_name>sample string 3</date_to_filter_field_name>
  <date_to_update>sample string 4</date_to_update>
  <date_to_update_field_name>sample string 1</date_to_update_field_name>
  <date_to_update_second>sample string 8</date_to_update_second>
  <date_to_update_second_field_name>sample string 9</date_to_update_second_field_name>
  <is_date_to_update_mandatory>true</is_date_to_update_mandatory>
  <show_date_to_update_second>true</show_date_to_update_second>
  <show_document_download_link>true</show_document_download_link>
  <show_transation_update_details>true</show_transation_update_details>
  <to_status>sample string 2</to_status>
</ReportDetailModel>

multipart/form-data

Sample:
<ReportDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><allow_index_number_update>true</allow_index_number_update><date_to_filter_field_name>sample string 3</date_to_filter_field_name><date_to_update>sample string 4</date_to_update><date_to_update_field_name>sample string 1</date_to_update_field_name><date_to_update_second>sample string 8</date_to_update_second><date_to_update_second_field_name>sample string 9</date_to_update_second_field_name><is_date_to_update_mandatory>true</is_date_to_update_mandatory><show_date_to_update_second>true</show_date_to_update_second><show_document_download_link>true</show_document_download_link><show_transation_update_details>true</show_transation_update_details><to_status>sample string 2</to_status></ReportDetailModel>