POST api/OrderEntry/addJobEntry

Request Information

URI Parameters

None.

Body Parameters

ModelJobDoneList
NameDescriptionTypeAdditional information
OrderEntryId

integer

None.

JobTypeId

integer

None.

EmployeeId

integer

None.

JobTypeName

string

None.

JobDone

boolean

None.

MouldingNo

string

None.

JobEntryRemarks

string

None.

JobEntryDateTime

string

None.

RowNumber

integer

None.

QueryType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderEntryId": 1,
  "JobTypeId": 1,
  "EmployeeId": 1,
  "JobTypeName": "sample string 1",
  "JobDone": true,
  "MouldingNo": "sample string 3",
  "JobEntryRemarks": "sample string 4",
  "JobEntryDateTime": "sample string 5",
  "RowNumber": 1,
  "QueryType": "sample string 6"
}

text/html, text/plain

Sample:
{"OrderEntryId":1,"JobTypeId":1,"EmployeeId":1,"JobTypeName":"sample string 1","JobDone":true,"MouldingNo":"sample string 3","JobEntryRemarks":"sample string 4","JobEntryDateTime":"sample string 5","RowNumber":1,"QueryType":"sample string 6"}

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.