POST /api/AssumeState/Creat_assume_forupdate?時數={時數}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
時數 | string |
Required |
Body Parameters
t就職狀態紀錄表Name | Description | Type | Additional information |
---|---|---|---|
fId | integer |
None. |
|
fMid | integer |
None. |
|
f狀態日期 | date |
None. |
|
f狀態 | integer |
None. |
|
f狀態原因 | string |
None. |
|
f年資統計 | integer |
None. |
|
f新增時間 | date |
None. |
|
f修改時間 | date |
None. |
|
f修改人員 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "fId": 1, "fMid": 2, "f狀態日期": "2025-05-24T03:53:29.3034897+08:00", "f狀態": 4, "f狀態原因": "sample string 5", "f年資統計": 6, "f新增時間": "2025-05-24T03:53:29.3044934+08:00", "f修改時間": "2025-05-24T03:53:29.3044934+08:00", "f修改人員": 9 }
application/xml, text/xml
Sample:
<t就職狀態紀錄表 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models"> <fId>1</fId> <fMid>2</fMid> <f修改人員>9</f修改人員> <f修改時間>2025-05-24T03:53:29.3044934+08:00</f修改時間> <f年資統計>6</f年資統計> <f新增時間>2025-05-24T03:53:29.3044934+08:00</f新增時間> <f狀態>4</f狀態> <f狀態原因>sample string 5</f狀態原因> <f狀態日期>2025-05-24T03:53:29.3034897+08:00</f狀態日期> </t就職狀態紀錄表>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>