1. master-data
Ramadhan-dev
  • Master API
  • 🐶 Walk through Apidog
  • master api
    • auth
      • register
      • Login
    • master-data
      • product kategori
        • get all produk kategori
        • Get one Produk kategori
        • Delete Product Category
        • Update Product Category
        • Create Product Category
      • administrative
        • province
          • Create Province
          • Get all Province
          • Get one Province
          • Update Province
          • Delete Province
          • get province options
        • city
          • Create City
          • Get all City
          • Get one City
          • Delete City
          • Update City
          • get city options
        • district
          • Get all District
          • Create District
          • Get one District
          • Update District
          • Delete District
        • sub-district
          • Create Sub District
          • Get all Sub District
          • Get one Sub District
          • Update Sub District
          • Delete Sub District
  • doc
    • Untitled Doc
  • HDI ONE
    • VIP
      • Get all Province
      • getInfoNetworkProvince
      • getNetworkProvinceFilter
      • getNetworkProvinceAll
    • Login apps
      POST
    • Search Downline Mapping
      POST
    • Get Downline Mapping List
      POST
    • getPriceListType
      POST
    • viewMedCon
      POST
    • Info dashboard
      POST
    • getPriceList
      POST
    • Dynamic Menu
      POST
    • getCountry
      POST
    • acuankompasbisnis
      POST
    • statOmzetGroup
      POST
    • statProductSales
      POST
    • bsViewNew
      POST
    • statDownlineGrowth
      POST
    • Enterpriser TC
      POST
    • version
      POST
    • getKompasBisnis
      POST
    • execute_forgot_password
      POST
    • execute_new_password
      POST
    • check_pin2
      POST
    • validate_pin2
      POST
    • getGlobalNotif
      POST
    • getLastLogin
      POST
    • forgetPassNew2
      POST
    • changeNewPassword2
      POST
    • requestPass2
      POST
    • changeNewPin2
      POST
    • getEntProfile
      POST
    • viewLocalHistory
      POST
    • statDownlineDemographic
      POST
    • statPersonalBonus
      POST
    • statSalesArea
      POST
  • Attandance
    • Employee
      • Get All Employee
      • Add New Employee
      • Update Employee
      • Get One Employee
      • Delete Employee
      • Get Detail log file
      • Get Detail log Detil
    • Tenant
      • Get All Tenant
      • Add New Tenant
      • Update Tenant
      • Get One Tenant
      • Delete Tenant
    • Company
      • Get All Company
      • Add New Company
      • Update Company
      • Get One Company
      • Delete Company
    • Division
      • Get All Division
      • Add New Division
      • Update Division
      • Get One Division
      • Delete Division
    • User
      • Get All User
      • Add New User
      • Update User
      • Get One User
      • Delete User
    • Auth
      • Login
    • User Location
      • Get User Location
      • Add User Location
      • Update Division
      • Get One Division
      • Delete Division
    • User Shift
      • Get All by user Id
      • Get User Shift
      • Add User Shift
      • Update User Shift
      • Get User Shift
      • Delete User Shift
    • Shift Type
      • Get Shift Type
      • Add User Location
      • Update Shift Type
      • Get Shift Type
      • Delete Shift Type
    • Attendance
      • Get All Attendance
      • Add Attendance
      • Update Division
      • Get One Division
      • Delete Division
    • Role
      • Get All Role
      • Add New Role
      • Update Role
      • Get One Role
      • Delete role
  • ZAFIR
    • Admin
      • Employee
        • Create Employee
        • Get all Employee
      • leaveQuota
        • Create Leave Balance
        • Update Leave Balance
        • Untitled Endpoint
      • requestType
        • Get all requestType
    • Employee
      • Request
        • Create Request
        • Get All Request
        • Cancel Request
        • Get All data Request
      • Approvals
        • Get All Approvals
        • Update Request
      • Employee
        • Get all Employee
      • Attendance
        • Request Absen
      • Verification
  • HDI Store
    • GenerateAWBPos
  • TES
    • Create Space
    • Create Space Copy
    • Add members
    • Get Space Detil
    • Remove Members
    • Update Space
    • Archive Space
    • Get Member
    • Update Role
    • Add Topics
    • Get Topis
    • Get Topis By ID
    • Update Topic
    • Delete Topic
    • Add Topics Reply
    • get Topics Reply
    • get Topics Reply By ID
    • Topics Reply By ID Copy
    • DELETE Topics Reply By ID
  • POS
    • getOffice
    • getSubDistrict
    • getCity
    • getPostOffice
    • getPostalCode
    • getFeeLN Discount
    • insert Discount LN
    • CancelAddpostingdoc
    • trackingAll
    • AddPostingDoc
    • getSubSubDistrict
    • GET TOKEN
    • GET PROVINCE
    • GET FEE
    • GET POSTAL CODE
    • HDI CREATE AWB
    • HDI CABCEL
  • New Request
    GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • master-api
      • auth
        • register
        • Login
      • master-data
        • Administrative
          • Province
            • success create Province
            • Success get all
            • Success get One
            • Payload
            • Province schema
          • common
            • Payload Update
          • city
            • Payload City
            • success create City
            • City Schema
            • Success get all Copy
          • District
            • Payload District
            • success create District
            • District Schema
            • Success get all
          • Sub District
            • Payload Sub District
            • success create Sub District
            • Sub District Schema
            • Success get all
      • common
        • Invalid Token
        • Update Success
        • Delete Success
        • duplicate-data
        • Response Select
  1. master-data

product Kategori

Data Schema#


📌
Sebelum menggunakan API's, lakukan login terlebih dahulu dan set token di environment variable,
untuk melakukan set variable bisa dengan klik tombol yang ada pada gambar berikut
image.png

Get All Product Category
Endpoint ini berfungsi untuk menampilkan semua data Product Category

endpoint#


/api/product-category/create-product-category

Response#


     {
        "message": "success",
        "data": [
            {
                "_id": "6698b83484d5c6968a17b0f4",
                "name": "Buckinghamshire hacking CLI",
                "code": "against",
                "status": true,
                "createdAt": "2024-07-18T06:37:40.203Z",
                "updatedAt": "2024-07-18T06:37:40.203Z"
            },
            {
                "_id": "6698b9998f1f49adb263e4ff",
                "name": "visualize hacking",
                "code": "Central",
                "status": true,
                "createdAt": "2024-07-18T06:43:37.400Z",
                "updatedAt": "2024-07-18T06:43:37.400Z"
            }
        ]
    }
Example
Accordion2
Accordion3
Modified at 2024-07-18 10:30:20
Previous
Login
Next
get all produk kategori
Built with