暂无描述
开发中
/oa/processManagement/travelApply
POST
json
{
"businessTrip": "",
"businessTripLocation": "",
"departureTime": "",
"timeOfReturn": "",
"transportations": "",
"trafficExpense": "",
"foodAllowance": "",
"accommodationFee": "",
"cityTransportationFee": "",
"formId": "",
}
| 参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
|---|---|---|---|---|
| businessTrip | - | String | 是 | 出差事由 |
| businessTripLocation | - | String | 是 | 出差地点 |
| departureTime | - | DateTime | 是 | 出发时间 |
| timeOfReturn | - | DateTime | 是 | 返回时间 |
| transportations | - | String | 是 | 交通工具 |
| trafficExpense | - | Double | 是 | 交通费 |
| foodAllowance | - | Double | 是 | 伙食费补助 |
| accommodationFee | - | Double | 是 | 住宿费 |
| cityTransportationFee | - | Double | 是 | 市内交通费 |
| formId | - | String | 是 | 表单标识 |
暂无预执行脚本
暂无后执行脚本
{
"code": 0,
"count": 0,
"language": "",
"msg": "",
"pageCount": 0,
"success": false
}
| 参数名 | 示例值 | 参数类型 | 参数描述 |
|---|---|---|---|
| code | - | Number | |
| count | - | Number | |
| language | - | Object | |
| msg | - | Object | 返回文字描述 |
| pageCount | - | Number | |
| success | - | - | 成功响应 |
暂无描述
开发中
/oa/processManagement/goOutApply
POST
json
{
"whereabouts": "",
"departureTime": "",
"timeOfReturn": "",
"days": "",
"applyReason": "",
"phone": "",
"outOfOfficeAddress": "",
"handoverPerson": "",
"handoverPersonPhone": "",
"handoverPersonPost": ""
}
| 参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
|---|---|---|---|---|
| whereabouts | - | Object | 是 | 去向 |
| departureTime | - | DateTime | 是 | 出发时间 |
| timeOfReturn | - | DateTime | 是 | 返回时间 |
| days | - | Number | 是 | 共计天数 |
| applyReason | - | String | 是 | 申请理由 |
| phone | - | String | 是 | 电话 |
| outOfOfficeAddress | - | String | 是 | 外出地址 |
| handoverPerson | - | String | 是 | 交接人 |
| handoverPersonPhone | - | String | 是 | 交接人电话 |
| handoverPersonPost | - | String | 是 | 交接人职务 |
暂无预执行脚本
暂无后执行脚本
{
"code": 0,
"count": 0,
"language": "",
"msg": "",
"pageCount": 0,
"success": false
}
| 参数名 | 示例值 | 参数类型 | 参数描述 |
|---|---|---|---|
| code | - | Number | |
| count | - | Number | |
| language | - | Object | |
| msg | - | Object | 返回文字描述 |
| pageCount | - | Number | |
| success | - | - | 成功响应 |
暂无描述
开发中
/oa/processManagement/aircraftApply
POST
json
{
"notificationTime": "",
"applyReason": "",
"destination": "",
"ticketAmount": "",
"remarks": ""
}
| 参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
|---|---|---|---|---|
| notificationTime | - | Date | 是 | 接到通知时间 |
| applyReason | - | String | 是 | 申请理由 |
| destination | - | String | 是 | 目的地 |
| ticketAmount | - | Double | 是 | 机票金额 |
| remarks | - | String | 是 | 备注 |
暂无预执行脚本
暂无后执行脚本
{
"code": 0,
"count": 0,
"language": "",
"msg": "",
"pageCount": 0,
"success": false
}
| 参数名 | 示例值 | 参数类型 | 参数描述 |
|---|---|---|---|
| code | - | Number | |
| count | - | Number | |
| language | - | Object | |
| msg | - | Object | 返回文字描述 |
| pageCount | - | Number | |
| success | - | - | 成功响应 |