PUT api/CataloguePollingResults/PutCataloguePollingResult/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
CataloguePollingResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultID | integer |
None. |
|
| DetailLog | string |
None. |
|
| DateStarted | date |
None. |
|
| DateCompleted | date |
None. |
|
| CatalogueID | integer |
None. |
|
| Outcome | ePollingOutcome |
None. |
Request Formats
application/json, text/json
Sample:
{
"ResultID": 1,
"DetailLog": "sample string 2",
"DateStarted": "2025-12-16T13:28:04.0361995+00:00",
"DateCompleted": "2025-12-16T13:28:04.0361995+00:00",
"CatalogueID": 3,
"Outcome": 0
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.