Retrieve Company List

Retrieve Company List

Get company list API give the list of companies available in LMS

Request Parameters

(Required)

Response

OrganizationId Int(Not Nullable)

Company organization id

Name String(Not Nullable)

Name of the company

ExternalId String(Nullable)

External id of the company

OwningUserId Int(Not Nullable)

Logged in user id

Description String(Nullable)

Description of the company

OrganizationId Int(Not Nullable)

Company organization id

assignableToUsers Boolean(Nullable)
(Nullable)
Address1 String(Not Nullable)

Address of the company

Address2 String(Nullable)

Address of the company

City String(Nullable)

city of the company

State String(Nullable)

State of the company

Zip String(Nullable)

Zipcode of the company

Country String(Nullable)

Country of the company

Email String(Not Nullable)

E-mail of the company

Phone String(Nullable)

Phone number of the company

Phone2 String(Nullable)

Phone number of the company

Fax String(Nullable)

Fax of the company

WebSiteUrl String(Not Nullable)

Website url of the company

				
					{
  "success": true,
  "message": "Data retrieved successfully.",
  "data": {
    "name": "Nexus Human Reseller Program",
    "description": null,
    "centerId": 1404,
    "center": "Nicosia",
    "centerSiteId": 7934,
    "centerSiteCode": "NCO",
    "allCourses": false,
    "allClubs": false,
    "modalityId": 3,
    "modality": "Online LIVE",
    "pricingId": 0,
    "pricing": "Local prices only",
    "supplemental": false,
    "includeChildren": true,
    "deliveryCenters": [
      "Nexus Human Reseller Program"
    ],
    "courses": [
      46146,
      46147,
      56595
    ],
    "excludedClassInstances": [
      1842071,
      1841987
    ],
    "excludedCourseInstances": [],
    "classes": [
      {
        "courseID": 46146,
        "classID": 1842070,
        "ownerID": 2711514,
        "startDateTime": "2024-09-23 08:30:00",
        "endDateTime": "2024-09-25 16:00:00",
        "timeLastUpdated": "2024-02-23 09:54:38",
        "startDate": "2024-09-23",
        "endDate": "2024-09-25",
        "startTime": "08:30:00",
        "endTime": "16:00:00",
        "cancelled": false,
        "name": "PRINCE2®: Foundation 7th Edition",
        "gtr": false,
        "hostingSiteID": 0,
        "hostingSiteCode": null,
        "franchiseId": null,
        "confirmationStatusId": 0,
        "status": "Scheduled",
        "deliveryTypeId": 2,
        "deliveryType": "Virtual",
        "deliveryCenterId": 1493,
        "deliveryCenter": "Nexus Human Reseller Program",
        "billingCenterId": 1493,
        "billingCenter": "Nexus Human Reseller Program",
        "pricing": [
          {
            "courseId": 46146,
            "organizationId": 1404,
            "extranetSiteId": 7934,
            "price": 1100,
            "productCode": "NH95009S-OLL",
            "extranetSiteCOde": "NCO"
          },
          {
            "courseId": 46146,
            "organizationId": 1404,
            "extranetSiteId": 7934,
            "price": 1100,
            "productCode": "NH95009S-ILT",
            "extranetSiteCOde": "NCO"
          }
        ]
      },
      {
        "courseID": 46147,
        "classID": 1842074,
        "ownerID": 2711514,
        "startDateTime": "2024-09-26 08:30:00",
        "endDateTime": "2024-09-27 16:00:00",
        "timeLastUpdated": "2024-02-23 09:57:45",
        "startDate": "2024-09-26",
        "endDate": "2024-09-27",
        "startTime": "08:30:00",
        "endTime": "16:00:00",
        "cancelled": false,
        "name": "PRINCE2®: Practitioner 7th Edition",
        "gtr": false,
        "hostingSiteID": 0,
        "hostingSiteCode": null,
        "franchiseId": null,
        "confirmationStatusId": 0,
        "status": "Scheduled",
        "deliveryTypeId": 2,
        "deliveryType": "Virtual",
        "deliveryCenterId": 1493,
        "deliveryCenter": "Nexus Human Reseller Program",
        "billingCenterId": 1493,
        "billingCenter": "Nexus Human Reseller Program",
        "pricing": [
          {
            "courseId": 46147,
            "organizationId": 1404,
            "extranetSiteId": 7934,
            "price": 900,
            "productCode": "",
            "extranetSiteCOde": "NCO"
          },
          {
            "courseId": 46147,
            "organizationId": 1404,
            "extranetSiteId": 7934,
            "price": 900,
            "productCode": "NH95010S-OLL",
            "extranetSiteCOde": "NCO"
          }
        ]
      }
    ]
  }
}