POST ClaimMasterHistoryHistory/InsertUpdateClaimMasterHistory

Request Information

URI Parameters

None.

Body Parameters

tbl_ClaimMasterHistoryProp
NameDescriptionTypeAdditional information
ClaimCode

integer

None.

OasisClaimNo

string

None.

ClaimTypeCode

integer

None.

HospitalCode

integer

None.

AgentCode

integer

None.

HospitalReferenceNo

string

None.

PatientName

string

None.

PatientAddress

string

None.

StateCode

integer

None.

CityCode

integer

None.

AreaCode

integer

None.

DOB

date

None.

ContactNo

string

None.

MobileNo

string

None.

EmailID

string

None.

PolicyNo

string

None.

Age

integer

None.

InsuranceCompanyCode

integer

None.

TPACode

integer

None.

ClaimRefNo

string

None.

AdmitDate

date

None.

DischargeDate

date

None.

Priority

integer

None.

PPNPackage

boolean

None.

HospitalBillAmount

integer

None.

CashlessApprovedAmount

integer

None.

PatientPayableAmount

integer

None.

FileSubmitDate

date

None.

PaymentReceived

integer

None.

TDSAmount

integer

None.

PaymentWithoutTDS

integer

None.

AgentRemarks

string

None.

OfficeRemarks

string

None.

GeneralRemarks

string

None.

LastStatusCode

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:
{
  "ClaimCode": 1,
  "OasisClaimNo": "sample string 2",
  "ClaimTypeCode": 3,
  "HospitalCode": 4,
  "AgentCode": 5,
  "HospitalReferenceNo": "sample string 6",
  "PatientName": "sample string 7",
  "PatientAddress": "sample string 8",
  "StateCode": 9,
  "CityCode": 10,
  "AreaCode": 11,
  "DOB": "2024-04-24T21:50:59.726339-07:00",
  "ContactNo": "sample string 13",
  "MobileNo": "sample string 14",
  "EmailID": "sample string 15",
  "PolicyNo": "sample string 16",
  "Age": 17,
  "InsuranceCompanyCode": 18,
  "TPACode": 19,
  "ClaimRefNo": "sample string 20",
  "AdmitDate": "2024-04-24T21:50:59.726339-07:00",
  "DischargeDate": "2024-04-24T21:50:59.726339-07:00",
  "Priority": 23,
  "PPNPackage": true,
  "HospitalBillAmount": 25,
  "CashlessApprovedAmount": 26,
  "PatientPayableAmount": 27,
  "FileSubmitDate": "2024-04-24T21:50:59.726339-07:00",
  "PaymentReceived": 29,
  "TDSAmount": 30,
  "PaymentWithoutTDS": 31,
  "AgentRemarks": "sample string 32",
  "OfficeRemarks": "sample string 33",
  "GeneralRemarks": "sample string 34",
  "LastStatusCode": 35,
  "CreatedBy": 36,
  "CreatedDateTime": "2024-04-24T21:50:59.726339-07:00",
  "UpdatedBy": 38,
  "UpdatedDateTime": "2024-04-24T21:50:59.726339-07:00",
  "SearchBy": "sample string 40",
  "SearchVal": "sample string 41",
  "PageNo": 42,
  "RecordCount": 43
}

text/html

Sample:
{"ClaimCode":1,"OasisClaimNo":"sample string 2","ClaimTypeCode":3,"HospitalCode":4,"AgentCode":5,"HospitalReferenceNo":"sample string 6","PatientName":"sample string 7","PatientAddress":"sample string 8","StateCode":9,"CityCode":10,"AreaCode":11,"DOB":"2024-04-24T21:50:59.726339-07:00","ContactNo":"sample string 13","MobileNo":"sample string 14","EmailID":"sample string 15","PolicyNo":"sample string 16","Age":17,"InsuranceCompanyCode":18,"TPACode":19,"ClaimRefNo":"sample string 20","AdmitDate":"2024-04-24T21:50:59.726339-07:00","DischargeDate":"2024-04-24T21:50:59.726339-07:00","Priority":23,"PPNPackage":true,"HospitalBillAmount":25,"CashlessApprovedAmount":26,"PatientPayableAmount":27,"FileSubmitDate":"2024-04-24T21:50:59.726339-07:00","PaymentReceived":29,"TDSAmount":30,"PaymentWithoutTDS":31,"AgentRemarks":"sample string 32","OfficeRemarks":"sample string 33","GeneralRemarks":"sample string 34","LastStatusCode":35,"CreatedBy":36,"CreatedDateTime":"2024-04-24T21:50:59.726339-07:00","UpdatedBy":38,"UpdatedDateTime":"2024-04-24T21:50:59.726339-07:00","SearchBy":"sample string 40","SearchVal":"sample string 41","PageNo":42,"RecordCount":43}

application/xml, text/xml

Sample:
<tbl_ClaimMasterHistoryProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp">
  <AdmitDate>2024-04-24T21:50:59.726339-07:00</AdmitDate>
  <Age>17</Age>
  <AgentCode>5</AgentCode>
  <AgentRemarks>sample string 32</AgentRemarks>
  <AreaCode>11</AreaCode>
  <CashlessApprovedAmount>26</CashlessApprovedAmount>
  <CityCode>10</CityCode>
  <ClaimCode>1</ClaimCode>
  <ClaimRefNo>sample string 20</ClaimRefNo>
  <ClaimTypeCode>3</ClaimTypeCode>
  <ContactNo>sample string 13</ContactNo>
  <CreatedBy>36</CreatedBy>
  <CreatedDateTime>2024-04-24T21:50:59.726339-07:00</CreatedDateTime>
  <DOB>2024-04-24T21:50:59.726339-07:00</DOB>
  <DischargeDate>2024-04-24T21:50:59.726339-07:00</DischargeDate>
  <EmailID>sample string 15</EmailID>
  <FileSubmitDate>2024-04-24T21:50:59.726339-07:00</FileSubmitDate>
  <GeneralRemarks>sample string 34</GeneralRemarks>
  <HospitalBillAmount>25</HospitalBillAmount>
  <HospitalCode>4</HospitalCode>
  <HospitalReferenceNo>sample string 6</HospitalReferenceNo>
  <InsuranceCompanyCode>18</InsuranceCompanyCode>
  <LastStatusCode>35</LastStatusCode>
  <MobileNo>sample string 14</MobileNo>
  <OasisClaimNo>sample string 2</OasisClaimNo>
  <OfficeRemarks>sample string 33</OfficeRemarks>
  <PPNPackage>true</PPNPackage>
  <PageNo>42</PageNo>
  <PatientAddress>sample string 8</PatientAddress>
  <PatientName>sample string 7</PatientName>
  <PatientPayableAmount>27</PatientPayableAmount>
  <PaymentReceived>29</PaymentReceived>
  <PaymentWithoutTDS>31</PaymentWithoutTDS>
  <PolicyNo>sample string 16</PolicyNo>
  <Priority>23</Priority>
  <RecordCount>43</RecordCount>
  <SearchBy>sample string 40</SearchBy>
  <SearchVal>sample string 41</SearchVal>
  <StateCode>9</StateCode>
  <TDSAmount>30</TDSAmount>
  <TPACode>19</TPACode>
  <UpdatedBy>38</UpdatedBy>
  <UpdatedDateTime>2024-04-24T21:50:59.726339-07:00</UpdatedDateTime>
</tbl_ClaimMasterHistoryProp>

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

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.