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-09-11T12:12:41.6517999-07:00",
"CreatedBy": 5,
"Status": true,
"From": "sample string 6",
"SIExists": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.