POST request/Company/experian/commercial/credit

Request Information

URI Parameters

None.

Body Parameters

ExperianCommercialcreditBindingModel
NameDescriptionTypeAdditional information
CustomerId

integer

Required

SupplierId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "supplierId": 1
}

text/html

Sample:
{"customerId":1,"supplierId":1}

application/xml, text/xml

Sample:
<ExperianCommercialcreditBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Domain.Default.CreditSafe.CreditSafe.Models.Experian.CommercialCrditAPI">
  <CustomerId>1</CustomerId>
  <SupplierId>1</SupplierId>
</ExperianCommercialcreditBindingModel>

Response Information

Resource Description

ExpcommercialRegCompanyResponse
NameDescriptionTypeAdditional information
AcceptableBuyerCreditRanking

integer

None.

DecisionDetails

CommercialDelphi

None.

IsCustomerCreditEligible

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "decisionDetails": {
    "commDelphiScore": "sample string 1",
    "commDelphiBand": "sample string 2",
    "stabilityOdds": "sample string 3",
    "overrideIndicator": "sample string 4",
    "commDelphiBandText": "sample string 5",
    "creditRating": "sample string 6",
    "creditRatingOverrideIndicator": "sample string 7",
    "creditLimit": "sample string 8",
    "creditLimitOverrideIndicator": "sample string 9",
    "parentIndicator": "sample string 10",
    "conclusionText": "sample string 11",
    "creditTextOverrideIndicator": "sample string 12"
  },
  "isCustomerCreditEligible": true,
  "acceptableBuyerCreditRanking": 1
}

text/html

Sample:
{"decisionDetails":{"commDelphiScore":"sample string 1","commDelphiBand":"sample string 2","stabilityOdds":"sample string 3","overrideIndicator":"sample string 4","commDelphiBandText":"sample string 5","creditRating":"sample string 6","creditRatingOverrideIndicator":"sample string 7","creditLimit":"sample string 8","creditLimitOverrideIndicator":"sample string 9","parentIndicator":"sample string 10","conclusionText":"sample string 11","creditTextOverrideIndicator":"sample string 12"},"isCustomerCreditEligible":true,"acceptableBuyerCreditRanking":1}

application/xml, text/xml

Sample:
<ExpcommercialRegCompanyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Domain.Default.CreditSafe.CreditSafe.Models.Experian.CommercialCrditAPI">
  <AcceptableBuyerCreditRanking>1</AcceptableBuyerCreditRanking>
  <DecisionDetails>
    <CommDelphiBand>sample string 2</CommDelphiBand>
    <CommDelphiBandText>sample string 5</CommDelphiBandText>
    <CommDelphiScore>sample string 1</CommDelphiScore>
    <ConclusionText>sample string 11</ConclusionText>
    <CreditLimit>sample string 8</CreditLimit>
    <CreditLimitOverrideIndicator>sample string 9</CreditLimitOverrideIndicator>
    <CreditRating>sample string 6</CreditRating>
    <CreditRatingOverrideIndicator>sample string 7</CreditRatingOverrideIndicator>
    <CreditTextOverrideIndicator>sample string 12</CreditTextOverrideIndicator>
    <OverrideIndicator>sample string 4</OverrideIndicator>
    <ParentIndicator>sample string 10</ParentIndicator>
    <StabilityOdds>sample string 3</StabilityOdds>
  </DecisionDetails>
  <IsCustomerCreditEligible>true</IsCustomerCreditEligible>
</ExpcommercialRegCompanyResponse>