POST api/admin/clients/{clientID}/customers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

string

Required

Body Parameters

FusionCustomer
NameDescriptionTypeAdditional information
customerID

string

None.

credentials

LOSCredentials

None.

Request Formats

application/json, text/json

Sample:
{
  "customerID": "sample string 1",
  "credentials": {
    "userName": "sample string 1",
    "password": "sample string 2",
    "loanOriginationSystem": 0,
    "url": "sample string 3",
    "sdkKey": "sample string 4",
    "isEarlyAdopter": true,
    "nextGenClientID": "sample string 6",
    "nextGenClientSecret": "sample string 7",
    "nextGenInstance": "sample string 8",
    "passwordHash": "sample string 9",
    "databaseName": "sample string 10",
    "pcLenderClientID": "sample string 11",
    "pcLenderClientPassword": "sample string 12",
    "pcLenderClientSecret": "sample string 13",
    "pcLenderAppNonce": "sample string 14",
    "hardcodedValue": "sample string 15",
    "apiVersion": "sample string 16",
    "isUAT": true
  }
}

application/xml, text/xml

Sample:
<FusionCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Rest.Fusion.Common.Models">
  <credentials>
    <apiVersion>sample string 16</apiVersion>
    <databaseName>sample string 10</databaseName>
    <hardcodedValue>sample string 15</hardcodedValue>
    <isEarlyAdopter>true</isEarlyAdopter>
    <isUAT>true</isUAT>
    <loanOriginationSystem>EncompassSmartClient</loanOriginationSystem>
    <nextGenClientID>sample string 6</nextGenClientID>
    <nextGenClientSecret>sample string 7</nextGenClientSecret>
    <nextGenInstance>sample string 8</nextGenInstance>
    <password>sample string 2</password>
    <passwordHash>sample string 9</passwordHash>
    <pcLenderAppNonce>sample string 14</pcLenderAppNonce>
    <pcLenderClientID>sample string 11</pcLenderClientID>
    <pcLenderClientPassword>sample string 12</pcLenderClientPassword>
    <pcLenderClientSecret>sample string 13</pcLenderClientSecret>
    <sdkKey>sample string 4</sdkKey>
    <url>sample string 3</url>
    <userName>sample string 1</userName>
  </credentials>
  <customerID>sample string 1</customerID>
</FusionCustomer>

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.