GET api/MEQuestionnairePrice/GetMEQuestionnaireForAllPriceCsv?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfMEQuestionnairePriceDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of MEQuestionnairePriceDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "Price": 1.0,
      "StartDate": "2024-11-21T00:33:10.3631855-08:00",
      "EndDate": "2024-11-21T00:33:10.3631855-08:00",
      "Name": "sample string 3",
      "Todaydate": "2024-11-21T00:33:10.3631855-08:00",
      "Status": 4,
      "IsFutureRecord": true,
      "QuestionnairePriceId": 1,
      "Note": "sample string 6",
      "CreatedUserFirstName": "sample string 7",
      "CreatedUserLastName": "sample string 8",
      "CreatedUser": "sample string 7 sample string 8",
      "CreatedDate": "2024-11-21T00:33:10.3631855-08:00",
      "LastModifiedUserFirstName": "sample string 9",
      "LastModifiedUseLastName": "sample string 10",
      "LastModifiedUser": "sample string 9 sample string 10",
      "LastModifiedDate": "2024-11-21T00:33:10.3631855-08:00",
      "ValidFlag": true,
      "DateCreated": "2024-11-21T00:33:10.3631855-08:00",
      "DateUpdated": "2024-11-21T00:33:10.3631855-08:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15
    },
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "Price": 1.0,
      "StartDate": "2024-11-21T00:33:10.3631855-08:00",
      "EndDate": "2024-11-21T00:33:10.3631855-08:00",
      "Name": "sample string 3",
      "Todaydate": "2024-11-21T00:33:10.3631855-08:00",
      "Status": 4,
      "IsFutureRecord": true,
      "QuestionnairePriceId": 1,
      "Note": "sample string 6",
      "CreatedUserFirstName": "sample string 7",
      "CreatedUserLastName": "sample string 8",
      "CreatedUser": "sample string 7 sample string 8",
      "CreatedDate": "2024-11-21T00:33:10.3631855-08:00",
      "LastModifiedUserFirstName": "sample string 9",
      "LastModifiedUseLastName": "sample string 10",
      "LastModifiedUser": "sample string 9 sample string 10",
      "LastModifiedDate": "2024-11-21T00:33:10.3631855-08:00",
      "ValidFlag": true,
      "DateCreated": "2024-11-21T00:33:10.3631855-08:00",
      "DateUpdated": "2024-11-21T00:33:10.3631855-08:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfMEQuestionnairePriceDTOiHWKYZHo 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.COSBilling">
    <d2p1:MEQuestionnairePriceDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.3631855-08:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.3631855-08:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">14</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:CreatedDate>2024-11-21T00:33:10.3631855-08:00</d2p1:CreatedDate>
      <d2p1:CreatedUserFirstName>sample string 7</d2p1:CreatedUserFirstName>
      <d2p1:CreatedUserLastName>sample string 8</d2p1:CreatedUserLastName>
      <d2p1:EndDate>2024-11-21T00:33:10.3631855-08:00</d2p1:EndDate>
      <d2p1:ExamId>sample string 2</d2p1:ExamId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord>
      <d2p1:LastModifiedUseLastName>sample string 10</d2p1:LastModifiedUseLastName>
      <d2p1:LastModifiedUserFirstName>sample string 9</d2p1:LastModifiedUserFirstName>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:Note>sample string 6</d2p1:Note>
      <d2p1:Price>1</d2p1:Price>
      <d2p1:QuestionnairePriceId>1</d2p1:QuestionnairePriceId>
      <d2p1:StartDate>2024-11-21T00:33:10.3631855-08:00</d2p1:StartDate>
      <d2p1:Status>4</d2p1:Status>
      <d2p1:Todaydate>2024-11-21T00:33:10.3631855-08:00</d2p1:Todaydate>
    </d2p1:MEQuestionnairePriceDTO>
    <d2p1:MEQuestionnairePriceDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.3631855-08:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.3631855-08:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">14</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:CreatedDate>2024-11-21T00:33:10.3631855-08:00</d2p1:CreatedDate>
      <d2p1:CreatedUserFirstName>sample string 7</d2p1:CreatedUserFirstName>
      <d2p1:CreatedUserLastName>sample string 8</d2p1:CreatedUserLastName>
      <d2p1:EndDate>2024-11-21T00:33:10.3631855-08:00</d2p1:EndDate>
      <d2p1:ExamId>sample string 2</d2p1:ExamId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord>
      <d2p1:LastModifiedUseLastName>sample string 10</d2p1:LastModifiedUseLastName>
      <d2p1:LastModifiedUserFirstName>sample string 9</d2p1:LastModifiedUserFirstName>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:Note>sample string 6</d2p1:Note>
      <d2p1:Price>1</d2p1:Price>
      <d2p1:QuestionnairePriceId>1</d2p1:QuestionnairePriceId>
      <d2p1:StartDate>2024-11-21T00:33:10.3631855-08:00</d2p1:StartDate>
      <d2p1:Status>4</d2p1:Status>
      <d2p1:Todaydate>2024-11-21T00:33:10.3631855-08:00</d2p1:Todaydate>
    </d2p1:MEQuestionnairePriceDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfMEQuestionnairePriceDTOiHWKYZHo>