工商服务-更新服务进度
None.
Name | Description | Type | Additional information |
---|---|---|---|
CustId |
客户ID |
integer |
None. |
ServiceId |
服务ID |
integer |
None. |
TaskNo |
服务进度序号 |
integer |
None. |
Content |
服务进度内容 |
string |
None. |
Progress |
服务进度 |
ServiceProgressEnums |
None. |
{ "CustId": 1, "ServiceId": 2, "TaskNo": 3, "Content": "sample string 4", "Progress": 1010 }
<UpdateProgressPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.IndustryAndCommerce.Models.App"> <Content>sample string 4</Content> <CustId>1</CustId> <Progress>Inprogress</Progress> <ServiceId>2</ServiceId> <TaskNo>3</TaskNo> </UpdateProgressPara>
Sample not available.
工商服务-更新服务进度
None.