POST api/Request/UpdateRequest
Documentation for 'UpdateRequest'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "requestId": 1, "requestEdit": true, "RequestProjectResult": "sample string 3", "RequestPubblications": "sample string 4", "RequestNetworkAcknowledgement": true }
application/xml, text/xml
Sample:
<RequestUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BioBancheFEShared.Models"> <RequestNetworkAcknowledgement>true</RequestNetworkAcknowledgement> <RequestProjectResult>sample string 3</RequestProjectResult> <RequestPubblications>sample string 4</RequestPubblications> <requestEdit>true</requestEdit> <requestId>1</requestId> </RequestUpdateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>