POST api/Credit/CompanyRegister

Request Information

URI Parameters

None.

Body Parameters

CompanyRegister_Par
NameDescriptionTypeAdditional information
Mobile

string

None.

enterpriseName

string

None.

uniscId

string

None.

RealName

string

None.

IDCard

string

None.

ContractFilePath

string

None.

ContractImagePath

string

None.

amount

decimal number

None.

organId

integer

None.

loanRate

decimal number

None.

maturity

integer

None.

guaranteeMode

integer

None.

repaymentWays

integer

None.

downLoan

string

None.

county

string

None.

town

string

None.

AgreementSnapshotList

Collection of Credit_AgreementSnapshot

None.

Token

string

None.

OpenId

string

None.

UserId

string

None.

OpenMobile

string

None.

Keyword

string

None.

AreaName

string

None.

EnvVersion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mobile": "sample string 1",
  "enterpriseName": "sample string 2",
  "uniscId": "sample string 3",
  "RealName": "sample string 4",
  "IDCard": "sample string 5",
  "ContractFilePath": "sample string 6",
  "ContractImagePath": "sample string 7",
  "amount": 8.0,
  "organId": 9,
  "loanRate": 10.0,
  "maturity": 11,
  "guaranteeMode": 12,
  "repaymentWays": 13,
  "downLoan": "sample string 14",
  "county": "sample string 15",
  "town": "sample string 16",
  "AgreementSnapshotList": [
    {
      "AgreementSnapshotId": "sample string 1",
      "UserId": "sample string 2",
      "ImageSnapshot": "sample string 3",
      "ImageType": 1,
      "ImageSort": 1,
      "CreateDate": "2025-12-17T11:16:46.9480624+08:00"
    },
    {
      "AgreementSnapshotId": "sample string 1",
      "UserId": "sample string 2",
      "ImageSnapshot": "sample string 3",
      "ImageType": 1,
      "ImageSort": 1,
      "CreateDate": "2025-12-17T11:16:46.9480624+08:00"
    }
  ],
  "Token": "sample string 17",
  "OpenId": "sample string 18",
  "UserId": "sample string 19",
  "OpenMobile": "sample string 20",
  "Keyword": "sample string 21",
  "AreaName": "sample string 22",
  "EnvVersion": "sample string 23"
}

application/xml, text/xml

Sample:
<CompanyRegister_Par xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.Bank.ParameterModel">
  <AreaName xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 22</AreaName>
  <EnvVersion xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 23</EnvVersion>
  <Keyword xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 21</Keyword>
  <OpenId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 18</OpenId>
  <OpenMobile xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 20</OpenMobile>
  <Token xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 17</Token>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 19</UserId>
  <AgreementSnapshotList xmlns:d2p1="http://schemas.datacontract.org/2004/07/BPMS.Entity">
    <d2p1:Credit_AgreementSnapshot>
      <d2p1:AgreementSnapshotId>sample string 1</d2p1:AgreementSnapshotId>
      <d2p1:CreateDate>2025-12-17T11:16:46.9480624+08:00</d2p1:CreateDate>
      <d2p1:ImageSnapshot>sample string 3</d2p1:ImageSnapshot>
      <d2p1:ImageSort>1</d2p1:ImageSort>
      <d2p1:ImageType>1</d2p1:ImageType>
      <d2p1:UserId>sample string 2</d2p1:UserId>
    </d2p1:Credit_AgreementSnapshot>
    <d2p1:Credit_AgreementSnapshot>
      <d2p1:AgreementSnapshotId>sample string 1</d2p1:AgreementSnapshotId>
      <d2p1:CreateDate>2025-12-17T11:16:46.9480624+08:00</d2p1:CreateDate>
      <d2p1:ImageSnapshot>sample string 3</d2p1:ImageSnapshot>
      <d2p1:ImageSort>1</d2p1:ImageSort>
      <d2p1:ImageType>1</d2p1:ImageType>
      <d2p1:UserId>sample string 2</d2p1:UserId>
    </d2p1:Credit_AgreementSnapshot>
  </AgreementSnapshotList>
  <ContractFilePath>sample string 6</ContractFilePath>
  <ContractImagePath>sample string 7</ContractImagePath>
  <IDCard>sample string 5</IDCard>
  <Mobile>sample string 1</Mobile>
  <RealName>sample string 4</RealName>
  <amount>8</amount>
  <county>sample string 15</county>
  <downLoan>sample string 14</downLoan>
  <enterpriseName>sample string 2</enterpriseName>
  <guaranteeMode>12</guaranteeMode>
  <loanRate>10</loanRate>
  <maturity>11</maturity>
  <organId>9</organId>
  <repaymentWays>13</repaymentWays>
  <town>sample string 16</town>
  <uniscId>sample string 3</uniscId>
</CompanyRegister_Par>

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 'CompanyRegister_Par'.

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>