POST api/PathoBillMasterFinishedReference/AddPathoBillMasterFinishedReference

Request Information

URI Parameters

None.

Body Parameters

PathoBillMasterFinishedReference
NameDescriptionTypeAdditional information
BillMasterReferenceId

integer

None.

AdmissionMasterIdReferalId

integer

None.

InvoiceNo

string

None.

PathoCommissionCategoryId

integer

None.

CommSharingPercent

decimal number

None.

CommFixedAmount

decimal number

None.

OperationType

string

None.

CreatedBy

integer

None.

Notes

string

None.

MachineIP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BillMasterReferenceId": 1,
  "AdmissionMasterIdReferalId": 2,
  "InvoiceNo": "sample string 3",
  "PathoCommissionCategoryId": 4,
  "CommSharingPercent": 5.1,
  "CommFixedAmount": 6.1,
  "OperationType": "sample string 7",
  "CreatedBy": 8,
  "Notes": "sample string 9",
  "MachineIP": "sample string 10"
}

application/xml, text/xml

Sample:
<PathoBillMasterFinishedReference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models">
  <AdmissionMasterIdReferalId>2</AdmissionMasterIdReferalId>
  <BillMasterReferenceId>1</BillMasterReferenceId>
  <CommFixedAmount>6.1</CommFixedAmount>
  <CommSharingPercent>5.1</CommSharingPercent>
  <CreatedBy>8</CreatedBy>
  <InvoiceNo>sample string 3</InvoiceNo>
  <MachineIP>sample string 10</MachineIP>
  <Notes>sample string 9</Notes>
  <OperationType>sample string 7</OperationType>
  <PathoCommissionCategoryId>4</PathoCommissionCategoryId>
</PathoBillMasterFinishedReference>

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

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.