PUT api/EditRegPatientRegistration?type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
Required |
Body Parameters
RegVisitReceipt| Name | Description | Type | Additional 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:05:59.3769249+05:00",
"LocId": 12,
"RefundBy": 1,
"RefundOn": "2026-05-20T17:05:59.3769249+05:00",
"CPanelId": 13,
"InvoiceId": 14
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
decimal numberResponse Formats
application/json, text/json
Sample:
1.0