PUT api/production_line/seal/dashboard/staff/{doc_id}

เลือกพนักงานที่จะทำงานนั้น ๆ

Request Information

URI Parameters

NameDescriptionTypeAdditional information
doc_id

integer

Required

Body Parameters

md_sealDash_staff_edit
NameDescriptionTypeAdditional information
staff_id

integer

None.

screen_date

date

None.

hour

decimal number

Range: inclusive between 0 and 3.40282346638529E+38

Request Formats

application/json, text/json

Sample:
{
  "staff_id": 1,
  "screen_date": "2026-04-07T18:09:31.5800033+07:00",
  "hour": 1.1
}

application/xml, text/xml

Sample:
<md_sealDash_staff_edit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Seal">
  <hour>1.1</hour>
  <screen_date>2026-04-07T18:09:31.5800033+07:00</screen_date>
  <staff_id>1</staff_id>
</md_sealDash_staff_edit>

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 'md_sealDash_staff_edit'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.