PATCH omsapi/PayStubs/Send
发送工资条列表
Request Information
URI Parameters
None.
Body Parameters
d=[IDs=[工资条ID集合,string,逗号分隔多个ID]]
UploadParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID StaffID |
integer |
None. |
| t |
全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密] |
string |
Required |
| d |
数据参数 加密(单点登陆除外) 不同API,参数格式不同 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"u": 1,
"t": "sample string 2",
"d": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
u=Value&t=Value&d=Value
Response Information
Resource Description
发送工资条列表
OmsApiPayStubsSendResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSucceed | boolean |
None. |
|
| Results | Collection of Item |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSucceed": true,
"Results": [
{
"ID": "sample string 1",
"IsSucceed": true,
"Remark": "sample string 3"
},
{
"ID": "sample string 1",
"IsSucceed": true,
"Remark": "sample string 3"
}
]
}