POST API/FormInstance/ReprocessCrash

Request Information

URI Parameters

None.

Body Parameters

ReprocessRequest
NameDescriptionTypeAdditional information
apiKey

string

None.

Errors

Collection of ServiceErrorViewModel

None.

Status

ResponseStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "errors": [
    {
      "level": 1,
      "errorDescription": "sample string 1",
      "stackTrace": "sample string 2",
      "error": {
        "ClassName": "System.Exception",
        "Message": null,
        "Data": null,
        "InnerException": null,
        "HelpURL": "sample string 1",
        "StackTraceString": null,
        "RemoteStackTraceString": null,
        "RemoteStackIndex": 0,
        "ExceptionMethod": null,
        "HResult": 3,
        "Source": "sample string 2",
        "WatsonBuckets": null
      }
    },
    {
      "level": 1,
      "errorDescription": "sample string 1",
      "stackTrace": "sample string 2",
      "error": {
        "ClassName": "System.Exception",
        "Message": null,
        "Data": null,
        "InnerException": null,
        "HelpURL": "sample string 1",
        "StackTraceString": null,
        "RemoteStackTraceString": null,
        "RemoteStackIndex": 0,
        "ExceptionMethod": null,
        "HResult": 3,
        "Source": "sample string 2",
        "WatsonBuckets": null
      }
    }
  ],
  "status": 1,
  "apiKey": "sample string 1"
}

application/xml, text/xml

Sample:
<ReprocessRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARIES.Alacrity.Services.Areas.FormInstance.Models">
  <Errors xmlns="http://schemas.datacontract.org/2004/07/ARIES.Alacrity.Services.Models">
    <ServiceErrorViewModel>
      <Error xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <ClassName xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">System.Exception</ClassName>
        <Message i:nil="true" xmlns="" />
        <Data i:nil="true" xmlns="" />
        <InnerException i:nil="true" xmlns="" />
        <HelpURL xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 1</HelpURL>
        <StackTraceString i:nil="true" xmlns="" />
        <RemoteStackTraceString i:nil="true" xmlns="" />
        <RemoteStackIndex xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int" xmlns="">0</RemoteStackIndex>
        <ExceptionMethod i:nil="true" xmlns="" />
        <HResult xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int" xmlns="">3</HResult>
        <Source xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 2</Source>
        <WatsonBuckets i:nil="true" xmlns="" />
      </Error>
      <ErrorDescription>sample string 1</ErrorDescription>
      <Level>Critical</Level>
      <StackTrace>sample string 2</StackTrace>
    </ServiceErrorViewModel>
    <ServiceErrorViewModel>
      <Error xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <ClassName xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">System.Exception</ClassName>
        <Message i:nil="true" xmlns="" />
        <Data i:nil="true" xmlns="" />
        <InnerException i:nil="true" xmlns="" />
        <HelpURL xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 1</HelpURL>
        <StackTraceString i:nil="true" xmlns="" />
        <RemoteStackTraceString i:nil="true" xmlns="" />
        <RemoteStackIndex xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int" xmlns="">0</RemoteStackIndex>
        <ExceptionMethod i:nil="true" xmlns="" />
        <HResult xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int" xmlns="">3</HResult>
        <Source xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string" xmlns="">sample string 2</Source>
        <WatsonBuckets i:nil="true" xmlns="" />
      </Error>
      <ErrorDescription>sample string 1</ErrorDescription>
      <Level>Critical</Level>
      <StackTrace>sample string 2</StackTrace>
    </ServiceErrorViewModel>
  </Errors>
  <Status xmlns="http://schemas.datacontract.org/2004/07/ARIES.Alacrity.Services.Models">Success</Status>
  <apiKey>sample string 1</apiKey>
</ReprocessRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.