POST api/DeleteAccount
Hr帐户删除
Request Information
URI Parameters
None.
Body Parameters
DeleteAccountName | Description | Type | Additional information |
---|---|---|---|
LOGON_NAME |
登录名 |
string |
None. |
UPDATED_STAFF_ID |
EHR修改人id |
string |
None. |
UPDATED_DT |
修改时间 |
date |
None. |
Request Formats
application/json, text/json
示例:
{ "logoN_NAME": "sample string 1", "updateD_STAFF_ID": "sample string 2", "updateD_DT": "2025-04-08T14:18:58.0394956+08:00" }
application/xml, text/xml
示例:
<DeleteAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Hr"> <LOGON_NAME>sample string 1</LOGON_NAME> <UPDATED_DT>2025-04-08T14:18:58.0394956+08:00</UPDATED_DT> <UPDATED_STAFF_ID>sample string 2</UPDATED_STAFF_ID> </DeleteAccount>
application/x-www-form-urlencoded
示例:
Sample not available.
Response Information
Resource Description
DeleteAccountResponseName | Description | Type | Additional information |
---|---|---|---|
RETURN_CODE |
返回状态码 0000:操作成功 1001:操作失败 2999:其他异常 |
string |
None. |
RETURN_MESSAGE |
返回原因 原因描述 |
string |
None. |
UPDATED_DT |
返回删除时间 yyyy-MM-dd HH:mm:ss |
string |
None. |
Response Formats
application/json, text/json
示例:
{ "returN_CODE": "sample string 1", "returN_MESSAGE": "sample string 2", "updateD_DT": "sample string 3" }
application/xml, text/xml
示例:
<DeleteAccountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Hr"> <RETURN_CODE>sample string 1</RETURN_CODE> <RETURN_MESSAGE>sample string 2</RETURN_MESSAGE> <UPDATED_DT>sample string 3</UPDATED_DT> </DeleteAccountResponse>