GET api/StationeryIssue/GetstationarytypeCategoryID?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:
[
  {
    "ID": 1,
    "NAME": "sample string 2",
    "STATUS": 1,
    "Operation": "sample string 3",
    "CREATEDBY": 1,
    "MODIFIEDBY": 1,
    "CATEGORY_ID": 4
  },
  {
    "ID": 1,
    "NAME": "sample string 2",
    "STATUS": 1,
    "Operation": "sample string 3",
    "CREATEDBY": 1,
    "MODIFIEDBY": 1,
    "CATEGORY_ID": 4
  },
  {
    "ID": 1,
    "NAME": "sample string 2",
    "STATUS": 1,
    "Operation": "sample string 3",
    "CREATEDBY": 1,
    "MODIFIEDBY": 1,
    "CATEGORY_ID": 4
  }
]