POST api/PatientDocument/UpdatePatientDocument
Request Information
URI Parameters
None.
Body Parameters
Cls_PatientDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientDocumentID | integer |
None. |
|
| PatientID | integer |
None. |
|
| CardName | string |
None. |
|
| CardNickName | string |
None. |
|
| CardPicturePath | string |
None. |
|
| Notes | string |
None. |
|
| DocUploadedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientDocumentID": 1,
"PatientID": 2,
"CardName": "sample string 3",
"CardNickName": "sample string 4",
"CardPicturePath": "sample string 5",
"Notes": "sample string 6",
"DocUploadedOn": "2026-09-17T22:21:45.1588246+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"