POST v1/BulkApi/Process
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Put.AccountUpload| Name | Description | Type | Additional information |
|---|---|---|---|
| settings | string |
None. |
|
| id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"settings": "sample string 1",
"id": 2
}
Response Information
Resource Description
Common.Dto.Get.BulkApiAccountUpload| Name | Description | Type | Additional information |
|---|---|---|---|
| records | Collection of Common.Dto.Get.AccountUploadRecord |
None. |
|
| accountId | integer |
None. |
|
| type | string |
None. |
|
| status | string |
None. |
|
| createdTimestamp | date |
None. |
|
| completedTimestamp | date |
None. |
|
| totalRecords | integer |
None. |
|
| successfulRecords | integer |
None. |
|
| failedRecords | integer |
None. |
|
| totalProcessedRecords | integer |
None. |
|
| processedRecords | integer |
None. |
|
| failedProcessedRecords | integer |
None. |
|
| importingTimestamp | date |
None. |
|
| processedTimestamp | date |
None. |
|
| fileName | string |
None. |
|
| reference | string |
None. |
|
| relatedId | integer |
None. |
|
| internalAutomatedFlag | boolean |
None. |
|
| modifiedTimestamp | date |
None. |
|
| id | integer |
None. |
|
| uri | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"records": [
{
"accountUploadId": 1,
"status": "sample string 2",
"data": "sample string 3",
"details": "sample string 4",
"createdEntityId": 1,
"id": 5,
"uri": "sample string 6"
},
{
"accountUploadId": 1,
"status": "sample string 2",
"data": "sample string 3",
"details": "sample string 4",
"createdEntityId": 1,
"id": 5,
"uri": "sample string 6"
}
],
"accountId": 1,
"type": "sample string 2",
"status": "sample string 3",
"createdTimestamp": "2025-11-03T19:44:39.0172896+00:00",
"completedTimestamp": "2025-11-03T19:44:39.0172896+00:00",
"totalRecords": 1,
"successfulRecords": 1,
"failedRecords": 1,
"totalProcessedRecords": 1,
"processedRecords": 1,
"failedProcessedRecords": 1,
"importingTimestamp": "2025-11-03T19:44:39.0172896+00:00",
"processedTimestamp": "2025-11-03T19:44:39.0172896+00:00",
"fileName": "sample string 5",
"reference": "sample string 6",
"relatedId": 1,
"internalAutomatedFlag": true,
"modifiedTimestamp": "2025-11-03T19:44:39.0172896+00:00",
"id": 9,
"uri": "sample string 10"
}