POST api/job/addcannedjobsummary
Request Information
URI Parameters
None.
Body Parameters
SyncCannedJobSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| eShopId | integer |
None. |
|
| Id | integer |
None. |
|
| CannedJobSummaryId | string |
None. |
|
| ShowBlock | string |
None. |
|
| DateCreated | date |
None. |
|
| CreatedBy | integer |
None. |
|
| Status | boolean |
None. |
|
| From | string |
None. |
|
| SIExists | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"eShopId": 1,
"Id": 2,
"CannedJobSummaryId": "sample string 3",
"ShowBlock": "sample string 4",
"DateCreated": "2026-07-17T18:52:26.4465551-07:00",
"CreatedBy": 5,
"Status": true,
"From": "sample string 6",
"SIExists": true
}
application/xml, text/xml
Sample:
<SyncCannedJobSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceIntelligence.SyncService.Beans.CannedJobs"> <SIExists xmlns="http://schemas.datacontract.org/2004/07/ServiceIntelligence.SyncService.Beans">true</SIExists> <CannedJobSummaryId>sample string 3</CannedJobSummaryId> <CreatedBy>5</CreatedBy> <DateCreated>2026-07-17T18:52:26.4465551-07:00</DateCreated> <From>sample string 6</From> <Id>2</Id> <ShowBlock>sample string 4</ShowBlock> <Status>true</Status> <eShopId>1</eShopId> </SyncCannedJobSummary>
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.