POST LogFacts/CreateLogFact
Request Information
URI Parameters
None.
Body Parameters
CreateLogFactInput| Name | Description | Type | Additional information |
|---|---|---|---|
| LogUsageId | globally unique identifier |
None. |
|
| factLookupId | integer |
None. |
|
| value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LogUsageId": "5b3f95cd-1aa8-4c5c-8d9a-2814219c75b4",
"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>5b3f95cd-1aa8-4c5c-8d9a-2814219c75b4</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.