POST LogFacts/CreateLogFact
Request Information
URI Parameters
None.
Body Parameters
CreateLogFactInputName | Description | Type | Additional information |
---|---|---|---|
LogUsageId | globally unique identifier |
None. |
|
factLookupId | integer |
None. |
|
value | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LogUsageId": "fdbeacbd-1bab-4e85-8db1-fddd75bb978a", "factLookupId": 2, "value": "sample string 3" }
application/xml, text/xml
Sample:
<LogFactsController.CreateLogFactInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.TrialsAPIServices.Controllers"> <LogUsageId>fdbeacbd-1bab-4e85-8db1-fddd75bb978a</LogUsageId> <factLookupId>2</factLookupId> <value>sample string 3</value> </LogFactsController.CreateLogFactInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.