POST ePMS/ins_upd_Book5

Request Information

URI Parameters

None.

Body Parameters

eBree_t_lab_rec5_ba
NameDescriptionTypeAdditional information
id

integer

None.

serial_no

integer

None.

sampl_date_from

string

None.

sampl_date_to

string

None.

batch_id

string

None.

block_no

string

None.

trx_type

string

None.

date_ba

string

None.

estate_code

string

None.

date_in_oven

string

None.

time_in_oven

string

None.

date_out_oven

string

None.

time_out_oven

string

None.

wt_bottle_dry_nut

decimal number

None.

wt_dry_nut

decimal number

None.

percen_dry_to_wet_nut_DWN

decimal number

None.

date_nut_cracking

string

None.

wt_bottle_dry_kernel

decimal number

None.

wt_dry_kernel

decimal number

None.

percen_kernel_per_fruit_KF

decimal number

None.

total_kernel

integer

None.

percen_shell_per_fruit_SF

decimal number

None.

fruit_type

string

None.

create_by

string

None.

create_date

string

None.

last_update_name

string

None.

last_update_date

string

None.

isdelete

integer

None.

b3_wt_Emp_Btl

decimal number

None.

b3_wt_Frsh_Nut

decimal number

None.

b3_wt_FruitSamp_Total

decimal number

None.

dt

DataTable

None.

type

integer

None.

isSucceed

boolean

None.

message

string

None.

dtResult

DataTable

None.

dtResult2

DataTable

None.

dtResult3

DataTable

None.

dtResult4

DataTable

None.

dtResult5

DataTable

None.

dtResult6

DataTable

None.

dtResult7

DataTable

None.

dtResult8

DataTable

None.

dtResult9

DataTable

None.

dsResult

DataSet

None.

username

string

None.

dtBlock

DataTable

None.

userid

string

None.

yield_status

string

None.

start_date

string

None.

end_date

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "serial_no": 2,
  "sampl_date_from": "sample string 3",
  "sampl_date_to": "sample string 4",
  "batch_id": "sample string 5",
  "block_no": "sample string 6",
  "trx_type": "sample string 7",
  "date_ba": "sample string 8",
  "estate_code": "sample string 9",
  "date_in_oven": "sample string 10",
  "time_in_oven": "sample string 11",
  "date_out_oven": "sample string 12",
  "time_out_oven": "sample string 13",
  "wt_bottle_dry_nut": 14.0,
  "wt_dry_nut": 15.0,
  "percen_dry_to_wet_nut_DWN": 16.0,
  "date_nut_cracking": "sample string 17",
  "wt_bottle_dry_kernel": 18.0,
  "wt_dry_kernel": 19.0,
  "percen_kernel_per_fruit_KF": 20.0,
  "total_kernel": 21,
  "percen_shell_per_fruit_SF": 22.0,
  "fruit_type": "sample string 23",
  "create_by": "sample string 24",
  "create_date": "sample string 25",
  "last_update_name": "sample string 26",
  "last_update_date": "sample string 27",
  "isdelete": 28,
  "b3_wt_Emp_Btl": 29.0,
  "b3_wt_Frsh_Nut": 30.0,
  "b3_wt_FruitSamp_Total": 31.0,
  "dt": null,
  "type": 32,
  "isSucceed": true,
  "message": "sample string 34",
  "dtResult": [],
  "dtResult2": [],
  "dtResult3": [],
  "dtResult4": [],
  "dtResult5": [],
  "dtResult6": [],
  "dtResult7": [],
  "dtResult8": [],
  "dtResult9": [],
  "dsResult": null,
  "username": "sample string 35",
  "dtBlock": [],
  "userid": "sample string 36",
  "yield_status": "sample string 37",
  "start_date": "sample string 38",
  "end_date": "sample string 39"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Cannot serialize the DataTable. DataTable name is not set.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Cannot serialize the DataTable. DataTable name is not set.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'eBree_t_lab_rec5_ba'.

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.