POST api/MEQuestionnairePrice/PostMultipleMEQuestionnairePrice

Request Information

URI Parameters

None.

Body Parameters

MEQuestionnairePriceDetailDTO
NameDescriptionTypeAdditional information
Price

decimal number

None.

Todaydate

date

None.

StartDate

date

None.

listMEQuestionnairePrice

Collection of MEQuestionnairePriceDTO

None.

Note

string

String length: inclusive between 0 and 500

Request Formats

application/json, text/json

Sample:
{
  "Price": 1.0,
  "Todaydate": "2026-02-03T20:57:39.0387353-08:00",
  "StartDate": "2026-02-03T20:57:39.0387353-08:00",
  "listMEQuestionnairePrice": [
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "Price": 1.0,
      "StartDate": "2026-02-03T20:57:39.0387353-08:00",
      "EndDate": "2026-02-03T20:57:39.0387353-08:00",
      "Name": "sample string 3",
      "Todaydate": "2026-02-03T20:57:39.0387353-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": "2026-02-03T20:57:39.0387353-08:00",
      "LastModifiedUserFirstName": "sample string 9",
      "LastModifiedUseLastName": "sample string 10",
      "LastModifiedUser": "sample string 9 sample string 10",
      "LastModifiedDate": "2026-02-03T20:57:39.0387353-08:00",
      "ValidFlag": true,
      "DateCreated": "2026-02-03T20:57:39.0387353-08:00",
      "DateUpdated": "2026-02-03T20:57:39.0387353-08:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15
    },
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "Price": 1.0,
      "StartDate": "2026-02-03T20:57:39.0387353-08:00",
      "EndDate": "2026-02-03T20:57:39.0387353-08:00",
      "Name": "sample string 3",
      "Todaydate": "2026-02-03T20:57:39.0387353-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": "2026-02-03T20:57:39.0387353-08:00",
      "LastModifiedUserFirstName": "sample string 9",
      "LastModifiedUseLastName": "sample string 10",
      "LastModifiedUser": "sample string 9 sample string 10",
      "LastModifiedDate": "2026-02-03T20:57:39.0387353-08:00",
      "ValidFlag": true,
      "DateCreated": "2026-02-03T20:57:39.0387353-08:00",
      "DateUpdated": "2026-02-03T20:57:39.0387353-08:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15
    }
  ],
  "Note": "sample string 1"
}

application/xml, text/xml

Sample:
<MEQuestionnairePriceDetailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling">
  <Note>sample string 1</Note>
  <Price>1</Price>
  <StartDate>2026-02-03T20:57:39.0387353-08:00</StartDate>
  <Todaydate>2026-02-03T20:57:39.0387353-08:00</Todaydate>
  <listMEQuestionnairePrice>
    <MEQuestionnairePriceDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.0387353-08:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.0387353-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>
      <CreatedDate>2026-02-03T20:57:39.0387353-08:00</CreatedDate>
      <CreatedUserFirstName>sample string 7</CreatedUserFirstName>
      <CreatedUserLastName>sample string 8</CreatedUserLastName>
      <EndDate>2026-02-03T20:57:39.0387353-08:00</EndDate>
      <ExamId>sample string 2</ExamId>
      <Id>1</Id>
      <IsFutureRecord>true</IsFutureRecord>
      <LastModifiedUseLastName>sample string 10</LastModifiedUseLastName>
      <LastModifiedUserFirstName>sample string 9</LastModifiedUserFirstName>
      <Name>sample string 3</Name>
      <Note>sample string 6</Note>
      <Price>1</Price>
      <QuestionnairePriceId>1</QuestionnairePriceId>
      <StartDate>2026-02-03T20:57:39.0387353-08:00</StartDate>
      <Status>4</Status>
      <Todaydate>2026-02-03T20:57:39.0387353-08:00</Todaydate>
    </MEQuestionnairePriceDTO>
    <MEQuestionnairePriceDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.0387353-08:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.0387353-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>
      <CreatedDate>2026-02-03T20:57:39.0387353-08:00</CreatedDate>
      <CreatedUserFirstName>sample string 7</CreatedUserFirstName>
      <CreatedUserLastName>sample string 8</CreatedUserLastName>
      <EndDate>2026-02-03T20:57:39.0387353-08:00</EndDate>
      <ExamId>sample string 2</ExamId>
      <Id>1</Id>
      <IsFutureRecord>true</IsFutureRecord>
      <LastModifiedUseLastName>sample string 10</LastModifiedUseLastName>
      <LastModifiedUserFirstName>sample string 9</LastModifiedUserFirstName>
      <Name>sample string 3</Name>
      <Note>sample string 6</Note>
      <Price>1</Price>
      <QuestionnairePriceId>1</QuestionnairePriceId>
      <StartDate>2026-02-03T20:57:39.0387353-08:00</StartDate>
      <Status>4</Status>
      <Todaydate>2026-02-03T20:57:39.0387353-08:00</Todaydate>
    </MEQuestionnairePriceDTO>
  </listMEQuestionnairePrice>
</MEQuestionnairePriceDetailDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfMEQuestionnairePriceDetailDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

MEQuestionnairePriceDetailDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Price": 1.0,
    "Todaydate": "2026-02-03T20:57:39.057156-08:00",
    "StartDate": "2026-02-03T20:57:39.057156-08:00",
    "listMEQuestionnairePrice": [
      {
        "Id": 1,
        "ExamId": "sample string 2",
        "Price": 1.0,
        "StartDate": "2026-02-03T20:57:39.057156-08:00",
        "EndDate": "2026-02-03T20:57:39.057156-08:00",
        "Name": "sample string 3",
        "Todaydate": "2026-02-03T20:57:39.057156-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": "2026-02-03T20:57:39.057156-08:00",
        "LastModifiedUserFirstName": "sample string 9",
        "LastModifiedUseLastName": "sample string 10",
        "LastModifiedUser": "sample string 9 sample string 10",
        "LastModifiedDate": "2026-02-03T20:57:39.057156-08:00",
        "ValidFlag": true,
        "DateCreated": "2026-02-03T20:57:39.057156-08:00",
        "DateUpdated": "2026-02-03T20:57:39.057156-08:00",
        "UserIDCreated": 14,
        "UserIDUpdated": 15
      },
      {
        "Id": 1,
        "ExamId": "sample string 2",
        "Price": 1.0,
        "StartDate": "2026-02-03T20:57:39.057156-08:00",
        "EndDate": "2026-02-03T20:57:39.057156-08:00",
        "Name": "sample string 3",
        "Todaydate": "2026-02-03T20:57:39.057156-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": "2026-02-03T20:57:39.057156-08:00",
        "LastModifiedUserFirstName": "sample string 9",
        "LastModifiedUseLastName": "sample string 10",
        "LastModifiedUser": "sample string 9 sample string 10",
        "LastModifiedDate": "2026-02-03T20:57:39.057156-08:00",
        "ValidFlag": true,
        "DateCreated": "2026-02-03T20:57:39.057156-08:00",
        "DateUpdated": "2026-02-03T20:57:39.057156-08:00",
        "UserIDCreated": 14,
        "UserIDUpdated": 15
      }
    ],
    "Note": "sample string 1"
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfMEQuestionnairePriceDetailDTOiHWKYZHo 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:Note>sample string 1</d2p1:Note>
    <d2p1:Price>1</d2p1:Price>
    <d2p1:StartDate>2026-02-03T20:57:39.057156-08:00</d2p1:StartDate>
    <d2p1:Todaydate>2026-02-03T20:57:39.057156-08:00</d2p1:Todaydate>
    <d2p1:listMEQuestionnairePrice>
      <d2p1:MEQuestionnairePriceDTO>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.057156-08:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.057156-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>2026-02-03T20:57:39.057156-08:00</d2p1:CreatedDate>
        <d2p1:CreatedUserFirstName>sample string 7</d2p1:CreatedUserFirstName>
        <d2p1:CreatedUserLastName>sample string 8</d2p1:CreatedUserLastName>
        <d2p1:EndDate>2026-02-03T20:57:39.057156-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>2026-02-03T20:57:39.057156-08:00</d2p1:StartDate>
        <d2p1:Status>4</d2p1:Status>
        <d2p1:Todaydate>2026-02-03T20:57:39.057156-08:00</d2p1:Todaydate>
      </d2p1:MEQuestionnairePriceDTO>
      <d2p1:MEQuestionnairePriceDTO>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.057156-08:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T20:57:39.057156-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>2026-02-03T20:57:39.057156-08:00</d2p1:CreatedDate>
        <d2p1:CreatedUserFirstName>sample string 7</d2p1:CreatedUserFirstName>
        <d2p1:CreatedUserLastName>sample string 8</d2p1:CreatedUserLastName>
        <d2p1:EndDate>2026-02-03T20:57:39.057156-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>2026-02-03T20:57:39.057156-08:00</d2p1:StartDate>
        <d2p1:Status>4</d2p1:Status>
        <d2p1:Todaydate>2026-02-03T20:57:39.057156-08:00</d2p1:Todaydate>
      </d2p1:MEQuestionnairePriceDTO>
    </d2p1:listMEQuestionnairePrice>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfMEQuestionnairePriceDetailDTOiHWKYZHo>