POST api/IndividualIncome/CheckUserInfoCollection?taskId={taskId}&salaryPeriod={salaryPeriod}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
taskId | integer |
Required |
|
salaryPeriod | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfDiffUserInfoCollectionOutputName | Description | Type | Additional information |
---|---|---|---|
State | ResponseState |
None. |
|
SubState | ResponseSubStateCode |
None. |
|
Data | DiffUserInfoCollectionOutput |
None. |
|
Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "state": 1000, "subState": 0, "data": { "status": 0, "message": "sample string 1", "diffEmployees": [ { "e_SN": 1, "e_NAME": "sample string 2", "e_TYPE_NAME": "sample string 3", "e_ID": "sample string 4", "enD_DATE": "2025-08-16 12:34:20" }, { "e_SN": 1, "e_NAME": "sample string 2", "e_TYPE_NAME": "sample string 3", "e_ID": "sample string 4", "enD_DATE": "2025-08-16 12:34:20" } ] }, "msg": "sample string 1" }
application/xml, text/xml
Sample:
<ResponseDataOfDiffUserInfoCollectionOutputqolWHFzt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.TaxDeclaration.Service.Models"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos.IndividualETax"> <d2p1:DiffEmployees> <d2p1:DiffUserInfoCollectionOutput.DiffEmployeeBean> <d2p1:END_DATE>2025-08-16T12:34:20.9134853+08:00</d2p1:END_DATE> <d2p1:E_ID>sample string 4</d2p1:E_ID> <d2p1:E_NAME>sample string 2</d2p1:E_NAME> <d2p1:E_SN>1</d2p1:E_SN> <d2p1:E_TYPE_NAME>sample string 3</d2p1:E_TYPE_NAME> </d2p1:DiffUserInfoCollectionOutput.DiffEmployeeBean> <d2p1:DiffUserInfoCollectionOutput.DiffEmployeeBean> <d2p1:END_DATE>2025-08-16T12:34:20.9134853+08:00</d2p1:END_DATE> <d2p1:E_ID>sample string 4</d2p1:E_ID> <d2p1:E_NAME>sample string 2</d2p1:E_NAME> <d2p1:E_SN>1</d2p1:E_SN> <d2p1:E_TYPE_NAME>sample string 3</d2p1:E_TYPE_NAME> </d2p1:DiffUserInfoCollectionOutput.DiffEmployeeBean> </d2p1:DiffEmployees> <d2p1:Message>sample string 1</d2p1:Message> <d2p1:Status>Processing</d2p1:Status> </Data> <Msg>sample string 1</Msg> <State>OK</State> <SubState>OK</SubState> </ResponseDataOfDiffUserInfoCollectionOutputqolWHFzt>