POST /api/Support/leave_washed
Request Information
URI Parameters
None.
Body Parameters
Collection of 請假簽核人| Name | Description | Type | Additional information |
|---|---|---|---|
| fMid | integer |
None. |
|
| 簽核人姓名 | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"fMid": 1,
"簽核人姓名": "sample string 2"
},
{
"fMid": 1,
"簽核人姓名": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOf請假簽核人 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models">
<請假簽核人>
<fMid>1</fMid>
<簽核人姓名>sample string 2</簽核人姓名>
</請假簽核人>
<請假簽核人>
<fMid>1</fMid>
<簽核人姓名>sample string 2</簽核人姓名>
</請假簽核人>
</ArrayOf請假簽核人>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of 請假簽核人| Name | Description | Type | Additional information |
|---|---|---|---|
| fMid | integer |
None. |
|
| 簽核人姓名 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"fMid": 1,
"簽核人姓名": "sample string 2"
},
{
"fMid": 1,
"簽核人姓名": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOf請假簽核人 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models">
<請假簽核人>
<fMid>1</fMid>
<簽核人姓名>sample string 2</簽核人姓名>
</請假簽核人>
<請假簽核人>
<fMid>1</fMid>
<簽核人姓名>sample string 2</簽核人姓名>
</請假簽核人>
</ArrayOf請假簽核人>