POST api/MEQuestionnairePrice/PostMEQuestionnairePrice

Request Information

URI Parameters

None.

Body Parameters

MEQuestionnairePriceDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ExamId

string

String length: inclusive between 0 and 20

Price

decimal number

None.

StartDate

date

None.

EndDate

date

None.

Name

string

String length: inclusive between 0 and 200

Todaydate

date

None.

Status

integer

None.

IsFutureRecord

boolean

None.

QuestionnairePriceId

integer

None.

Note

string

None.

CreatedUserFirstName

string

None.

CreatedUserLastName

string

String length: inclusive between 0 and 8000

CreatedUser

string

String length: inclusive between 0 and 8000

CreatedDate

date

None.

LastModifiedUserFirstName

string

String length: inclusive between 0 and 8000

LastModifiedUseLastName

string

String length: inclusive between 0 and 8000

LastModifiedUser

string

String length: inclusive between 0 and 8000

LastModifiedDate

date

None.

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ExamId": "sample string 2",
  "Price": 1.0,
  "StartDate": "2024-11-21T00:32:49.5510876-08:00",
  "EndDate": "2024-11-21T00:32:49.5510876-08:00",
  "Name": "sample string 3",
  "Todaydate": "2024-11-21T00:32:49.5510876-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:32:49.5667072-08:00",
  "LastModifiedUserFirstName": "sample string 9",
  "LastModifiedUseLastName": "sample string 10",
  "LastModifiedUser": "sample string 9 sample string 10",
  "LastModifiedDate": "2024-11-21T00:32:49.5667072-08:00",
  "ValidFlag": true,
  "DateCreated": "2024-11-21T00:32:49.5667072-08:00",
  "DateUpdated": "2024-11-21T00:32:49.5667072-08:00",
  "UserIDCreated": 14,
  "UserIDUpdated": 15
}

application/xml, text/xml

Sample:
<MEQuestionnairePriceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling">
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:49.5667072-08:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:49.5667072-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>2024-11-21T00:32:49.5667072-08:00</CreatedDate>
  <CreatedUserFirstName>sample string 7</CreatedUserFirstName>
  <CreatedUserLastName>sample string 8</CreatedUserLastName>
  <EndDate>2024-11-21T00:32:49.5510876-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>2024-11-21T00:32:49.5510876-08:00</StartDate>
  <Status>4</Status>
  <Todaydate>2024-11-21T00:32:49.5510876-08:00</Todaydate>
</MEQuestionnairePriceDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfMEQuestionnairePriceDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

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:32:49.5878696-08:00",
    "EndDate": "2024-11-21T00:32:49.5878696-08:00",
    "Name": "sample string 3",
    "Todaydate": "2024-11-21T00:32:49.5878696-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:32:49.5878696-08:00",
    "LastModifiedUserFirstName": "sample string 9",
    "LastModifiedUseLastName": "sample string 10",
    "LastModifiedUser": "sample string 9 sample string 10",
    "LastModifiedDate": "2024-11-21T00:32:49.5878696-08:00",
    "ValidFlag": true,
    "DateCreated": "2024-11-21T00:32:49.5878696-08:00",
    "DateUpdated": "2024-11-21T00:32:49.5878696-08:00",
    "UserIDCreated": 14,
    "UserIDUpdated": 15
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfMEQuestionnairePriceDTOiHWKYZHo 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">
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:49.5878696-08:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:49.5878696-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:32:49.5878696-08:00</d2p1:CreatedDate>
    <d2p1:CreatedUserFirstName>sample string 7</d2p1:CreatedUserFirstName>
    <d2p1:CreatedUserLastName>sample string 8</d2p1:CreatedUserLastName>
    <d2p1:EndDate>2024-11-21T00:32:49.5878696-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:32:49.5878696-08:00</d2p1:StartDate>
    <d2p1:Status>4</d2p1:Status>
    <d2p1:Todaydate>2024-11-21T00:32:49.5878696-08:00</d2p1:Todaydate>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfMEQuestionnairePriceDTOiHWKYZHo>