POST api/MDRARiskAssessmentLinePhoto/SyncMDRARiskAssessmentLinePhoto
Request Information
URI Parameters
None.
Body Parameters
Collection of MDRARiskAssessmentLinePhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MDRARiskAssessmentLineId | integer |
None. |
|
| ImagePath | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| ImageBase64 | string |
None. |
|
| LocalId | integer |
None. |
|
| MDRALineLocalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"MDRARiskAssessmentLineId": 2,
"ImagePath": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:20.6766338+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:20.6766338+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:20.6766338+00:00",
"ImageBase64": "sample string 8",
"LocalId": 9,
"MDRALineLocalId": 10
},
{
"Id": 1,
"MDRARiskAssessmentLineId": 2,
"ImagePath": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:20.6766338+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:20.6766338+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:20.6766338+00:00",
"ImageBase64": "sample string 8",
"LocalId": 9,
"MDRALineLocalId": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfMDRARiskAssessmentLinePhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
<MDRARiskAssessmentLinePhoto>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:20.6766338+00:00</CreatedDate>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:20.6766338+00:00</DeletedDate>
<Id>1</Id>
<ImageBase64>sample string 8</ImageBase64>
<ImagePath>sample string 3</ImagePath>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:20.6766338+00:00</LastModifiedDate>
<LocalId>9</LocalId>
<MDRALineLocalId>10</MDRALineLocalId>
<MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
</MDRARiskAssessmentLinePhoto>
<MDRARiskAssessmentLinePhoto>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:20.6766338+00:00</CreatedDate>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:20.6766338+00:00</DeletedDate>
<Id>1</Id>
<ImageBase64>sample string 8</ImageBase64>
<ImagePath>sample string 3</ImagePath>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:20.6766338+00:00</LastModifiedDate>
<LocalId>9</LocalId>
<MDRALineLocalId>10</MDRALineLocalId>
<MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
</MDRARiskAssessmentLinePhoto>
</ArrayOfMDRARiskAssessmentLinePhoto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.