POST api/Values/Post
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<ComputerData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Novalys.PACS.RuntimeService.Controllers"> <ComputerId>6781f6c3-fff3-4c6e-87c9-8d6e1cdd6b58</ComputerId> </ComputerData>
application/json, text/json
Sample:
{ "ComputerId": "6781f6c3-fff3-4c6e-87c9-8d6e1cdd6b58" }