POST dz_api/ICService/UpdateProgress

工商服务-更新服务进度

Request Information

URI Parameters

None.

Body Parameters

UpdateProgressPara
NameDescriptionTypeAdditional information
CustId

客户ID

integer

None.

ServiceId

服务ID

integer

None.

TaskNo

服务进度序号

integer

None.

Content

服务进度内容

string

None.

Progress

服务进度

ServiceProgressEnums

None.

Request Formats

application/json, text/json

Sample:
{
  "CustId": 1,
  "ServiceId": 2,
  "TaskNo": 3,
  "Content": "sample string 4",
  "Progress": 1010
}

application/xml, text/xml

Sample:
<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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

工商服务-更新服务进度

None.