POST api/Credit/CustomerCreditLine

Request Information

URI Parameters

None.

Body Parameters

CreditLineOrder_Par
NameDescriptionTypeAdditional information
RecordId

string

None.

CreditLine

decimal number

None.

CreditRate

decimal number

None.

CreditRepayment

string

None.

AgencyFee

decimal number

None.

CreditLineStatus

integer

None.

CreditLineReason

string

None.

AuditStatus

integer

None.

ProductId

string

None.

SignaturePath

string

None.

AgreementPath

string

None.

SnapshotList

Collection of string

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:
{
  "RecordId": "sample string 1",
  "CreditLine": 1.0,
  "CreditRate": 1.0,
  "CreditRepayment": "sample string 2",
  "AgencyFee": 3.0,
  "CreditLineStatus": 4,
  "CreditLineReason": "sample string 5",
  "AuditStatus": 1,
  "ProductId": "sample string 6",
  "SignaturePath": "sample string 7",
  "AgreementPath": "sample string 8",
  "SnapshotList": [
    "sample string 1",
    "sample string 2"
  ],
  "Token": "sample string 9",
  "OpenId": "sample string 10",
  "UserId": "sample string 11",
  "OpenMobile": "sample string 12",
  "Keyword": "sample string 13",
  "AreaName": "sample string 14",
  "EnvVersion": "sample string 15"
}

application/xml, text/xml

Sample:
<CreditLineOrder_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 14</AreaName>
  <EnvVersion xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 15</EnvVersion>
  <Keyword xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 13</Keyword>
  <OpenId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 10</OpenId>
  <OpenMobile xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 12</OpenMobile>
  <Token xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 9</Token>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 11</UserId>
  <AgencyFee>3</AgencyFee>
  <AgreementPath>sample string 8</AgreementPath>
  <AuditStatus>1</AuditStatus>
  <CreditLine>1</CreditLine>
  <CreditLineReason>sample string 5</CreditLineReason>
  <CreditLineStatus>4</CreditLineStatus>
  <CreditRate>1</CreditRate>
  <CreditRepayment>sample string 2</CreditRepayment>
  <ProductId>sample string 6</ProductId>
  <RecordId>sample string 1</RecordId>
  <SignaturePath>sample string 7</SignaturePath>
  <SnapshotList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SnapshotList>
</CreditLineOrder_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 'CreditLineOrder_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>