POST api/CEUKCAMarkingDirective/SyncCEUKCAMarkingDirective
Request Information
URI Parameters
None.
Body Parameters
Collection of CEUKCAMarkingDirective| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MarkingProcessId | integer |
None. |
|
| DirectiveId | integer |
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,
"DirectiveId": 3,
"CreatedDate": "2025-12-16T01:03:48.6072081+00:00",
"CreatedBy": 5,
"LastModifiedDate": "2025-12-16T01:03:48.6072081+00:00",
"LastModifiedBy": 7,
"DeletedDate": "2025-12-16T01:03:48.6072081+00:00",
"DeletedBy": 1,
"LocalId": 8,
"LocalMarkingProcessId": 9
},
{
"Id": 1,
"MarkingProcessId": 2,
"DirectiveId": 3,
"CreatedDate": "2025-12-16T01:03:48.6072081+00:00",
"CreatedBy": 5,
"LastModifiedDate": "2025-12-16T01:03:48.6072081+00:00",
"LastModifiedBy": 7,
"DeletedDate": "2025-12-16T01:03:48.6072081+00:00",
"DeletedBy": 1,
"LocalId": 8,
"LocalMarkingProcessId": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfCEUKCAMarkingDirective xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
<CEUKCAMarkingDirective>
<CreatedBy>5</CreatedBy>
<CreatedDate>2025-12-16T01:03:48.6072081+00:00</CreatedDate>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:03:48.6072081+00:00</DeletedDate>
<DirectiveId>3</DirectiveId>
<Id>1</Id>
<LastModifiedBy>7</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:03:48.6072081+00:00</LastModifiedDate>
<LocalId>8</LocalId>
<LocalMarkingProcessId>9</LocalMarkingProcessId>
<MarkingProcessId>2</MarkingProcessId>
</CEUKCAMarkingDirective>
<CEUKCAMarkingDirective>
<CreatedBy>5</CreatedBy>
<CreatedDate>2025-12-16T01:03:48.6072081+00:00</CreatedDate>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:03:48.6072081+00:00</DeletedDate>
<DirectiveId>3</DirectiveId>
<Id>1</Id>
<LastModifiedBy>7</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:03:48.6072081+00:00</LastModifiedDate>
<LocalId>8</LocalId>
<LocalMarkingProcessId>9</LocalMarkingProcessId>
<MarkingProcessId>2</MarkingProcessId>
</CEUKCAMarkingDirective>
</ArrayOfCEUKCAMarkingDirective>
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.