DEV

Type.

ManualClassificationBulkJob

No description

Fields

classifyToCountries

[CountryCode!]!

Required

The list of Country Codes where we will make manual classifications

createdAt

DateTime!

Required

When this Manual Classification Request Bulk Job was created.

createdBy

ID!

Required

The user who created the Manual Classification Request Bulk Job.

errorCount

Int!

Required

The number of rows that errored out during import
Unsuccessful rows and their error messages

hourAllotment

Int

The hour allotment for the manual classifications in the bulk job

id

ID!

Required

The ID of the ManualClassificationRequest BulkJob

invalidatedCount

Int!

Required

The number of manual classification requests that have been invalidated

manualClassifications

ManualClassificationConnection

The manual classification associated with a bulk job

name

String!

Required

The uploaded customer created name of the manual classification request bulk job usually the filename

organizationId

ID!

Required

The unique identifier associated with an organization.

processedCount

Int!

Required

The number of rows that have been successfully manually classified
Current status of the BulkJob

totalCount

Int!

Required

The total number of rows in a CSV upload

Was this page helpful?