PUT api/PACSInfrastructure/PutRequestAction

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
requestAction
No documentation available.

Define this parameter in the request body.

Request body formats

application/xml, text/xml

Sample:
<RequestAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Novalys.PACS.Runtime.Model">
  <ActionType>None</ActionType>
  <RequestIdentifier>sample string 1</RequestIdentifier>
</RequestAction>

application/json, text/json

Sample:
{
  "ActionType": 0,
  "RequestIdentifier": "sample string 1"
}