POST InquiryMaster/GetInquiryMaster

Request Information

URI Parameters

None.

Body Parameters

tbl_InquiryMasterProp
NameDescriptionTypeAdditional information
InquiryCode

integer

None.

ClaimTypeCode

integer

None.

PatientName

string

None.

Address

string

None.

ContactNo

string

None.

Remarks

string

None.

isActive

integer

None.

CreatedBy

integer

None.

CreatedDateTime

date

None.

UpdatedBy

integer

None.

UpdatedDateTime

date

None.

SearchBy

string

None.

SearchVal

string

None.

PageNo

integer

None.

RecordCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InquiryCode": 1,
  "ClaimTypeCode": 2,
  "PatientName": "sample string 3",
  "Address": "sample string 4",
  "ContactNo": "sample string 5",
  "Remarks": "sample string 6",
  "isActive": 7,
  "CreatedBy": 8,
  "CreatedDateTime": "2024-04-18T19:06:10.9005989-07:00",
  "UpdatedBy": 10,
  "UpdatedDateTime": "2024-04-18T19:06:10.9005989-07:00",
  "SearchBy": "sample string 12",
  "SearchVal": "sample string 13",
  "PageNo": 14,
  "RecordCount": 15
}

text/html

Sample:
{"InquiryCode":1,"ClaimTypeCode":2,"PatientName":"sample string 3","Address":"sample string 4","ContactNo":"sample string 5","Remarks":"sample string 6","isActive":7,"CreatedBy":8,"CreatedDateTime":"2024-04-18T19:06:10.9005989-07:00","UpdatedBy":10,"UpdatedDateTime":"2024-04-18T19:06:10.9005989-07:00","SearchBy":"sample string 12","SearchVal":"sample string 13","PageNo":14,"RecordCount":15}

application/xml, text/xml

Sample:
<tbl_InquiryMasterProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp">
  <Address>sample string 4</Address>
  <ClaimTypeCode>2</ClaimTypeCode>
  <ContactNo>sample string 5</ContactNo>
  <CreatedBy>8</CreatedBy>
  <CreatedDateTime>2024-04-18T19:06:10.9005989-07:00</CreatedDateTime>
  <InquiryCode>1</InquiryCode>
  <PageNo>14</PageNo>
  <PatientName>sample string 3</PatientName>
  <RecordCount>15</RecordCount>
  <Remarks>sample string 6</Remarks>
  <SearchBy>sample string 12</SearchBy>
  <SearchVal>sample string 13</SearchVal>
  <UpdatedBy>10</UpdatedBy>
  <UpdatedDateTime>2024-04-18T19:06:10.9005989-07:00</UpdatedDateTime>
  <isActive>7</isActive>
</tbl_InquiryMasterProp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'tbl_InquiryMasterProp'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.