POST api/InspectionDetailImage
Request Information
URI Parameters
None.
Body Parameters
InspectionDetailImage| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| InspectionId | integer |
None. |
|
| Title1 | string |
None. |
|
| Description1 | string |
None. |
|
| ImagePath1 | string |
None. |
|
| Title2 | string |
None. |
|
| Description2 | string |
None. |
|
| ImagePath2 | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| IsAppDataUpdate | boolean |
None. |
|
| DuplicateImagePath1 | string |
None. |
|
| DuplicateImagePath2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"InspectionId": 2,
"Title1": "sample string 3",
"Description1": "sample string 4",
"ImagePath1": "sample string 5",
"Title2": "sample string 6",
"Description2": "sample string 7",
"ImagePath2": "sample string 8",
"CreatedDate": "2025-12-16T01:04:56.9207362+00:00",
"CreatedBy": 10,
"LastModifiedDate": "2025-12-16T01:04:56.9207362+00:00",
"LastModifiedBy": 12,
"DeletedDate": "2025-12-16T01:04:56.9207362+00:00",
"DeletedBy": 1,
"IsAppDataUpdate": true,
"DuplicateImagePath1": "sample string 14",
"DuplicateImagePath2": "sample string 15"
}
application/xml, text/xml
Sample:
<InspectionDetailImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <CreatedBy>10</CreatedBy> <CreatedDate>2025-12-16T01:04:56.9207362+00:00</CreatedDate> <DeletedBy>1</DeletedBy> <DeletedDate>2025-12-16T01:04:56.9207362+00:00</DeletedDate> <Description1>sample string 4</Description1> <Description2>sample string 7</Description2> <DuplicateImagePath1>sample string 14</DuplicateImagePath1> <DuplicateImagePath2>sample string 15</DuplicateImagePath2> <Id>1</Id> <ImagePath1>sample string 5</ImagePath1> <ImagePath2>sample string 8</ImagePath2> <InspectionId>2</InspectionId> <IsAppDataUpdate>true</IsAppDataUpdate> <LastModifiedBy>12</LastModifiedBy> <LastModifiedDate>2025-12-16T01:04:56.9207362+00:00</LastModifiedDate> <Title1>sample string 3</Title1> <Title2>sample string 6</Title2> </InspectionDetailImage>
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.