Breadcrumbs

API - Certification Programs


Overview

The list page that contains the item units of measure codes.

Endpoint name

certificationPrograms

Source table

WiFi Certification Program

Fixed view

No filter

Requests allowed

GET

Primary key

"Source Type", "Source No.", "Customer Ship-to Code", "CP Code", "Valid until Date"

Record ID

systemId

Procedures

None


Data

Field List

Property

Type

Format

Description


1

systemId

string

uuid

SystemId

Record ID

2

cpCode

string

max 10


primary key

3

description

string

max 50



4

validFromDate

string

date



5

validUntilDate

string

date


primary key

6

customerShipToCode

string

max 10


primary key

7

displayInInvoice

boolean




8

licenseNo

string

max 20



9

purchasesCertified

string

enum

Options: Always, Sometimes


10

sourceType

string

enum

Options: Customer, Vendor, Stock Center, Item

primary key

11

sourceNo

string

max 20


primary key

12

type

string

enum

Options: MSC, IRF, ASC, AQIS

optional

13

lastModified

string

date-time

SystemModifiedAt

non-editable

Example Object

JSON
{
    "systemId": "8887ab34-1c67-f011-b024-d4cd9a9e2763", 
    "sourceType": "Item",
    "sourceNo": "70070",
    "cpCode": "SSS",
    "description": "",
    "validFromDate": "0001-01-01",
    "validUntilDate": "2026-12-31",
    "customerShipToCode": "",
    "displayInInvoice": false,
    "licenseNo": "",
    "purchasesCertified": "Always",
    "type": "ASC",
    "lastModified": "2025-07-22T16:52:09.89Z"
}