POST api/TLoadingComplete/FnAddUpdateDeleteRecord
Request Information
URI Parameters
None.
Body Parameters
creatTLoadingComplete| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | string |
None. |
|
| FYear | string |
None. |
|
| EmployeeId | string |
None. |
|
| LoadingNo | string |
None. |
|
| EggsLoaded | decimal number |
None. |
|
| EggsSales | decimal number |
None. |
|
| EggsBroken | decimal number |
None. |
|
| EggsShort | decimal number |
None. |
|
| EggsReturn | decimal number |
None. |
|
| EggsExcess | decimal number |
None. |
|
| EggsBalance | decimal number |
None. |
|
| AcFlag | string |
None. |
|
| Remark | string |
None. |
|
| IUFlag | string |
None. |
|
| FieldId | string |
None. |
|
| FieldName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": "sample string 1",
"FYear": "sample string 2",
"EmployeeId": "sample string 3",
"LoadingNo": "sample string 4",
"EggsLoaded": 5.0,
"EggsSales": 6.0,
"EggsBroken": 7.0,
"EggsShort": 8.0,
"EggsReturn": 9.0,
"EggsExcess": 10.0,
"EggsBalance": 11.0,
"AcFlag": "sample string 12",
"Remark": "sample string 13",
"IUFlag": "sample string 14",
"FieldId": "sample string 15",
"FieldName": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"