GET api/SHORTAGEREASONS/GetAllByCategoryID?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:
[
  {
    "MONGODBNAME": "sample string 1",
    "SR_ID": 1,
    "SR_CATEGORY_ID": 2,
    "SR_NAME": "sample string 3",
    "SR_STATUS": "sample string 4",
    "CategId": 5,
    "Id": 6,
    "VEHICLES_ID": 7,
    "CreatedBy": 8,
    "CreatedDate": "2025-12-08T13:30:07.3291478+05:30",
    "ModifiedBy": 10,
    "ModifiedDate": "2025-12-08T13:30:07.3291478+05:30",
    "Operation": 1,
    "Comments": "sample string 12"
  },
  {
    "MONGODBNAME": "sample string 1",
    "SR_ID": 1,
    "SR_CATEGORY_ID": 2,
    "SR_NAME": "sample string 3",
    "SR_STATUS": "sample string 4",
    "CategId": 5,
    "Id": 6,
    "VEHICLES_ID": 7,
    "CreatedBy": 8,
    "CreatedDate": "2025-12-08T13:30:07.3291478+05:30",
    "ModifiedBy": 10,
    "ModifiedDate": "2025-12-08T13:30:07.3291478+05:30",
    "Operation": 1,
    "Comments": "sample string 12"
  },
  {
    "MONGODBNAME": "sample string 1",
    "SR_ID": 1,
    "SR_CATEGORY_ID": 2,
    "SR_NAME": "sample string 3",
    "SR_STATUS": "sample string 4",
    "CategId": 5,
    "Id": 6,
    "VEHICLES_ID": 7,
    "CreatedBy": 8,
    "CreatedDate": "2025-12-08T13:30:07.3291478+05:30",
    "ModifiedBy": 10,
    "ModifiedDate": "2025-12-08T13:30:07.3291478+05:30",
    "Operation": 1,
    "Comments": "sample string 12"
  }
]