POST api/GetDataParsingDetialExList

Request Information

URI Parameters

None.

Body Parameters

EntGoldenFormExsource
NameDescriptionTypeAdditional information
ID

integer

None.

createUser

string

None.

updateTime

string

None.

preDecCusEcoRel

string

None.

acmpFormCodeName

string

None.

formSeqNo

string

None.

cusCiqNo

string

None.

acmpFormCode

string

None.

acmpFormName

string

None.

indbTime

string

None.

acmpFormNo

string

None.

updateUser

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "createUser": "sample string 2",
  "updateTime": "sample string 3",
  "preDecCusEcoRel": "sample string 4",
  "acmpFormCodeName": "sample string 5",
  "formSeqNo": "sample string 6",
  "cusCiqNo": "sample string 7",
  "acmpFormCode": "sample string 8",
  "acmpFormName": "sample string 9",
  "indbTime": "sample string 10",
  "acmpFormNo": "sample string 11",
  "updateUser": "sample string 12",
  "PageSize": 13,
  "PageIndex": 14,
  "TotalCount": 15
}

application/xml, text/xml

Sample:
<EntGoldenFormExsource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models.Fetch">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">14</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">13</PageSize>
  <TotalCount xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">15</TotalCount>
  <ID>1</ID>
  <acmpFormCode>sample string 8</acmpFormCode>
  <acmpFormCodeName>sample string 5</acmpFormCodeName>
  <acmpFormName>sample string 9</acmpFormName>
  <acmpFormNo>sample string 11</acmpFormNo>
  <createUser>sample string 2</createUser>
  <cusCiqNo>sample string 7</cusCiqNo>
  <formSeqNo>sample string 6</formSeqNo>
  <indbTime>sample string 10</indbTime>
  <preDecCusEcoRel>sample string 4</preDecCusEcoRel>
  <updateTime>sample string 3</updateTime>
  <updateUser>sample string 12</updateUser>
</EntGoldenFormExsource>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.