POST api/SavePfCharges

Request Information

URI Parameters

None.

Body Parameters

PfChargesModel
NameDescriptionTypeAdditional information
Id

integer

None.

fktblClaimsRefNo

globally unique identifier

None.

pDoctorAccreCode

string

None.

pDoctorLastName

string

None.

pDoctorFirstName

string

None.

pDoctorMiddleName

string

None.

pDoctorSuffix

string

None.

pWithCoPay

string

None.

pDoctorCoPay

string

None.

pDoctorSignDate

string

None.

DoctorName

string

None.

DoctorName2

string

None.

pChargesNetOfApplicableVat

decimal number

None.

pSeniorCitizenDiscount

decimal number

None.

pPWDDiscount

decimal number

None.

pPCSO

decimal number

None.

pDSWD

decimal number

None.

pDOHMAP

decimal number

None.

pHMO

decimal number

None.

pBalance

decimal number

None.

isDeleted

boolean

None.

Phic

decimal number

None.

OtherFundSourceDescription

string

None.

OtherFundSourceAmount

decimal number

None.

ShowInCF2

string

None.

ShowInCSF

string

None.

Key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "fktblClaimsRefNo": "16b369ea-ba68-4559-9413-ce7f0e8449bb",
  "pDoctorAccreCode": "sample string 2",
  "pDoctorLastName": "sample string 3",
  "pDoctorFirstName": "sample string 4",
  "pDoctorMiddleName": "sample string 5",
  "pDoctorSuffix": "sample string 6",
  "pWithCoPay": "sample string 7",
  "pDoctorCoPay": "sample string 8",
  "pDoctorSignDate": "sample string 9",
  "DoctorName": "sample string 10",
  "DoctorName2": "sample string 11",
  "pChargesNetOfApplicableVat": 12.0,
  "pSeniorCitizenDiscount": 13.0,
  "pPWDDiscount": 14.0,
  "pPCSO": 15.0,
  "pDSWD": 16.0,
  "pDOHMAP": 17.0,
  "pHMO": 18.0,
  "pBalance": 1.0,
  "isDeleted": true,
  "Phic": 20.0,
  "OtherFundSourceDescription": "sample string 21",
  "OtherFundSourceAmount": 1.0,
  "ShowInCF2": "sample string 22",
  "ShowInCSF": "sample string 23",
  "Key": "sample string 24"
}

application/xml, text/xml

Sample:
<PfChargesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimsAssureApi.Models">
  <DoctorName>sample string 10</DoctorName>
  <DoctorName2>sample string 11</DoctorName2>
  <Id>1</Id>
  <Key>sample string 24</Key>
  <OtherFundSourceAmount>1</OtherFundSourceAmount>
  <OtherFundSourceDescription>sample string 21</OtherFundSourceDescription>
  <Phic>20</Phic>
  <ShowInCF2>sample string 22</ShowInCF2>
  <ShowInCSF>sample string 23</ShowInCSF>
  <fktblClaimsRefNo>16b369ea-ba68-4559-9413-ce7f0e8449bb</fktblClaimsRefNo>
  <isDeleted>true</isDeleted>
  <pBalance>1</pBalance>
  <pChargesNetOfApplicableVat>12</pChargesNetOfApplicableVat>
  <pDOHMAP>17</pDOHMAP>
  <pDSWD>16</pDSWD>
  <pDoctorAccreCode>sample string 2</pDoctorAccreCode>
  <pDoctorCoPay>sample string 8</pDoctorCoPay>
  <pDoctorFirstName>sample string 4</pDoctorFirstName>
  <pDoctorLastName>sample string 3</pDoctorLastName>
  <pDoctorMiddleName>sample string 5</pDoctorMiddleName>
  <pDoctorSignDate>sample string 9</pDoctorSignDate>
  <pDoctorSuffix>sample string 6</pDoctorSuffix>
  <pHMO>18</pHMO>
  <pPCSO>15</pPCSO>
  <pPWDDiscount>14</pPWDDiscount>
  <pSeniorCitizenDiscount>13</pSeniorCitizenDiscount>
  <pWithCoPay>sample string 7</pWithCoPay>
</PfChargesModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.