POST v1/ss_application/ApplyReplaceCardV2
Request Information
URI Parameters
None.
Body Parameters
ApplyReplaceCardReq| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | integer |
None. |
|
| userid | integer |
None. |
|
| abnormal_shift_time | string |
None. |
|
| abnormal_shift_type | integer |
None. |
|
| abnormal_status | integer |
None. |
|
| replace_card_time | string |
None. |
|
| remark | string |
None. |
|
| approver_id | integer |
None. |
|
| copy_id | string |
None. |
|
| imgurl | string |
None. |
|
| processid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cid": 1,
"userid": 2,
"abnormal_shift_time": "sample string 3",
"abnormal_shift_type": 4,
"abnormal_status": 5,
"replace_card_time": "sample string 6",
"remark": "sample string 7",
"approver_id": 8,
"copy_id": "sample string 9",
"imgurl": "sample string 10",
"processid": 11
}
application/xml, text/xml
Sample:
<ApplyReplaceCardReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qy.api.Models.Request"> <abnormal_shift_time>sample string 3</abnormal_shift_time> <abnormal_shift_type>4</abnormal_shift_type> <abnormal_status>5</abnormal_status> <approver_id>8</approver_id> <cid>1</cid> <copy_id>sample string 9</copy_id> <imgurl>sample string 10</imgurl> <processid>11</processid> <remark>sample string 7</remark> <replace_card_time>sample string 6</replace_card_time> <userid>2</userid> </ApplyReplaceCardReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.