POST dz_api/ICManagement/InitData/{id}

工商服务-搜索工商服务

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

工商服务-搜索工商服务

ICServiceInfo
NameDescriptionTypeAdditional information
AaId

integer

None.

CustId

integer

None.

CustName

string

None.

ServiceId

integer

None.

ServiceTypeId

integer

None.

ServiceItem

integer

None.

ServiceClass

ServiceClassEnums

None.

SignedDate

date

None.

EndDate

date

None.

Status

ServiceStatusEnums

None.

FinishedDate

date

None.

Progress

ServiceProgressEnums

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

Documents

准备的资料

Collection of ServiceDocument

None.

Progresses

所有进度

Collection of ICServiceProgressInfo

None.

ResultDocs

服务成果

Collection of ServiceDocument

None.

Response Formats

application/json, text/json

Sample:
{
  "AaId": 1,
  "CustId": 2,
  "CustName": "sample string 3",
  "ServiceId": 4,
  "ServiceTypeId": 5,
  "ServiceItem": 6,
  "ServiceClass": 1001,
  "SignedDate": "2024-04-26T07:44:58.4979204+08:00",
  "EndDate": "2024-04-26T07:44:58.4979204+08:00",
  "Status": 1010,
  "FinishedDate": "0001-01-01T00:00:00",
  "Progress": 1010,
  "CreatedBy": 10,
  "CreatedDate": "2024-04-26T07:44:58.4979204+08:00",
  "ModifiedBy": 12,
  "ModifiedDate": "2024-04-26T07:44:58.4979204+08:00",
  "Documents": [
    {
      "AaId": 1,
      "CustId": 2,
      "ServiceId": 3,
      "DocId": 4,
      "DocType": 1010,
      "DocName": "sample string 5",
      "CreatedBy": 6,
      "CreatedDate": "2024-04-26T07:44:58.4979204+08:00",
      "ModifiedBy": 8,
      "ModifiedDate": "2024-04-26T07:44:58.4979204+08:00"
    },
    {
      "AaId": 1,
      "CustId": 2,
      "ServiceId": 3,
      "DocId": 4,
      "DocType": 1010,
      "DocName": "sample string 5",
      "CreatedBy": 6,
      "CreatedDate": "2024-04-26T07:44:58.4979204+08:00",
      "ModifiedBy": 8,
      "ModifiedDate": "2024-04-26T07:44:58.4979204+08:00"
    }
  ],
  "Progresses": [
    {
      "AaId": 1,
      "CustId": 2,
      "ServiceId": 3,
      "TaskNo": 4,
      "ItemName": "sample string 5",
      "Executor": 6,
      "Status": 1010,
      "ServiceTypeItemId": 7,
      "CreatedBy": 8,
      "CreatedDate": "2024-04-26T07:44:58.4979204+08:00",
      "ModifiedBy": 10,
      "ModifiedDate": "2024-04-26T07:44:58.4979204+08:00"
    },
    {
      "AaId": 1,
      "CustId": 2,
      "ServiceId": 3,
      "TaskNo": 4,
      "ItemName": "sample string 5",
      "Executor": 6,
      "Status": 1010,
      "ServiceTypeItemId": 7,
      "CreatedBy": 8,
      "CreatedDate": "2024-04-26T07:44:58.4979204+08:00",
      "ModifiedBy": 10,
      "ModifiedDate": "2024-04-26T07:44:58.4979204+08:00"
    }
  ],
  "ResultDocs": [
    {
      "AaId": 1,
      "CustId": 2,
      "ServiceId": 3,
      "DocId": 4,
      "DocType": 1010,
      "DocName": "sample string 5",
      "CreatedBy": 6,
      "CreatedDate": "2024-04-26T07:44:58.4979204+08:00",
      "ModifiedBy": 8,
      "ModifiedDate": "2024-04-26T07:44:58.4979204+08:00"
    },
    {
      "AaId": 1,
      "CustId": 2,
      "ServiceId": 3,
      "DocId": 4,
      "DocType": 1010,
      "DocName": "sample string 5",
      "CreatedBy": 6,
      "CreatedDate": "2024-04-26T07:44:58.4979204+08:00",
      "ModifiedBy": 8,
      "ModifiedDate": "2024-04-26T07:44:58.4979204+08:00"
    }
  ]
}

application/xml, text/xml

