POST api/CEUKCAMarkingProcess/Update
Request Information
URI Parameters
None.
Body Parameters
CEUKCAMarkingProcess| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MachineInfoId | integer |
None. |
|
| MarkingProcessDate | date |
None. |
|
| CertificationDescription | string |
None. |
|
| CertificationTypeId | integer |
None. |
|
| CertificationDate | date |
None. |
|
| CertificationBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| MachineInfoProduct | string |
None. |
|
| MachineInfoModelType | string |
None. |
|
| MachineInfoBatchSerial | string |
None. |
|
| MachineInfoConformityTypeId | integer |
None. |
|
| MachineInfoMachineTypeId | integer |
None. |
|
| ManufacturerIdName | string |
None. |
|
| CompanyName | string |
None. |
|
| CustomerId | integer |
None. |
|
| SearchText | string |
None. |
|
| LocalId | integer |
None. |
|
| MachineManufacturerName | string |
None. |
|
| MachineAuthorisedRepresentativeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"MachineInfoId": 2,
"MarkingProcessDate": "2025-12-16T01:04:45.3585425+00:00",
"CertificationDescription": "sample string 4",
"CertificationTypeId": 1,
"CertificationDate": "2025-12-16T01:04:45.3585425+00:00",
"CertificationBy": 1,
"CreatedDate": "2025-12-16T01:04:45.3585425+00:00",
"CreatedBy": 6,
"LastModifiedDate": "2025-12-16T01:04:45.3585425+00:00",
"LastModifiedBy": 8,
"DeletedDate": "2025-12-16T01:04:45.3585425+00:00",
"DeletedBy": 1,
"MachineInfoProduct": "sample string 9",
"MachineInfoModelType": "sample string 10",
"MachineInfoBatchSerial": "sample string 11",
"MachineInfoConformityTypeId": 12,
"MachineInfoMachineTypeId": 13,
"ManufacturerIdName": "sample string 14",
"CompanyName": "sample string 15",
"CustomerId": 16,
"SearchText": "sample string 17",
"LocalId": 18,
"MachineManufacturerName": "sample string 19",
"MachineAuthorisedRepresentativeName": "sample string 20"
}
application/xml, text/xml
Sample:
<CEUKCAMarkingProcess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <CertificationBy>1</CertificationBy> <CertificationDate>2025-12-16T01:04:45.3585425+00:00</CertificationDate> <CertificationDescription>sample string 4</CertificationDescription> <CertificationTypeId>1</CertificationTypeId> <CompanyName>sample string 15</CompanyName> <CreatedBy>6</CreatedBy> <CreatedDate>2025-12-16T01:04:45.3585425+00:00</CreatedDate> <CustomerId>16</CustomerId> <DeletedBy>1</DeletedBy> <DeletedDate>2025-12-16T01:04:45.3585425+00:00</DeletedDate> <Id>1</Id> <LastModifiedBy>8</LastModifiedBy> <LastModifiedDate>2025-12-16T01:04:45.3585425+00:00</LastModifiedDate> <LocalId>18</LocalId> <MachineAuthorisedRepresentativeName>sample string 20</MachineAuthorisedRepresentativeName> <MachineInfoBatchSerial>sample string 11</MachineInfoBatchSerial> <MachineInfoConformityTypeId>12</MachineInfoConformityTypeId> <MachineInfoId>2</MachineInfoId> <MachineInfoMachineTypeId>13</MachineInfoMachineTypeId> <MachineInfoModelType>sample string 10</MachineInfoModelType> <MachineInfoProduct>sample string 9</MachineInfoProduct> <MachineManufacturerName>sample string 19</MachineManufacturerName> <ManufacturerIdName>sample string 14</ManufacturerIdName> <MarkingProcessDate>2025-12-16T01:04:45.3585425+00:00</MarkingProcessDate> <SearchText>sample string 17</SearchText> </CEUKCAMarkingProcess>
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.