# BulkProcessingSuccess

Holds details about successful processed item

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**externalId** | **string** | Optional field populated only when request payload contains an externalId | [optional] [default to undefined]
**id** | **string** | Unique identifier for the newly created resource | [optional] [default to undefined]
**indexInRequest** | **number** | The index of the entity/item from bulk request that failed on processing | [optional] [default to undefined]

## Example

```typescript
import { BulkProcessingSuccess } from './api';

const instance: BulkProcessingSuccess = {
    externalId,
    id,
    indexInRequest,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
