POST LogFacts/CreateLogFact

Request Information

URI Parameters

None.

Body Parameters

CreateLogFactInput
NameDescriptionTypeAdditional information
LogUsageId

globally unique identifier

None.

factLookupId

integer

None.

value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogUsageId": "b2b563a6-6d5b-42c4-a764-95533e64a35e",
  "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>b2b563a6-6d5b-42c4-a764-95533e64a35e</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.