POST Client/SamlCompanyProperty

Get Company ID and Code based on URL

Request Information

URI Parameters

None.

Body Parameters

ParaLoginInfoCompany
NameDescriptionTypeAdditional information
Email

string

None.

Password

string

None.

CompanyId

integer

None.

CompanyCode

string

None.

AppType

string

None.

DeviceType

string

None.

CurVersion

string

None.

ParentCompanyCode

string

None.

IOSSerialNumber

string

None.

SerialNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Password": "sample string 2",
  "CompanyId": 3,
  "CompanyCode": "sample string 4",
  "AppType": "sample string 5",
  "DeviceType": "sample string 6",
  "CurVersion": "sample string 7",
  "ParentCompanyCode": "sample string 8",
  "IOSSerialNumber": "sample string 9",
  "SerialNumber": "sample string 10"
}

application/xml, text/xml

Sample:
<ParaLoginInfoCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <AppType>sample string 5</AppType>
  <CompanyCode>sample string 4</CompanyCode>
  <CompanyId>3</CompanyId>
  <CurVersion>sample string 7</CurVersion>
  <DeviceType>sample string 6</DeviceType>
  <Email>sample string 1</Email>
  <IOSSerialNumber>sample string 9</IOSSerialNumber>
  <ParentCompanyCode>sample string 8</ParentCompanyCode>
  <Password>sample string 2</Password>
  <SerialNumber>sample string 10</SerialNumber>
</ParaLoginInfoCompany>

Response Information

Resource Description

Collection of ResultSamlCompanyProperty
NameDescriptionTypeAdditional information
MobileLink

string

None.

MobileLinkStaging

string

None.

NeedMobileLinkShow

boolean

None.

NeedDisableGeneralLoginMethod

boolean

None.

AllowAutoCreateUser

boolean

None.

NeedGoToStaging

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MobileLink": "sample string 1",
    "MobileLinkStaging": "sample string 2",
    "NeedMobileLinkShow": true,
    "NeedDisableGeneralLoginMethod": true,
    "AllowAutoCreateUser": true,
    "NeedGoToStaging": true
  },
  {
    "MobileLink": "sample string 1",
    "MobileLinkStaging": "sample string 2",
    "NeedMobileLinkShow": true,
    "NeedDisableGeneralLoginMethod": true,
    "AllowAutoCreateUser": true,
    "NeedGoToStaging": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfResultSamlCompanyProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ResultSamlCompanyProperty>
    <AllowAutoCreateUser>true</AllowAutoCreateUser>
    <MobileLink>sample string 1</MobileLink>
    <MobileLinkStaging>sample string 2</MobileLinkStaging>
    <NeedDisableGeneralLoginMethod>true</NeedDisableGeneralLoginMethod>
    <NeedGoToStaging>true</NeedGoToStaging>
    <NeedMobileLinkShow>true</NeedMobileLinkShow>
  </ResultSamlCompanyProperty>
  <ResultSamlCompanyProperty>
    <AllowAutoCreateUser>true</AllowAutoCreateUser>
    <MobileLink>sample string 1</MobileLink>
    <MobileLinkStaging>sample string 2</MobileLinkStaging>
    <NeedDisableGeneralLoginMethod>true</NeedDisableGeneralLoginMethod>
    <NeedGoToStaging>true</NeedGoToStaging>
    <NeedMobileLinkShow>true</NeedMobileLinkShow>
  </ResultSamlCompanyProperty>
</ArrayOfResultSamlCompanyProperty>