PUT api/media/update/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
MediumName | Description | Type | Additional information |
---|---|---|---|
MediaId | integer |
None. |
|
AddedBy | string |
None. |
|
Comment | string |
None. |
|
AddedDate | date |
None. |
|
Data | string |
None. |
|
FileName | string |
None. |
|
ConsultationLabId | integer |
None. |
|
HospitalDayLabId | integer |
None. |
|
PetDataId | integer |
None. |
|
PracticeId | integer |
None. |
|
Key | globally unique identifier |
None. |
|
InfoSheetId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "MediaId": 1, "AddedBy": "sample string 2", "Comment": "sample string 3", "AddedDate": "2024-12-21T05:59:24.5971643+00:00", "Data": "sample string 5", "FileName": "sample string 6", "ConsultationLabId": 1, "HospitalDayLabId": 1, "PetDataId": 1, "PracticeId": 7, "Key": "2766d0a2-939d-46bc-8f06-21f859287d62", "InfoSheetId": 1 }
text/html
Sample:
{"MediaId":1,"AddedBy":"sample string 2","Comment":"sample string 3","AddedDate":"2024-12-21T05:59:24.5971643+00:00","Data":"sample string 5","FileName":"sample string 6","ConsultationLabId":1,"HospitalDayLabId":1,"PetDataId":1,"PracticeId":7,"Key":"2766d0a2-939d-46bc-8f06-21f859287d62","InfoSheetId":1}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.