POST api/VisitRemarks
Request Information
URI Parameters
None.
Body Parameters
VisitRemarks| Name | Description | Type | Additional information |
|---|---|---|---|
| RemId | integer |
None. |
|
| VisitId | decimal number |
None. |
|
| Form | string |
None. |
|
| Remarks | string |
None. |
|
| Priority | decimal number |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RemId": 1,
"VisitId": 2.0,
"Form": "sample string 3",
"Remarks": "sample string 4",
"Priority": 5.0,
"CreatedBy": 6,
"CreatedOn": "2026-05-20T17:27:04.8331017+05:00",
"IsDeleted": 8
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VisitRemarks| Name | Description | Type | Additional information |
|---|---|---|---|
| RemId | integer |
None. |
|
| VisitId | decimal number |
None. |
|
| Form | string |
None. |
|
| Remarks | string |
None. |
|
| Priority | decimal number |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RemId": 1,
"VisitId": 2.0,
"Form": "sample string 3",
"Remarks": "sample string 4",
"Priority": 5.0,
"CreatedBy": 6,
"CreatedOn": "2026-05-20T17:27:04.8331017+05:00",
"IsDeleted": 8
}