Get All Product Types

Check Eligibility for Create Business Request

GET https://api.vlenseg.com/api/BusinessRequest/GetAllRequestTypes

Gets All available product type that add by tenant admin using Admin Portal.

Headers

Name
Type
Description

Content-Type*

string

application/json

ApiKey*

string

API Key

Authorization*

string

Bearer Access Token `Bearer <accessToken>` that returned from login Api

{
  "data": [
    {
      "id": <int>,
      "name": <string>
    }
  ],
  "error_code": <int>,
  "error_message": <string>
}

Last updated