POST v1/system/{systemKey}/external-processing-queues/{externalProcessingQueueKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
systemKey

globally unique identifier

Required

externalProcessingQueueKey

globally unique identifier

Required

Body Parameters

ExternalProcessingQueueStatusUpdateDTO
NameDescriptionTypeAdditional information
Status

ExternalProcessingQueueStatus

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "status": "Unprocessed",
  "notes": "sample string 1"
}

text/xml

Sample:
<ExternalProcessingQueueStatusUpdateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.ServiceContracts.Data.Models">
  <Notes>sample string 1</Notes>
  <Status>Unprocessed</Status>
</ExternalProcessingQueueStatusUpdateDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.