POST api/RiskAssessmentPhoto/SyncUpdate
Request Information
URI Parameters
None.
Body Parameters
RiskAssessmentPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RiskAssessmentLineId | integer |
None. |
|
| RiskAssessmentTypeId | 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. |
|
| RiskAssessmentLineLocalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RiskAssessmentLineId": 2,
"RiskAssessmentTypeId": 3,
"ImagePath": "sample string 4",
"CreatedBy": 5,
"CreatedDate": "2025-12-16T00:59:54.8210362+00:00",
"LastModifiedBy": 7,
"LastModifiedDate": "2025-12-16T00:59:54.8210362+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T00:59:54.8210362+00:00",
"ImageBase64": "sample string 9",
"LocalId": 10,
"RiskAssessmentLineLocalId": 11
}
application/xml, text/xml
Sample:
<RiskAssessmentPhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <CreatedBy>5</CreatedBy> <CreatedDate>2025-12-16T00:59:54.8210362+00:00</CreatedDate> <DeletedBy>1</DeletedBy> <DeletedDate>2025-12-16T00:59:54.8210362+00:00</DeletedDate> <Id>1</Id> <ImageBase64>sample string 9</ImageBase64> <ImagePath>sample string 4</ImagePath> <LastModifiedBy>7</LastModifiedBy> <LastModifiedDate>2025-12-16T00:59:54.8210362+00:00</LastModifiedDate> <LocalId>10</LocalId> <RiskAssessmentLineId>2</RiskAssessmentLineId> <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId> <RiskAssessmentTypeId>3</RiskAssessmentTypeId> </RiskAssessmentPhoto>
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.