GET api/Vehicles/GetAllAssociate_Categid?CategoryId={CategoryId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CategoryId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ASSID": 1,
    "ASS_NAME": "sample string 2",
    "ASS_CATEGORY_ID": 3,
    "VEHICLES_ASS_ID": 4
  },
  {
    "ASSID": 1,
    "ASS_NAME": "sample string 2",
    "ASS_CATEGORY_ID": 3,
    "VEHICLES_ASS_ID": 4
  },
  {
    "ASSID": 1,
    "ASS_NAME": "sample string 2",
    "ASS_CATEGORY_ID": 3,
    "VEHICLES_ASS_ID": 4
  }
]