GET api/crm/user/api/user/dropdown/list/company

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MstCompanyEntity
NameDescriptionTypeAdditional information
Id

integer

None.

Company

string

None.

Address

string

None.

ContactNumber

string

None.

TaxNumber

string

None.

ClosingDate

string

None.

IsQuickInventory

boolean

None.

IsLocked

boolean

None.

CreatedById

integer

None.

CreatedBy

string

None.

CreatedDateTime

string

None.

UpdatedById

integer

None.

UpdatedBy

string

None.

UpdatedDateTime

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Company": "sample string 2",
    "Address": "sample string 3",
    "ContactNumber": "sample string 4",
    "TaxNumber": "sample string 5",
    "ClosingDate": "sample string 6",
    "IsQuickInventory": true,
    "IsLocked": true,
    "CreatedById": 9,
    "CreatedBy": "sample string 10",
    "CreatedDateTime": "sample string 11",
    "UpdatedById": 12,
    "UpdatedBy": "sample string 13",
    "UpdatedDateTime": "sample string 14"
  },
  {
    "Id": 1,
    "Company": "sample string 2",
    "Address": "sample string 3",
    "ContactNumber": "sample string 4",
    "TaxNumber": "sample string 5",
    "ClosingDate": "sample string 6",
    "IsQuickInventory": true,
    "IsLocked": true,
    "CreatedById": 9,
    "CreatedBy": "sample string 10",
    "CreatedDateTime": "sample string 11",
    "UpdatedById": 12,
    "UpdatedBy": "sample string 13",
    "UpdatedDateTime": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMstCompanyEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/easyfiscrm_api.Entities">
  <MstCompanyEntity>
    <Address>sample string 3</Address>
    <ClosingDate>sample string 6</ClosingDate>
    <Company>sample string 2</Company>
    <ContactNumber>sample string 4</ContactNumber>
    <CreatedBy>sample string 10</CreatedBy>
    <CreatedById>9</CreatedById>
    <CreatedDateTime>sample string 11</CreatedDateTime>
    <Id>1</Id>
    <IsLocked>true</IsLocked>
    <IsQuickInventory>true</IsQuickInventory>
    <TaxNumber>sample string 5</TaxNumber>
    <UpdatedBy>sample string 13</UpdatedBy>
    <UpdatedById>12</UpdatedById>
    <UpdatedDateTime>sample string 14</UpdatedDateTime>
  </MstCompanyEntity>
  <MstCompanyEntity>
    <Address>sample string 3</Address>
    <ClosingDate>sample string 6</ClosingDate>
    <Company>sample string 2</Company>
    <ContactNumber>sample string 4</ContactNumber>
    <CreatedBy>sample string 10</CreatedBy>
    <CreatedById>9</CreatedById>
    <CreatedDateTime>sample string 11</CreatedDateTime>
    <Id>1</Id>
    <IsLocked>true</IsLocked>
    <IsQuickInventory>true</IsQuickInventory>
    <TaxNumber>sample string 5</TaxNumber>
    <UpdatedBy>sample string 13</UpdatedBy>
    <UpdatedById>12</UpdatedById>
    <UpdatedDateTime>sample string 14</UpdatedDateTime>
  </MstCompanyEntity>
</ArrayOfMstCompanyEntity>