GET api/ScheduleReport/GetReportColumn?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfReportColumnDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of ReportColumnDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "Id": 1,
      "ReportId": 2,
      "ReportTypeId": 3,
      "ReportColumnTypeId": 4,
      "CustomName": "sample string 5",
      "Sequence": 6,
      "IsEnable": true,
      "ColumnCode": "sample string 8",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:03:34.3392222-07:00",
      "DateUpdated": "2025-04-03T19:03:34.3392222-07:00",
      "UserIDCreated": 12,
      "UserIDUpdated": 13,
      "CompanyCode": "sample string 14",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "ReportId": 2,
      "ReportTypeId": 3,
      "ReportColumnTypeId": 4,
      "CustomName": "sample string 5",
      "Sequence": 6,
      "IsEnable": true,
      "ColumnCode": "sample string 8",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:03:34.3392222-07:00",
      "DateUpdated": "2025-04-03T19:03:34.3392222-07:00",
      "UserIDCreated": 12,
      "UserIDUpdated": 13,
      "CompanyCode": "sample string 14",
      "IsExcludeDiscount": true
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfReportColumnDTO_Sapgg6g_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.Report">
    <d2p1:ReportColumnDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 14</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:03:34.3392222-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:03:34.3392222-07:00</DateUpdated>
      <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">12</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">13</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:ColumnCode>sample string 8</d2p1:ColumnCode>
      <d2p1:CustomName>sample string 5</d2p1:CustomName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsEnable>true</d2p1:IsEnable>
      <d2p1:ReportColumnTypeId>4</d2p1:ReportColumnTypeId>
      <d2p1:ReportId>2</d2p1:ReportId>
      <d2p1:ReportTypeId>3</d2p1:ReportTypeId>
      <d2p1:Sequence>6</d2p1:Sequence>
    </d2p1:ReportColumnDTO>
    <d2p1:ReportColumnDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 14</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:03:34.3392222-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:03:34.3392222-07:00</DateUpdated>
      <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">12</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">13</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:ColumnCode>sample string 8</d2p1:ColumnCode>
      <d2p1:CustomName>sample string 5</d2p1:CustomName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsEnable>true</d2p1:IsEnable>
      <d2p1:ReportColumnTypeId>4</d2p1:ReportColumnTypeId>
      <d2p1:ReportId>2</d2p1:ReportId>
      <d2p1:ReportTypeId>3</d2p1:ReportTypeId>
      <d2p1:Sequence>6</d2p1:Sequence>
    </d2p1:ReportColumnDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfReportColumnDTO_Sapgg6g_S>