POST Api/Login/CompanyLogin

Request Information

URI Parameters

None.

Body Parameters

Login
NameDescriptionTypeAdditional information
UserName

string

None.

Password

string

None.

Email

string

None.

CompanyName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2",
  "Email": "sample string 3",
  "CompanyName": "sample string 4"
}

application/xml, text/xml

Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <CompanyName>sample string 4</CompanyName>
  <Email>sample string 3</Email>
  <Password>sample string 2</Password>
  <UserName>sample string 1</UserName>
</Login>

multipart/form-data

Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><CompanyName>sample string 4</CompanyName><Email>sample string 3</Email><Password>sample string 2</Password><UserName>sample string 1</UserName></Login>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CompanyReturn
NameDescriptionTypeAdditional information
CompanyMessage

string

None.

Colour_2

string

None.

Date

date

None.

Partner_Id

integer

None.

Logo

string

None.

CompanyCountry

string

None.

CompanyContact

string

None.

CompanyPhone

string

None.

CompanyAddress

string

None.

CompanyIndustry

string

None.

CompanyZip

string

None.

CompanyState

string

None.

CompanyPageUrl

string

None.

comingSoon

boolean

None.

FirstName

string

None.

LastName

string

None.

companyStatus

boolean

None.

CompanyDomain

string

None.

CompanyCredits

integer

None.

colour1

string

None.

colour2

string

None.

companyPageModel

CompanyPageModel

None.

Id

integer

None.

LogoPath

string

None.

CompanyName

string

None.

AccessToken

string

None.

Message

string

None.

ExceptionMessage

string

None.

CompanyEmail

string

None.

viewId

string

None.

PasswordSalt

string

None.

PasswordHash

string

None.

isDeleted

boolean

None.

logoDetails

CompanyLogoUpload

None.

companyDetails

Collection of CompanyReturn

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

multipart/form-data

Sample:

Sample not available.