GET api/Account/RequiredRegisterFields

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CompanyRequiredRegisterFieldsViewModel
NameDescriptionTypeAdditional information
Name

boolean

None.

Address

boolean

None.

Telephone

boolean

None.

Email

boolean

None.

CountryId

boolean

None.

EmployeeRangeId

boolean

None.

BranchRangeId

boolean

None.

RevenueRangeId

boolean

None.

TradelicenseNbr

boolean

None.

ImageContent

boolean

None.

IATANbr

boolean

None.

AssociationNumber

boolean

None.

CurrencyId

boolean

None.

CompanyBusiness

boolean

None.

ImageName

boolean

None.

User

RequiredRegisterFieldsViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": true,
  "Address": true,
  "Telephone": true,
  "Email": true,
  "CountryId": true,
  "EmployeeRangeId": true,
  "BranchRangeId": true,
  "RevenueRangeId": true,
  "TradelicenseNbr": true,
  "ImageContent": true,
  "IATANbr": true,
  "AssociationNumber": true,
  "CurrencyId": true,
  "CompanyBusiness": true,
  "ImageName": true,
  "User": {
    "Email": true,
    "Username": true,
    "Firstname": true,
    "Lastname": true,
    "Address": true,
    "CountryId": true,
    "Telephone": true,
    "Password": true,
    "ConfirmPassword": true
  }
}

application/xml, text/xml

Sample:
<CompanyRequiredRegisterFieldsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO">
  <Address>true</Address>
  <AssociationNumber>true</AssociationNumber>
  <BranchRangeId>true</BranchRangeId>
  <CompanyBusiness>true</CompanyBusiness>
  <CountryId>true</CountryId>
  <CurrencyId>true</CurrencyId>
  <Email>true</Email>
  <EmployeeRangeId>true</EmployeeRangeId>
  <IATANbr>true</IATANbr>
  <ImageContent>true</ImageContent>
  <ImageName>true</ImageName>
  <Name>true</Name>
  <RevenueRangeId>true</RevenueRangeId>
  <Telephone>true</Telephone>
  <TradelicenseNbr>true</TradelicenseNbr>
  <User>
    <Address>true</Address>
    <ConfirmPassword>true</ConfirmPassword>
    <CountryId>true</CountryId>
    <Email>true</Email>
    <Firstname>true</Firstname>
    <Lastname>true</Lastname>
    <Password>true</Password>
    <Telephone>true</Telephone>
    <Username>true</Username>
  </User>
</CompanyRequiredRegisterFieldsViewModel>