PUT api/OPDSimpleRegistration?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

RegVisitReceipt
NameDescriptionTypeAdditional information
RcvId

integer

None.

VisitId

decimal number

None.

Amount

integer

None.

ModeId

byte

None.

InstNo

string

None.

InstOwner

string

None.

Remarks

string

None.

TypeId

integer

None.

ClosingId

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

LocId

integer

None.

RefundBy

integer

None.

RefundOn

date

None.

CPanelId

integer

None.

InvoiceId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RcvId": 1,
  "VisitId": 2.0,
  "Amount": 3,
  "ModeId": 64,
  "InstNo": "sample string 5",
  "InstOwner": "sample string 6",
  "Remarks": "sample string 7",
  "TypeId": 8,
  "ClosingId": 9,
  "CreatedBy": 10,
  "CreatedOn": "2026-05-20T17:11:43.9630039+05:00",
  "LocId": 12,
  "RefundBy": 1,
  "RefundOn": "2026-05-20T17:11:43.9630039+05:00",
  "CPanelId": 13,
  "InvoiceId": 14
}

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

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0