Breadcrumbs

API - Certification Programs


Overview

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

Endpoint name

certificationPrograms

Source table

Item Variant

Fixed view

No filter

Requests allowed

GET, POST, PATCH, DELETE

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

Max Len

Description


1

systemId

string uuid


SystemId

Record ID

2

sourceType

enum


Options: Customer, Vendor, Stock Center, Item

primary key

3

sourceNo

string



primary key

4

cpCode

string



primary key

5

description

string




6

validFromDate

date




7

validUntilDate

date



primary key

8

customerShipToCode

string



primary key

9

displayInInvoice

boolean




10

licenseNo

string




11

purchasesCertified

enum


Options: Always, Sometimes


12

type

enum


Options: MSC, IRF, ASC, AQIS

optional

13

lastModified

date-time utc


SystemModifiedAt

non-editable

Example Object

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