POST api/Upload/GetErrorPage/{id}/{objectid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
objectid | string |
None. |
Body Parameters
UploadErrorPageName | 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": "baea4852-c6f7-4384-88de-4050e4f5db3d", "CeremonyId": "ea7cc0c8-3692-482c-9e02-923693f0d4a3", "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>ea7cc0c8-3692-482c-9e02-923693f0d4a3</CeremonyId> <ImportLogId>baea4852-c6f7-4384-88de-4050e4f5db3d</ImportLogId> <Span>4</Span> <StartIndex>3</StartIndex> </UploadErrorPage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |