POST api/CEUKCAMarkingDeclaration/SyncCEUKCAMarkingDeclaration
Request Information
URI Parameters
None.
Body Parameters
Collection of CEUKCAMarkingDeclarationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
MarkingProcessId | integer |
None. |
|
MachineInfoId | integer |
None. |
|
ManufacturedBy | string |
None. |
|
ModelType | string |
None. |
|
SerialNumber | string |
None. |
|
ManufactureYear | integer |
None. |
|
SupplyVoltage | string |
None. |
|
SupplyCurrent | string |
None. |
|
SupplyFrequency | string |
None. |
|
Phases | string |
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, "MachineInfoId": 3, "ManufacturedBy": "sample string 4", "ModelType": "sample string 5", "SerialNumber": "sample string 6", "ManufactureYear": 1, "SupplyVoltage": "sample string 7", "SupplyCurrent": "sample string 8", "SupplyFrequency": "sample string 9", "Phases": "sample string 10", "CreatedDate": "2025-08-29T20:28:47.578306+00:00", "CreatedBy": 12, "LastModifiedDate": "2025-08-29T20:28:47.578306+00:00", "LastModifiedBy": 14, "DeletedDate": "2025-08-29T20:28:47.578306+00:00", "DeletedBy": 1, "LocalId": 15, "LocalMarkingProcessId": 16 }, { "Id": 1, "MarkingProcessId": 2, "MachineInfoId": 3, "ManufacturedBy": "sample string 4", "ModelType": "sample string 5", "SerialNumber": "sample string 6", "ManufactureYear": 1, "SupplyVoltage": "sample string 7", "SupplyCurrent": "sample string 8", "SupplyFrequency": "sample string 9", "Phases": "sample string 10", "CreatedDate": "2025-08-29T20:28:47.578306+00:00", "CreatedBy": 12, "LastModifiedDate": "2025-08-29T20:28:47.578306+00:00", "LastModifiedBy": 14, "DeletedDate": "2025-08-29T20:28:47.578306+00:00", "DeletedBy": 1, "LocalId": 15, "LocalMarkingProcessId": 16 } ]
application/xml, text/xml
Sample:
<ArrayOfCEUKCAMarkingDeclaration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <CEUKCAMarkingDeclaration> <CreatedBy>12</CreatedBy> <CreatedDate>2025-08-29T20:28:47.578306+00:00</CreatedDate> <DeletedBy>1</DeletedBy> <DeletedDate>2025-08-29T20:28:47.578306+00:00</DeletedDate> <Id>1</Id> <LastModifiedBy>14</LastModifiedBy> <LastModifiedDate>2025-08-29T20:28:47.578306+00:00</LastModifiedDate> <LocalId>15</LocalId> <LocalMarkingProcessId>16</LocalMarkingProcessId> <MachineInfoId>3</MachineInfoId> <ManufactureYear>1</ManufactureYear> <ManufacturedBy>sample string 4</ManufacturedBy> <MarkingProcessId>2</MarkingProcessId> <ModelType>sample string 5</ModelType> <Phases>sample string 10</Phases> <SerialNumber>sample string 6</SerialNumber> <SupplyCurrent>sample string 8</SupplyCurrent> <SupplyFrequency>sample string 9</SupplyFrequency> <SupplyVoltage>sample string 7</SupplyVoltage> </CEUKCAMarkingDeclaration> <CEUKCAMarkingDeclaration> <CreatedBy>12</CreatedBy> <CreatedDate>2025-08-29T20:28:47.578306+00:00</CreatedDate> <DeletedBy>1</DeletedBy> <DeletedDate>2025-08-29T20:28:47.578306+00:00</DeletedDate> <Id>1</Id> <LastModifiedBy>14</LastModifiedBy> <LastModifiedDate>2025-08-29T20:28:47.578306+00:00</LastModifiedDate> <LocalId>15</LocalId> <LocalMarkingProcessId>16</LocalMarkingProcessId> <MachineInfoId>3</MachineInfoId> <ManufactureYear>1</ManufactureYear> <ManufacturedBy>sample string 4</ManufacturedBy> <MarkingProcessId>2</MarkingProcessId> <ModelType>sample string 5</ModelType> <Phases>sample string 10</Phases> <SerialNumber>sample string 6</SerialNumber> <SupplyCurrent>sample string 8</SupplyCurrent> <SupplyFrequency>sample string 9</SupplyFrequency> <SupplyVoltage>sample string 7</SupplyVoltage> </CEUKCAMarkingDeclaration> </ArrayOfCEUKCAMarkingDeclaration>
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.