POST api/Upload/GetErrorPage
Request Information
URI Parameters
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": "78fb3ea4-ff06-41aa-b0b3-47c1f85d4b01", "CeremonyId": "9e0e03e8-9e9f-4a66-acd5-17a44d470ff0", "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>9e0e03e8-9e9f-4a66-acd5-17a44d470ff0</CeremonyId> <ImportLogId>78fb3ea4-ff06-41aa-b0b3-47c1f85d4b01</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. |