| Required role: | superadmin |
| POST | /voss/errorlog/{Id}/replay | Re-enqueue the Voss operation captured by a logged failure |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int | Yes | VossErrorLog id to replay |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| CompanyId | form | Guid? | No | |
| TypeId | form | int | No | |
| TypeName | form | string | Yes | |
| Source | form | int | No | |
| SourceName | form | string | Yes | |
| Comments | form | string | Yes | |
| MetaData | form | string | Yes | |
| QueueName | form | string | Yes | |
| MessageType | form | string | Yes | |
| DeliveryCount | form | int? | No | |
| DeadLetterReason | form | string | Yes | |
| Resolved | form | bool | No | |
| CreatedDate | form | DateTime | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /voss/errorlog/{Id}/replay HTTP/1.1
Host: api-staging.bookmore.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Id: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Id: 0,
CompanyId: 00000000-0000-0000-0000-000000000000,
TypeId: 0,
TypeName: String,
Source: 0,
SourceName: String,
Comments: String,
MetaData: String,
QueueName: String,
MessageType: String,
DeliveryCount: 0,
DeadLetterReason: String,
Resolved: False
}