PUT api/filequeue/{outboundFileQueueId}/statusupdate
Update Queue Status for Outbound File Transaction
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| outboundFileQueueId |
Identifies the Transaction in the Queue |
integer |
Required |
Body Parameters
Identifies the status
OutboundQueueStatusUpdateData| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | QueueStatus |
None. |
|
| Messages | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": 1,
"Messages": "sample string 1"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.