POST api/MachineryEssentialAnswer/SyncMachineryEssentialAnswer
Request Information
URI Parameters
None.
Body Parameters
Collection of MachineryEssentialAnswer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MarkingProcessId | integer |
None. |
|
| MachineryEssentialId | integer |
None. |
|
| MachineryQuestionId | integer |
None. |
|
| LocationOfInformation | string |
None. |
|
| Comment | string |
None. |
|
| IsCompleted | boolean |
None. |
|
| InMachineSafe | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| LocalId | integer |
None. |
|
| LocalMarkingProcessId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"MarkingProcessId": 2,
"MachineryEssentialId": 3,
"MachineryQuestionId": 4,
"LocationOfInformation": "sample string 5",
"Comment": "sample string 6",
"IsCompleted": true,
"InMachineSafe": true,
"CreatedDate": "2025-12-16T01:02:35.9193951+00:00",
"CreatedBy": 10,
"LastModifiedDate": "2025-12-16T01:02:35.9193951+00:00",
"LastModifiedBy": 12,
"DeletedDate": "2025-12-16T01:02:35.9193951+00:00",
"DeletedBy": 1,
"LocalId": 13,
"LocalMarkingProcessId": 14
},
{
"Id": 1,
"MarkingProcessId": 2,
"MachineryEssentialId": 3,
"MachineryQuestionId": 4,
"LocationOfInformation": "sample string 5",
"Comment": "sample string 6",
"IsCompleted": true,
"InMachineSafe": true,
"CreatedDate": "2025-12-16T01:02:35.9193951+00:00",
"CreatedBy": 10,
"LastModifiedDate": "2025-12-16T01:02:35.9193951+00:00",
"LastModifiedBy": 12,
"DeletedDate": "2025-12-16T01:02:35.9193951+00:00",
"DeletedBy": 1,
"LocalId": 13,
"LocalMarkingProcessId": 14
}
]
application/xml, text/xml
Sample:
<ArrayOfMachineryEssentialAnswer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
<MachineryEssentialAnswer>
<Comment>sample string 6</Comment>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:02:35.9193951+00:00</CreatedDate>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:02:35.9193951+00:00</DeletedDate>
<Id>1</Id>
<InMachineSafe>true</InMachineSafe>
<IsCompleted>true</IsCompleted>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:02:35.9193951+00:00</LastModifiedDate>
<LocalId>13</LocalId>
<LocalMarkingProcessId>14</LocalMarkingProcessId>
<LocationOfInformation>sample string 5</LocationOfInformation>
<MachineryEssentialId>3</MachineryEssentialId>
<MachineryQuestionId>4</MachineryQuestionId>
<MarkingProcessId>2</MarkingProcessId>
</MachineryEssentialAnswer>
<MachineryEssentialAnswer>
<Comment>sample string 6</Comment>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:02:35.9193951+00:00</CreatedDate>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:02:35.9193951+00:00</DeletedDate>
<Id>1</Id>
<InMachineSafe>true</InMachineSafe>
<IsCompleted>true</IsCompleted>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:02:35.9193951+00:00</LastModifiedDate>
<LocalId>13</LocalId>
<LocalMarkingProcessId>14</LocalMarkingProcessId>
<LocationOfInformation>sample string 5</LocationOfInformation>
<MachineryEssentialId>3</MachineryEssentialId>
<MachineryQuestionId>4</MachineryQuestionId>
<MarkingProcessId>2</MarkingProcessId>
</MachineryEssentialAnswer>
</ArrayOfMachineryEssentialAnswer>
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.