Skip to main content

GeneralInformation

actualInspectionDate date-timenullable

Actual inspection date

Example: 2021-05-07T00:00:00+00:00
assortmentIds string[]nullable

List of assortment IDs

Example: A123
availableQuantity integernullable

Available quantity of items of purchase orders

Example: 200
capaStatus stringnullable

CAPA status of the report

Example: Approved
factoryId stringnullable

Custom ID of the factory in the inspection

Example: F0123
factoryName stringnullable

Name of the factory in the inspection

Example: Acme Factory
inspectionId stringnullable

Unique identifier of the inspection

Example: 1234902f-5ab4-4f4e-8422-794109d951b4
inspectionLocation objectnullable

Location where the inspection took place

address stringnullable

Address of the inspected organization

Example: 1 Madison Avenue
contact object

Contact information of the organization

contactId stringnullable

Unique identifier of the organization contact

Example: 1122
email stringnullable

Email address of the organization contact

mobileNumber stringnullable

Mobile number of the organization contact

Example: 1234567890
name stringnullable

Name of the organization contact

Example: John Doe
telephoneNumber stringnullable

Telephone number of the organization contact

Example: 1234567890
country stringnullable

Country of the inspected organization in 2 characters ISO format

Example: US
name stringnullable
Example: Acme Corp
organizationId stringnullable

Unique identifier of the inspected organization

Example: F000123
inspectionResult stringnullable

Inspection result

Example: pass
inspectionType stringnullable

Inspection type

Example: TPR
inspectorName stringnullable

Inspector name

Example: John Doe
itemIds string[]nullable

List of item IDs

Example: 111-22-123456
orderQuantity integernullable

Order quantity of items of purchase orders

Example: 200
packingTypes string[]nullable

List of packing types

Example: Solid
productCategories object[]nullable

list of product categories

  • Array [
  • id stringnullable

    Unique identifier of the product category or product line

    Example: C123
    name stringnullable

    Name of the product category or product line

    Example: Menswear
  • ]
  • productLines object[]nullable

    List of product lines

  • Array [
  • id stringnullable

    Unique identifier of the product category or product line

    Example: C123
    name stringnullable

    Name of the product category or product line

    Example: Menswear
  • ]
  • proposedInspectionDate date-timenullable

    Proposed inspection date

    Example: 2021-05-07T00:00:00+00:00
    styleIds string[]nullable

    List of style IDs

    Example: S123
    supplierId stringnullable

    Custom ID of the supplier in the inspection

    Example: S0246
    supplierName stringnullable

    Name of the supplier in the inspection

    Example: Padme Supplier
    GeneralInformation
    {
    "actualInspectionDate": "2021-05-07T00:00:00+00:00",
    "assortmentIds": "A123",
    "availableQuantity": "200",
    "capaStatus": "Approved",
    "factoryId": "F0123",
    "factoryName": "Acme Factory",
    "inspectionId": "1234902f-5ab4-4f4e-8422-794109d951b4",
    "inspectionLocation": {
    "address": "1 Madison Avenue",
    "contact": {
    "contactId": "1122",
    "email": "[email protected]",
    "mobileNumber": "1234567890",
    "name": "John Doe",
    "telephoneNumber": "1234567890"
    },
    "country": "US",
    "name": "Acme Corp",
    "organizationId": "F000123"
    },
    "inspectionResult": "pass",
    "inspectionType": "TPR",
    "inspectorName": "John Doe",
    "itemIds": "111-22-123456",
    "orderQuantity": "200",
    "packingTypes": "Solid",
    "productCategories": [
    {
    "id": "C123",
    "name": "Menswear"
    }
    ],
    "productLines": [
    {
    "id": "C123",
    "name": "Menswear"
    }
    ],
    "proposedInspectionDate": "2021-05-07T00:00:00+00:00",
    "styleIds": "S123",
    "supplierId": "S0246",
    "supplierName": "Padme Supplier"
    }