工商服务-导出工商服务信息
None.
Name | Description | Type | Additional information |
---|---|---|---|
Status |
服务状态 |
integer |
None. |
ServiceType |
服务类型 |
integer |
None. |
ServiceId |
服务ID |
integer |
None. |
SelectServiceIds |
服务ID(前端勾选的记录,为导出) |
Collection of integer |
None. |
Cust |
客户名称或者编码 |
string |
None. |
CustId |
客户ID |
integer |
None. |
CustIds |
客户ID(是计算得到的,请不要赋值) |
Collection of integer |
None. |
ServiceIds |
服务ID(是计算得到的,请不要赋值) |
Collection of integer |
None. |
Progress |
进度 |
integer |
None. |
ICCustManager |
客户经理(工商) |
integer |
None. |
Executor |
执行人(工商) |
integer |
None. |
UserTaxType |
客户纳税性质 |
integer |
None. |
From |
0:在代账管理页面过滤服务,1:根据工作量分析报表的数字过滤服务,2,根据员工进度报表的数字过滤服务 |
integer |
None. |
WorkloadConditions |
工作量分析过滤条件 |
WorkloadConditions |
None. |
ScheduleConditions |
员工进度表过滤条件 |
EmployeeScheduleConditions |
None. |
PageIndex |
页码 |
integer |
None. |
PageSize |
每页记录数 |
integer |
None. |
IsSupperAdmin | boolean |
None. |
|
AssignListForIC | Collection of AssignTaskSimple |
None. |
{ "Status": 1, "ServiceType": 2, "ServiceId": 3, "SelectServiceIds": [ 1, 2 ], "Cust": "sample string 4", "CustId": 5, "CustIds": [ 1, 2 ], "ServiceIds": [ 1, 2 ], "Progress": 6, "ICCustManager": 7, "Executor": 8, "UserTaxType": 9, "From": 10, "WorkloadConditions": { "YearMonth": "2025-04-04T19:24:07.4556832+08:00", "Role": 1001, "EmployeeId": 2, "TaxAmountType": 3, "UserTaxType": 4 }, "ScheduleConditions": { "YearMonth": "2025-04-04T19:24:07.4556832+08:00", "Role": 1001, "EmployeeId": 2, "InvoiceComplated": 3, "TaxComplated": 4, "AccComplated": 5, "ICComplated": 6, "IsAssignedAttendant": true }, "PageIndex": 11, "PageSize": 12, "IsSupperAdmin": true, "AssignListForIC": [ { "ServiceId": 1, "CustomerId": 2, "ServiceClass": 1001, "Executor": 3 }, { "ServiceId": 1, "CustomerId": 2, "ServiceClass": 1001, "Executor": 3 } ] }
<ICServiceSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.IC"> <AssignListForIC xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model"> <d2p1:AssignTaskSimple> <d2p1:CustomerId>2</d2p1:CustomerId> <d2p1:Executor>3</d2p1:Executor> <d2p1:ServiceClass>AcountingAgent</d2p1:ServiceClass> <d2p1:ServiceId>1</d2p1:ServiceId> </d2p1:AssignTaskSimple> <d2p1:AssignTaskSimple> <d2p1:CustomerId>2</d2p1:CustomerId> <d2p1:Executor>3</d2p1:Executor> <d2p1:ServiceClass>AcountingAgent</d2p1:ServiceClass> <d2p1:ServiceId>1</d2p1:ServiceId> </d2p1:AssignTaskSimple> </AssignListForIC> <Cust>sample string 4</Cust> <CustId>5</CustId> <CustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </CustIds> <Executor>8</Executor> <From>10</From> <ICCustManager>7</ICCustManager> <IsSupperAdmin>true</IsSupperAdmin> <PageIndex>11</PageIndex> <PageSize>12</PageSize> <Progress>6</Progress> <ScheduleConditions xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.ServiceModel"> <d2p1:AccComplated>5</d2p1:AccComplated> <d2p1:EmployeeId>2</d2p1:EmployeeId> <d2p1:ICComplated>6</d2p1:ICComplated> <d2p1:InvoiceComplated>3</d2p1:InvoiceComplated> <d2p1:IsAssignedAttendant>true</d2p1:IsAssignedAttendant> <d2p1:Role>CustManager</d2p1:Role> <d2p1:TaxComplated>4</d2p1:TaxComplated> <d2p1:YearMonth>2025-04-04T19:24:07.4556832+08:00</d2p1:YearMonth> </ScheduleConditions> <SelectServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SelectServiceIds> <ServiceId>3</ServiceId> <ServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ServiceIds> <ServiceType>2</ServiceType> <Status>1</Status> <UserTaxType>9</UserTaxType> <WorkloadConditions xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.ServiceModel"> <d2p1:EmployeeId>2</d2p1:EmployeeId> <d2p1:Role>CustManager</d2p1:Role> <d2p1:TaxAmountType>3</d2p1:TaxAmountType> <d2p1:UserTaxType>4</d2p1:UserTaxType> <d2p1:YearMonth>2025-04-04T19:24:07.4556832+08:00</d2p1:YearMonth> </WorkloadConditions> </ICServiceSearchConditions>
Sample not available.
工商服务-导出工商服务信息
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |