Name | Description | Type | Additional information |
---|---|---|---|
ProcessingStatus |
Description of the status of the upload operation |
string |
None. |
TotalRecordCount |
Total number of records contained in the request |
integer |
None. |
InsertedCount |
Number of records inserted as result of the operation |
integer |
None. |
UpdatedCount |
Number of records updated as result of the operation |
integer |
None. |
DuplicateKeyCount |
Number of records contained in the request that result in a duplicate key |
integer |
None. |
EmptyKeyCount |
Number of records contained in the request with no key |
integer |
None. |
InvalidKeyCount |
Number of records contained in the request with invalid key |
integer |
None. |
InvalidDataCount |
Number of invalid records contained in the request |
integer |
None. |
SkippedCount |
Number of records skipped during the operation |
integer |
None. |
HeaderInvalid |
True if the data posted with the request has an invalid header |
boolean |
None. |
HeaderInvalidColumnsCount |
Number of header columns invalid in the request's data |
integer |
None. |
HeaderDataMismatch |
True if the data in the request does not match the header |
boolean |
None. |
ErrorMessages |
Detailed error messages |
Collection of UploadBlacklistError |
None. |