Open API

GET api/category/get/{categorycode}

Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer:AccessToken
Parameter : categoryCode

Response Information
  • Namecategorycode
  • DescriptionNo documentation available.
  • Additional Information

    Define this parameter in the Http Request Header

{
  "Code": "sample string 1",
  "Name": "sample string 2",
  "ParentCategoryCode": "sample string 3",
  "IsBrand": 64,
  "CreatedDate": "2024-04-26T06:07:21.487058+00:00",
  "ModifiedDate": "2024-04-26T06:07:21.487058+00:00"
}