POST RCS/PatientPhoto/UpdatePatientPhoto

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
jsonData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PatientCode": "sample string 1",
  "photoCode": "sample string 2",
  "photoName": "sample string 3",
  "photoFileName": "sample string 4",
  "fchrShopCode": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "fboolOk": true,
  "fchrMessage": "sample string 2",
  "fintRecordCount": 3,
  "fobjData": {}
}