POST api/JobCardEntry/postJobCardQCEntry
Request Information
URI Parameters
None.
Body Parameters
ModelJobCardQCEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryType | string |
None. |
|
| JobCardId | integer |
None. |
|
| JobCardNo | string |
None. |
|
| EmployeeId | integer |
None. |
|
| BCode | string |
None. |
|
| CompCode | string |
None. |
|
| EmployeeName | string |
None. |
|
| Total_Checked_Pairs | decimal number |
None. |
|
| Article_Mismatch | decimal number |
None. |
|
| Assortment_Mismatch | decimal number |
None. |
|
| Upper_Damage | decimal number |
None. |
|
| Improper_Stiching | decimal number |
None. |
|
| Flash | decimal number |
None. |
|
| Logo_Alignment | decimal number |
None. |
|
| MRP_Change | decimal number |
None. |
|
| Sole_Damage | decimal number |
None. |
|
| Discolour | decimal number |
None. |
|
| Size_Mismatch | decimal number |
None. |
|
| Pasting_Issue | decimal number |
None. |
|
| Carton_Damage | decimal number |
None. |
|
| Printing_Issue | decimal number |
None. |
|
| Insocks_Fitting | decimal number |
None. |
|
| Finishing_Issues | decimal number |
None. |
|
| QCRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryType": "sample string 1",
"JobCardId": 1,
"JobCardNo": "sample string 2",
"EmployeeId": 1,
"BCode": "sample string 3",
"CompCode": "sample string 4",
"EmployeeName": "sample string 5",
"Total_Checked_Pairs": 6.0,
"Article_Mismatch": 7.0,
"Assortment_Mismatch": 8.0,
"Upper_Damage": 9.0,
"Improper_Stiching": 10.0,
"Flash": 11.0,
"Logo_Alignment": 12.0,
"MRP_Change": 13.0,
"Sole_Damage": 14.0,
"Discolour": 15.0,
"Size_Mismatch": 16.0,
"Pasting_Issue": 17.0,
"Carton_Damage": 18.0,
"Printing_Issue": 19.0,
"Insocks_Fitting": 20.0,
"Finishing_Issues": 21.0,
"QCRemarks": "sample string 22"
}
text/html, text/plain
Sample:
{"QueryType":"sample string 1","JobCardId":1,"JobCardNo":"sample string 2","EmployeeId":1,"BCode":"sample string 3","CompCode":"sample string 4","EmployeeName":"sample string 5","Total_Checked_Pairs":6.0,"Article_Mismatch":7.0,"Assortment_Mismatch":8.0,"Upper_Damage":9.0,"Improper_Stiching":10.0,"Flash":11.0,"Logo_Alignment":12.0,"MRP_Change":13.0,"Sole_Damage":14.0,"Discolour":15.0,"Size_Mismatch":16.0,"Pasting_Issue":17.0,"Carton_Damage":18.0,"Printing_Issue":19.0,"Insocks_Fitting":20.0,"Finishing_Issues":21.0,"QCRemarks":"sample string 22"}
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. |