Sample:
<ICServiceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.IC">
  <AaId>1</AaId>
  <CreatedBy>10</CreatedBy>
  <CreatedDate>2024-04-26T07:44:58.4979204+08:00</CreatedDate>
  <CustId>2</CustId>
  <CustName>sample string 3</CustName>
  <Documents xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.DBModels">
    <d2p1:ServiceDocument>
      <d2p1:AaId>1</d2p1:AaId>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:CreatedDate>
      <d2p1:CustId>2</d2p1:CustId>
      <d2p1:DocId>4</d2p1:DocId>
      <d2p1:DocName>sample string 5</d2p1:DocName>
      <d2p1:DocType>RequiredDocument</d2p1:DocType>
      <d2p1:ModifiedBy>8</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:ModifiedDate>
      <d2p1:ServiceId>3</d2p1:ServiceId>
    </d2p1:ServiceDocument>
    <d2p1:ServiceDocument>
      <d2p1:AaId>1</d2p1:AaId>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:CreatedDate>
      <d2p1:CustId>2</d2p1:CustId>
      <d2p1:DocId>4</d2p1:DocId>
      <d2p1:DocName>sample string 5</d2p1:DocName>
      <d2p1:DocType>RequiredDocument</d2p1:DocType>
      <d2p1:ModifiedBy>8</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:ModifiedDate>
      <d2p1:ServiceId>3</d2p1:ServiceId>
    </d2p1:ServiceDocument>
  </Documents>
  <EndDate>2024-04-26T07:44:58.4979204+08:00</EndDate>
  <FinishedDate>0001-01-01T00:00:00</FinishedDate>
  <ModifiedBy>12</ModifiedBy>
  <ModifiedDate>2024-04-26T07:44:58.4979204+08:00</ModifiedDate>
  <Progress>Inprogress</Progress>
  <Progresses>
    <ICServiceProgressInfo>
      <AaId>1</AaId>
      <CreatedBy>8</CreatedBy>
      <CreatedDate>2024-04-26T07:44:58.4979204+08:00</CreatedDate>
      <CustId>2</CustId>
      <Executor>6</Executor>
      <ItemName>sample string 5</ItemName>
      <ModifiedBy>10</ModifiedBy>
      <ModifiedDate>2024-04-26T07:44:58.4979204+08:00</ModifiedDate>
      <ServiceId>3</ServiceId>
      <ServiceTypeItemId>7</ServiceTypeItemId>
      <Status>Inprogress</Status>
      <TaskNo>4</TaskNo>
    </ICServiceProgressInfo>
    <ICServiceProgressInfo>
      <AaId>1</AaId>
      <CreatedBy>8</CreatedBy>
      <CreatedDate>2024-04-26T07:44:58.4979204+08:00</CreatedDate>
      <CustId>2</CustId>
      <Executor>6</Executor>
      <ItemName>sample string 5</ItemName>
      <ModifiedBy>10</ModifiedBy>
      <ModifiedDate>2024-04-26T07:44:58.4979204+08:00</ModifiedDate>
      <ServiceId>3</ServiceId>
      <ServiceTypeItemId>7</ServiceTypeItemId>
      <Status>Inprogress</Status>
      <TaskNo>4</TaskNo>
    </ICServiceProgressInfo>
  </Progresses>
  <ResultDocs xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.DBModels">
    <d2p1:ServiceDocument>
      <d2p1:AaId>1</d2p1:AaId>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:CreatedDate>
      <d2p1:CustId>2</d2p1:CustId>
      <d2p1:DocId>4</d2p1:DocId>
      <d2p1:DocName>sample string 5</d2p1:DocName>
      <d2p1:DocType>RequiredDocument</d2p1:DocType>
      <d2p1:ModifiedBy>8</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:ModifiedDate>
      <d2p1:ServiceId>3</d2p1:ServiceId>
    </d2p1:ServiceDocument>
    <d2p1:ServiceDocument>
      <d2p1:AaId>1</d2p1:AaId>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:CreatedDate>
      <d2p1:CustId>2</d2p1:CustId>
      <d2p1:DocId>4</d2p1:DocId>
      <d2p1:DocName>sample string 5</d2p1:DocName>
      <d2p1:DocType>RequiredDocument</d2p1:DocType>
      <d2p1:ModifiedBy>8</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-04-26T07:44:58.4979204+08:00</d2p1:ModifiedDate>
      <d2p1:ServiceId>3</d2p1:ServiceId>
    </d2p1:ServiceDocument>
  </ResultDocs>
  <ServiceClass>AcountingAgent</ServiceClass>
  <ServiceId>4</ServiceId>
  <ServiceItem>6</ServiceItem>
  <ServiceTypeId>5</ServiceTypeId>
  <SignedDate>2024-04-26T07:44:58.4979204+08:00</SignedDate>
  <Status>Inprogress</Status>
</ICServiceInfo>