POST dz_api/IcServiceSettings/UpdateServiceProgress

更新工商服务明细

Request Information

URI Parameters

None.

Body Parameters

UpdateServiceProgressPara
NameDescriptionTypeAdditional information
ServiceItemListJson

string

None.

PlannedDays

integer

None.

ServiceTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceItemListJson": "sample string 1",
  "PlannedDays": 2,
  "ServiceTypeId": 3
}

application/xml, text/xml

Sample:
<UpdateServiceProgressPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Settings.Models">
  <PlannedDays>2</PlannedDays>
  <ServiceItemListJson>sample string 1</ServiceItemListJson>
  <ServiceTypeId>3</ServiceTypeId>
</UpdateServiceProgressPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

更新工商服务明细

MessageModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Msg

string

None.

Data

Object

None.

StatusCode

StatusCode

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Msg": "sample string 2",
  "Data": {},
  "StatusCode": 100
}

application/xml, text/xml

Sample:
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model">
  <Data />
  <Msg>sample string 2</Msg>
  <StatusCode>CONTINUE</StatusCode>
  <Success>true</Success>
</MessageModel>