POST api/TrackLinear/CreateJobBaseInfo?jobCode={jobCode}&obsNum={obsNum}&twoPassNum={twoPassNum}&userId={userId}

Documentation for 'CreateJobBaseInfo'.

Request Information

Parameters

NameDescriptionAdditional information
jobCode
Documentation for 'jobCode'.

Define this parameter in the request URI.

obsNum
Documentation for 'obsNum'.

Define this parameter in the request URI.

twoPassNum
Documentation for 'twoPassNum'.

Define this parameter in the request URI.

userId
Documentation for 'userId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 0,
  "Msg": "sample string 1",
  "Data": {},
  "Href": "sample string 3"
}