Picture

Get Product Group

Picture

Request Header

Name
Type
Required
Description
Authorization
String
Required
OAuth token obtained after the user has provided consent and the authorized partner calls the /authorization/Connect/Token endpoint to retrieve this token
Ocp-Apim-Subscription-Key
String
Required

Example Request

curl --location -g --request GET 'https://api.veniocrm.com/dev/v1/Products/Groups' \

--header 'Ocp-Apim-Subscription-Key;<Your Subscription-Key>' \

--header 'Authorization: <Your access_token>'

Download postman Collection

Response

Name
Type
Description
groupId
Integer
รหัสกลุ่ม
groupType
Integer
ประเภทกลุ่ม
parentId
Integer
รหัสกลุ่มหลัก
groupName
String
ชื่อกลุ่ม

Example Response

{

    "data": {

        "value": [

            {

                "groupId": 0,

                "groupType": 0,

                "parentId": 0,

                "groupName": "string"

            }

        ],

        "formatters": [],

        "statusCode": 200

    },

    "statusCode": 1000,

    "httpStatusCode": 200

}

Response Codes

HTTP Status Code
Description
200
Get ข้อมูลกลุ่มสินค้าสำเร็จ
400
ข้อมูลไม่ถูกต้อง
401
Unauthorized
403
Forbidden
© Copyright 2021 Gofive Co., Ltd. All right reserved.