POST api/Upload/GetErrorPage/{id}/{objectid}/{param2}/{param3}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| objectid | string |
None. |
|
| param2 | string |
None. |
|
| param3 | string |
None. |
Body Parameters
UploadErrorPage| Name | Description | Type | Additional information |
|---|---|---|---|
| ImportLogId | globally unique identifier |
None. |
|
| CeremonyId | globally unique identifier |
None. |
|
| StartIndex | integer |
None. |
|
| Span | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImportLogId": "e0ad2023-b64d-47de-8d74-3876bffc310e",
"CeremonyId": "de0b4156-c935-4110-840b-60bc3f0cc9f6",
"StartIndex": 3,
"Span": 4
}
application/xml, text/xml
Sample:
<UploadErrorPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/STTI.WindowsService.Web"> <CeremonyId>de0b4156-c935-4110-840b-60bc3f0cc9f6</CeremonyId> <ImportLogId>e0ad2023-b64d-47de-8d74-3876bffc310e</ImportLogId> <Span>4</Span> <StartIndex>3</StartIndex> </UploadErrorPage>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |