POST api/ProductionTracking/JobCompleted

Request Information

URI Parameters

None.

Body Parameters

Jobs
NameDescriptionTypeAdditional information
JobID

decimal number

None.

CustomerID

string

None.

JobNumber

string

None.

OrderDate

string

None.

Status

string

None.

JobCategory

string

None.

Scope

string

None.

FileName

string

None.

Product

string

None.

Priority

string

None.

Location

string

None.

ErrorType

string

None.

Artist

string

None.

EstimatedTime

string

None.

StartTime

date

None.

EndTime

date

None.

TotalTime

string

None.

QcStartTime

date

None.

QcEndTime

date

None.

TotalQcTime

string

None.

Numbers

integer

None.

Comments

string

None.

QualityCheck

string

None.

QcCheckedBy

string

None.

ProductionComplexity

string

None.

QcJobAssignedTO

string

None.

PreQCAssignTO

string

None.

CreatedBY

string

None.

CreatedTS

date

None.

UserID

decimal number

None.

ProductionCount

string

None.

WebComments

string

None.

ArtistFilePath

string

None.

RevisionChargeable

string

None.

ServerFilePath

string

None.

ScopeChange

string

None.

Chargeable

string

None.

comments

string

None.

JobType

string

None.

AssignedBy

string

None.

CheckList

Collection of CheckList

None.

Request Formats

application/json, text/json

Sample:
{
  "CheckList": [
    {
      "Checked": "sample string 1",
      "Rectified": "sample string 2",
      "Comments": "sample string 3",
      "CheckListId": 4,
      "ReCheck": "sample string 5",
      "JobID": 6,
      "CreatedBY": "sample string 7"
    },
    {
      "Checked": "sample string 1",
      "Rectified": "sample string 2",
      "Comments": "sample string 3",
      "CheckListId": 4,
      "ReCheck": "sample string 5",
      "JobID": 6,
      "CreatedBY": "sample string 7"
    }
  ],
  "JobID": 1.0,
  "CustomerID": "sample string 2",
  "JobNumber": "sample string 3",
  "OrderDate": "sample string 4",
  "Status": "sample string 5",
  "JobCategory": "sample string 6",
  "Scope": "sample string 7",
  "FileName": "sample string 8",
  "Product": "sample string 9",
  "Priority": "sample string 10",
  "Location": "sample string 11",
  "ErrorType": "sample string 12",
  "Artist": "sample string 13",
  "EstimatedTime": "sample string 14",
  "StartTime": "2026-01-02T00:45:25.8700492-05:00",
  "EndTime": "2026-01-02T00:45:25.8700492-05:00",
  "TotalTime": "sample string 17",
  "QcStartTime": "2026-01-02T00:45:25.8700492-05:00",
  "QcEndTime": "2026-01-02T00:45:25.8700492-05:00",
  "TotalQcTime": "sample string 20",
  "Numbers": 21,
  "Comments": "sample string 22",
  "QualityCheck": "sample string 23",
  "QcCheckedBy": "sample string 24",
  "ProductionComplexity": "sample string 25",
  "QcJobAssignedTO": "sample string 26",
  "PreQCAssignTO": "sample string 27",
  "CreatedBY": "sample string 28",
  "CreatedTS": "2026-01-02T00:45:25.8700492-05:00",
  "UserID": 30.0,
  "ProductionCount": "sample string 31",
  "WebComments": "sample string 32",
  "ArtistFilePath": "sample string 33",
  "RevisionChargeable": "sample string 34",
  "ServerFilePath": "sample string 35",
  "ScopeChange": "sample string 36",
  "Chargeable": "sample string 37",
  "comments": "sample string 38",
  "JobType": "sample string 39",
  "AssignedBy": "sample string 40"
}

text/html

