POST api/Credit/AddEnterpriseInfo

Request Information

URI Parameters

None.

Body Parameters

Credit_EnterpriseInfo
NameDescriptionTypeAdditional information
enterpriseInfoId

string

None.

uniscId

string

None.

enterpriseName

string

None.

mobile

string

None.

enterpriseType

string

None.

loanAmount

decimal number

None.

maturity

string

None.

annualTurnover

decimal number

None.

annualTax

decimal number

None.

annualInvoice

decimal number

None.

totalAssets

decimal number

None.

isHighTech

string

None.

isPatent

string

None.

debtAmount

decimal number

None.

realizableAmount

decimal number

None.

isGuarantee

string

None.

isMortgage

string

None.

isDishonesty

string

None.

isPenalty

string

None.

isException

string

None.

organService

string

None.

reportImagePath

string

None.

reportPdfPath

string

None.

updateDate

date

None.

createTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "enterpriseInfoId": "sample string 1",
  "uniscId": "sample string 2",
  "enterpriseName": "sample string 3",
  "mobile": "sample string 4",
  "enterpriseType": "sample string 5",
  "loanAmount": 6.0,
  "maturity": "sample string 7",
  "annualTurnover": 8.0,
  "annualTax": 9.0,
  "annualInvoice": 10.0,
  "totalAssets": 11.0,
  "isHighTech": "sample string 12",
  "isPatent": "sample string 13",
  "debtAmount": 14.0,
  "realizableAmount": 15.0,
  "isGuarantee": "sample string 16",
  "isMortgage": "sample string 17",
  "isDishonesty": "sample string 18",
  "isPenalty": "sample string 19",
  "isException": "sample string 20",
  "organService": "sample string 21",
  "reportImagePath": "sample string 22",
  "reportPdfPath": "sample string 23",
  "updateDate": "2025-12-17T11:16:53.6894582+08:00",
  "createTime": "2025-12-17T11:16:53.6894582+08:00"
}

application/xml, text/xml

Sample:
<Credit_EnterpriseInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.Entity">
  <annualInvoice>10</annualInvoice>
  <annualTax>9</annualTax>
  <annualTurnover>8</annualTurnover>
  <createTime>2025-12-17T11:16:53.6894582+08:00</createTime>
  <debtAmount>14</debtAmount>
  <enterpriseInfoId>sample string 1</enterpriseInfoId>
  <enterpriseName>sample string 3</enterpriseName>
  <enterpriseType>sample string 5</enterpriseType>
  <isDishonesty>sample string 18</isDishonesty>
  <isException>sample string 20</isException>
  <isGuarantee>sample string 16</isGuarantee>
  <isHighTech>sample string 12</isHighTech>
  <isMortgage>sample string 17</isMortgage>
  <isPatent>sample string 13</isPatent>
  <isPenalty>sample string 19</isPenalty>
  <loanAmount>6</loanAmount>
  <maturity>sample string 7</maturity>
  <mobile>sample string 4</mobile>
  <organService>sample string 21</organService>
  <realizableAmount>15</realizableAmount>
  <reportImagePath>sample string 22</reportImagePath>
  <reportPdfPath>sample string 23</reportPdfPath>
  <totalAssets>11</totalAssets>
  <uniscId>sample string 2</uniscId>
  <updateDate>2025-12-17T11:16:53.6894582+08:00</updateDate>
</Credit_EnterpriseInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Credit_EnterpriseInfo'.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

errMsg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "errMsg": "sample string 3",
  "data": {}
}

application/xml, text/xml

Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">
  <code>1</code>
  <data />
  <errMsg>sample string 3</errMsg>
  <msg>sample string 2</msg>
</ApiResult>