POST CustomerDetails/addCustomer

Request Information

URI Parameters

None.

Body Parameters

DaoCustomerDetails
NameDescriptionTypeAdditional information
ClientId

integer

None.

CustomerName

string

None.

CustomerRole

string

None.

CustomerEmailId

string

None.

UserName

string

None.

CustomerType

string

None.

CustomerURL

string

None.

Password

string

None.

FTPType

string

None.

FTPServer

string

None.

FTPPort

string

None.

FTPUserName

string

None.

FTPPassword

string

None.

ApiKey

string

None.

ApiValue

string

None.

Rights

string

None.

Status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": 1,
  "CustomerName": "sample string 2",
  "CustomerRole": "sample string 3",
  "CustomerEmailId": "sample string 4",
  "UserName": "sample string 5",
  "CustomerType": "sample string 6",
  "CustomerURL": "sample string 7",
  "Password": "sample string 8",
  "FTPType": "sample string 9",
  "FTPServer": "sample string 10",
  "FTPPort": "sample string 11",
  "FTPUserName": "sample string 12",
  "FTPPassword": "sample string 13",
  "ApiKey": "sample string 14",
  "ApiValue": "sample string 15",
  "Rights": "sample string 16",
  "Status": true
}

application/xml, text/xml

Sample:
<DaoCustomerDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dao">
  <ApiKey>sample string 14</ApiKey>
  <ApiValue>sample string 15</ApiValue>
  <ClientId>1</ClientId>
  <CustomerEmailId>sample string 4</CustomerEmailId>
  <CustomerName>sample string 2</CustomerName>
  <CustomerRole>sample string 3</CustomerRole>
  <CustomerType>sample string 6</CustomerType>
  <CustomerURL>sample string 7</CustomerURL>
  <FTPPassword>sample string 13</FTPPassword>
  <FTPPort>sample string 11</FTPPort>
  <FTPServer>sample string 10</FTPServer>
  <FTPType>sample string 9</FTPType>
  <FTPUserName>sample string 12</FTPUserName>
  <Password>sample string 8</Password>
  <Rights>sample string 16</Rights>
  <Status>true</Status>
  <UserName>sample string 5</UserName>
</DaoCustomerDetails>

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.