POST api/JobCardEntry/postJobCardAssignEntry
Request Information
URI Parameters
None.
Body Parameters
ModelJobCardAssignEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryType | string |
None. |
|
| JobCardId | integer |
None. |
|
| JobCardNo | string |
None. |
|
| BCode | string |
None. |
|
| CompCode | string |
None. |
|
| EmployeeName | string |
None. |
|
| SetNo | integer |
None. |
|
| SeqNo | integer |
None. |
|
| AssignedRemarks | string |
None. |
|
| ProcessName | string |
None. |
|
| ProcessStatusName | string |
None. |
|
| ProcessCurrentStatusName | string |
None. |
|
| LogInBy | string |
None. |
|
| AssignStatus | string |
None. |
|
| InStock | boolean |
None. |
|
| StockProcessName | string |
None. |
|
| FormProcessName | string |
None. |
|
| Upper_Stitching_Pair_Qty | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryType": "sample string 1",
"JobCardId": 1,
"JobCardNo": "sample string 2",
"BCode": "sample string 3",
"CompCode": "sample string 4",
"EmployeeName": "sample string 5",
"SetNo": 1,
"SeqNo": 1,
"AssignedRemarks": "sample string 6",
"ProcessName": "sample string 7",
"ProcessStatusName": "sample string 8",
"ProcessCurrentStatusName": "sample string 9",
"LogInBy": "sample string 10",
"AssignStatus": "sample string 11",
"InStock": true,
"StockProcessName": "sample string 13",
"FormProcessName": "sample string 14",
"Upper_Stitching_Pair_Qty": 15.0
}
text/html, text/plain
Sample:
{"QueryType":"sample string 1","JobCardId":1,"JobCardNo":"sample string 2","BCode":"sample string 3","CompCode":"sample string 4","EmployeeName":"sample string 5","SetNo":1,"SeqNo":1,"AssignedRemarks":"sample string 6","ProcessName":"sample string 7","ProcessStatusName":"sample string 8","ProcessCurrentStatusName":"sample string 9","LogInBy":"sample string 10","AssignStatus":"sample string 11","InStock":true,"StockProcessName":"sample string 13","FormProcessName":"sample string 14","Upper_Stitching_Pair_Qty":15.0}
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |