DELETE api/CataloguePollingDeliveriesResults/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CataloguePollingResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultID | integer |
None. |
|
| DetailLog | string |
None. |
|
| DateStarted | date |
None. |
|
| DateCompleted | date |
None. |
|
| CatalogueID | integer |
None. |
|
| Outcome | ePollingOutcome |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultID": 1,
"DetailLog": "sample string 2",
"DateStarted": "2025-12-16T10:54:42.3197467+00:00",
"DateCompleted": "2025-12-16T10:54:42.3197467+00:00",
"CatalogueID": 3,
"Outcome": 0
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.