GET api/Sync/CheckAccountPartnerBatch?TrackId={TrackId}
Check the status of the account batch.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackId |
The unique ID of the account batch |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountPartnerBatch| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateTimestamp | date |
None. |
|
| CreationDate | date |
None. |
|
| ReceptionDate | date |
None. |
|
| Status | integer |
None. |
|
| StatusMessage | string |
None. |
|
| BatchCount | integer |
None. |
|
| PartitionKey | string |
None. |
|
| RowKey | string |
None. |
|
| Timestamp | date |
None. |
|
| ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.