POST ClaimTypeMaster/GetComboClaimTypeMaster

Request Information

URI Parameters

None.

Body Parameters

tbl_ClaimTypeMasterProp
NameDescriptionTypeAdditional information
ClaimTypeCode

integer

None.

ClaimTypeName

string

None.

Prefix

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.

UserCode

integer

None.

HospitalCode

integer

None.

InsuranceCompanyCode

integer

None.

TPACode

integer

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ClaimTypeCode": 1,
  "ClaimTypeName": "sample string 2",
  "Prefix": "sample string 3",
  "isActive": 4,
  "CreatedBy": 5,
  "CreatedDateTime": "2024-03-28T03:20:23.8699797-07:00",
  "UpdatedBy": 7,
  "UpdatedDateTime": "2024-03-28T03:20:23.8699797-07:00",
  "SearchBy": "sample string 9",
  "SearchVal": "sample string 10",
  "PageNo": 11,
  "RecordCount": 12,
  "UserCode": 13,
  "HospitalCode": 14,
  "InsuranceCompanyCode": 15,
  "TPACode": 16,
  "FromDate": "2024-03-28T03:20:23.8699797-07:00",
  "ToDate": "2024-03-28T03:20:23.8699797-07:00"
}

text/html

Sample:
{"ClaimTypeCode":1,"ClaimTypeName":"sample string 2","Prefix":"sample string 3","isActive":4,"CreatedBy":5,"CreatedDateTime":"2024-03-28T03:20:23.8699797-07:00","UpdatedBy":7,"UpdatedDateTime":"2024-03-28T03:20:23.8699797-07:00","SearchBy":"sample string 9","SearchVal":"sample string 10","PageNo":11,"RecordCount":12,"UserCode":13,"HospitalCode":14,"InsuranceCompanyCode":15,"TPACode":16,"FromDate":"2024-03-28T03:20:23.8699797-07:00","ToDate":"2024-03-28T03:20:23.8699797-07:00"}

application/xml, text/xml

Sample:
<tbl_ClaimTypeMasterProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp">
  <ClaimTypeCode>1</ClaimTypeCode>
  <ClaimTypeName>sample string 2</ClaimTypeName>
  <CreatedBy>5</CreatedBy>
  <CreatedDateTime>2024-03-28T03:20:23.8699797-07:00</CreatedDateTime>
  <FromDate>2024-03-28T03:20:23.8699797-07:00</FromDate>
  <HospitalCode>14</HospitalCode>
  <InsuranceCompanyCode>15</InsuranceCompanyCode>
  <PageNo>11</PageNo>
  <Prefix>sample string 3</Prefix>
  <RecordCount>12</RecordCount>
  <SearchBy>sample string 9</SearchBy>
  <SearchVal>sample string 10</SearchVal>
  <TPACode>16</TPACode>
  <ToDate>2024-03-28T03:20:23.8699797-07:00</ToDate>
  <UpdatedBy>7</UpdatedBy>
  <UpdatedDateTime>2024-03-28T03:20:23.8699797-07:00</UpdatedDateTime>
  <UserCode>13</UserCode>
  <isActive>4</isActive>
</tbl_ClaimTypeMasterProp>

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_ClaimTypeMasterProp'.

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.