Skip to main content

GeneralInformation

actualInspectionDatedate-timenullable

Actual inspection date

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

List of assortment IDs

Example: A123
availableQuantityintegernullable

Available quantity of items of purchase orders

Example: 200
capaStatusstringnullable

CAPA status of the report

Example: Approved
factoryIdstringnullable

Custom ID of the factory in the inspection

Example: F0123
factoryNamestringnullable

Name of the factory in the inspection

Example: Acme Factory
inspectionIdstringnullable

Unique identifier of the inspection

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

Location where the inspection took place

addressstringnullable

Address of the inspected organization

Example: 1 Madison Avenue
contact object

Contact information of the organization

contactIdstringnullable

Unique identifier of the organization contact

Example: 1122
emailstringnullable

Email address of the organization contact

mobileNumberstringnullable

Mobile number of the organization contact

Example: 1234567890
namestringnullable

Name of the organization contact

Example: John Doe
telephoneNumberstringnullable

Telephone number of the organization contact

Example: 1234567890
countrystringnullable

Country of the inspected organization in 2 characters ISO format

Example: US
namestringnullable
Example: Acme Corp
organizationIdstringnullable

Unique identifier of the inspected organization

Example: F000123
inspectionResultstringnullable

Inspection result

Example: pass
inspectionTypestringnullable

Inspection type

Example: TPR
inspectorNamestringnullable

Inspector name

Example: John Doe
itemIdsstring[]nullable

List of item IDs

Example: 111-22-123456
orderQuantityintegernullable

Order quantity of items of purchase orders

Example: 200
packingTypesstring[]nullable

List of packing types

Example: Solid
productCategories object[]nullable

list of product categories

  • Array [
  • idstringnullable

    Unique identifier of the product category or product line

    Example: C123
    namestringnullable

    Name of the product category or product line

    Example: Menswear
  • ]
  • productLines object[]nullable

    List of product lines

  • Array [
  • idstringnullable

    Unique identifier of the product category or product line

    Example: C123
    namestringnullable

    Name of the product category or product line

    Example: Menswear
  • ]
  • proposedInspectionDatedate-timenullable

    Proposed inspection date

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

    List of style IDs

    Example: S123
    supplierIdstringnullable

    Custom ID of the supplier in the inspection

    Example: S0246
    supplierNamestringnullable

    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"
    }