POST dz_api/ICService/AddProgress

工商服务-新增服务进度

Request Information

URI Parameters

None.

Body Parameters

AddProgressPara
NameDescriptionTypeAdditional information
CustId

客户ID

integer

None.

ServiceId

服务ID

integer

None.

Content

服务文档内容

string

None.

Progress

服务进度

ServiceProgressEnums

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<AddProgressPara 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 3</Content>
  <CustId>1</CustId>
  <Progress>Inprogress</Progress>
  <ServiceId>2</ServiceId>
</AddProgressPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

工商服务-新增服务进度

None.