POST Insert/JobCreate
Request Information
URI Parameters
None.
Body Parameters
DtoJobCreation| Name | Description | Type | Additional information |
|---|---|---|---|
| PackageName | string |
None. |
|
| JournalAcronym | string |
None. |
|
| ArticleId | string |
None. |
|
| StageId | integer |
None. |
|
| JobType | string |
None. |
|
| VendorId | integer |
None. |
|
| PageCount | integer |
None. |
|
| Revision | integer |
None. |
|
| Department | integer |
None. |
|
| UniqueReferenceNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PackageName": "sample string 1",
"JournalAcronym": "sample string 2",
"ArticleId": "sample string 3",
"StageId": 4,
"JobType": "sample string 5",
"VendorId": 6,
"PageCount": 7,
"Revision": 8,
"Department": 9,
"UniqueReferenceNo": "sample string 10"
}
application/xml, text/xml
Sample:
<DtoJobCreation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.CQA.Interface.Business.Dtos.AddNewJob"> <ArticleId>sample string 3</ArticleId> <Department>9</Department> <JobType>sample string 5</JobType> <JournalAcronym>sample string 2</JournalAcronym> <PackageName>sample string 1</PackageName> <PageCount>7</PageCount> <Revision>8</Revision> <StageId>4</StageId> <UniqueReferenceNo>sample string 10</UniqueReferenceNo> <VendorId>6</VendorId> </DtoJobCreation>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |