POST api/Account

Request Information

URI Parameters

None.

Body Parameters

LoginApiModel
NameDescriptionTypeAdditional information
CustomerDBName

string

None.

UserName

string

None.

Password

string

None.

ImportSource

string

None.

Server

string

None.

Server2Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerDBName": "sample string 1",
  "UserName": "sample string 2",
  "Password": "sample string 3",
  "ImportSource": "sample string 4",
  "Server": "sample string 5",
  "Server2Url": "sample string 6"
}

application/xml, text/xml

Sample:
<LoginApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalTrigger.Domain.ApiModels">
  <CustomerDBName>sample string 1</CustomerDBName>
  <ImportSource>sample string 4</ImportSource>
  <Password>sample string 3</Password>
  <Server>sample string 5</Server>
  <Server2Url>sample string 6</Server2Url>
  <UserName>sample string 2</UserName>
</LoginApiModel>

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.