Sample:
{"CheckList":[{"Checked":"sample string 1","Rectified":"sample string 2","Comments":"sample string 3","CheckListId":4,"ReCheck":"sample string 5","JobID":6,"CreatedBY":"sample string 7"},{"Checked":"sample string 1","Rectified":"sample string 2","Comments":"sample string 3","CheckListId":4,"ReCheck":"sample string 5","JobID":6,"CreatedBY":"sample string 7"}],"JobID":1.0,"CustomerID":"sample string 2","JobNumber":"sample string 3","OrderDate":"sample string 4","Status":"sample string 5","JobCategory":"sample string 6","Scope":"sample string 7","FileName":"sample string 8","Product":"sample string 9","Priority":"sample string 10","Location":"sample string 11","ErrorType":"sample string 12","Artist":"sample string 13","EstimatedTime":"sample string 14","StartTime":"2026-01-02T00:45:25.8700492-05:00","EndTime":"2026-01-02T00:45:25.8700492-05:00","TotalTime":"sample string 17","QcStartTime":"2026-01-02T00:45:25.8700492-05:00","QcEndTime":"2026-01-02T00:45:25.8700492-05:00","TotalQcTime":"sample string 20","Numbers":21,"Comments":"sample string 22","QualityCheck":"sample string 23","QcCheckedBy":"sample string 24","ProductionComplexity":"sample string 25","QcJobAssignedTO":"sample string 26","PreQCAssignTO":"sample string 27","CreatedBY":"sample string 28","CreatedTS":"2026-01-02T00:45:25.8700492-05:00","UserID":30.0,"ProductionCount":"sample string 31","WebComments":"sample string 32","ArtistFilePath":"sample string 33","RevisionChargeable":"sample string 34","ServerFilePath":"sample string 35","ScopeChange":"sample string 36","Chargeable":"sample string 37","comments":"sample string 38","JobType":"sample string 39","AssignedBy":"sample string 40"}

application/xml, text/xml

Sample:
<Jobs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProductionTrackingWebAPI.Models">
  <Artist>sample string 13</Artist>
  <ArtistFilePath>sample string 33</ArtistFilePath>
  <AssignedBy>sample string 40</AssignedBy>
  <Chargeable>sample string 37</Chargeable>
  <CheckList>
    <CheckList>
      <CheckListId>4</CheckListId>
      <Checked>sample string 1</Checked>
      <Comments>sample string 3</Comments>
      <CreatedBY>sample string 7</CreatedBY>
      <JobID>6</JobID>
      <ReCheck>sample string 5</ReCheck>
      <Rectified>sample string 2</Rectified>
    </CheckList>
    <CheckList>
      <CheckListId>4</CheckListId>
      <Checked>sample string 1</Checked>
      <Comments>sample string 3</Comments>
      <CreatedBY>sample string 7</CreatedBY>
      <JobID>6</JobID>
      <ReCheck>sample string 5</ReCheck>
      <Rectified>sample string 2</Rectified>
    </CheckList>
  </CheckList>
  <Comments>sample string 22</Comments>
  <CreatedBY>sample string 28</CreatedBY>
  <CreatedTS>2026-01-02T00:45:25.8700492-05:00</CreatedTS>
  <CustomerID>sample string 2</CustomerID>
  <EndTime>2026-01-02T00:45:25.8700492-05:00</EndTime>
  <ErrorType>sample string 12</ErrorType>
  <EstimatedTime>sample string 14</EstimatedTime>
  <FileName>sample string 8</FileName>
  <JobCategory>sample string 6</JobCategory>
  <JobID>1</JobID>
  <JobNumber>sample string 3</JobNumber>
  <JobType>sample string 39</JobType>
  <Location>sample string 11</Location>
  <Numbers>21</Numbers>
  <OrderDate>sample string 4</OrderDate>
  <PreQCAssignTO>sample string 27</PreQCAssignTO>
  <Priority>sample string 10</Priority>
  <Product>sample string 9</Product>
  <ProductionComplexity>sample string 25</ProductionComplexity>
  <ProductionCount>sample string 31</ProductionCount>
  <QcCheckedBy>sample string 24</QcCheckedBy>
  <QcEndTime>2026-01-02T00:45:25.8700492-05:00</QcEndTime>
  <QcJobAssignedTO>sample string 26</QcJobAssignedTO>
  <QcStartTime>2026-01-02T00:45:25.8700492-05:00</QcStartTime>
  <QualityCheck>sample string 23</QualityCheck>
  <RevisionChargeable>sample string 34</RevisionChargeable>
  <Scope>sample string 7</Scope>
  <ScopeChange>sample string 36</ScopeChange>
  <ServerFilePath>sample string 35</ServerFilePath>
  <StartTime>2026-01-02T00:45:25.8700492-05:00</StartTime>
  <Status>sample string 5</Status>
  <TotalQcTime>sample string 20</TotalQcTime>
  <TotalTime>sample string 17</TotalTime>
  <UserID>30</UserID>
  <WebComments>sample string 32</WebComments>
  <comments>sample string 38</comments>
</Jobs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.