GET dz_api/ICService/GetIcServiceInfo?serviceId={serviceId}

工商服务-查询单个工商服务信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceId

服务ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

工商服务-查询单个工商服务信息

GetIcServiceInfoResult
NameDescriptionTypeAdditional information
CustId

客户ID

integer

None.

CustName

客户名称

string

None.

CustTaxTypeName

纳税性质

string

None.

ServiceTypeId

服务类型

integer

None.

ServiceTypeName

服务类型

string

None.

Progress

服务进度

integer

None.

ElapsedDays

服务耗时

integer

None.

CustManagerName

客户经理

string

None.

ExecuterName

执行人

string

None.

FinishedDateFmt

完成日期

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustId": 1,
  "CustName": "sample string 2",
  "CustTaxTypeName": "sample string 3",
  "ServiceTypeId": 4,
  "ServiceTypeName": "sample string 5",
  "Progress": 6,
  "ElapsedDays": 7,
  "CustManagerName": "sample string 8",
  "ExecuterName": "sample string 9",
  "FinishedDateFmt": "sample string 10"
}

application/xml, text/xml

Sample:
<GetIcServiceInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.IndustryAndCommerce.Models.App">
  <CustId>1</CustId>
  <CustManagerName>sample string 8</CustManagerName>
  <CustName>sample string 2</CustName>
  <CustTaxTypeName>sample string 3</CustTaxTypeName>
  <ElapsedDays>7</ElapsedDays>
  <ExecuterName>sample string 9</ExecuterName>
  <FinishedDateFmt>sample string 10</FinishedDateFmt>
  <Progress>6</Progress>
  <ServiceTypeId>4</ServiceTypeId>
  <ServiceTypeName>sample string 5</ServiceTypeName>
</GetIcServiceInfoResult>