POST dz_api/ICService/AddIcDocument

工商服务-新增资料

Request Information

URI Parameters

None.

Body Parameters

AddIcDocumentPara
NameDescriptionTypeAdditional information
CustId

客户ID

integer

None.

ServiceId

服务ID

integer

None.

DocType

服务文档类型

ICServiceDocumentEnums

None.

Content

服务文档内容

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<AddIcDocumentPara 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>
  <DocType>RequiredDocument</DocType>
  <ServiceId>2</ServiceId>
</AddIcDocumentPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

工商服务-新增资料

None.