POST UtilitiesAPI/AddActivity

Request Information

URI Parameters

None.

Body Parameters

Utility
NameDescriptionTypeAdditional information
ActivityLogID

integer

None.

Activity

string

None.

ActivityDate

date

None.

ActivityDateStr

string

None.

ActivityTimeStr

string

None.

FullName

string

None.

UserName

string

None.

PageUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActivityLogID": 1,
  "Activity": "sample string 2",
  "ActivityDate": "2024-04-18T15:17:35.5698976+01:00",
  "ActivityDateStr": "sample string 4",
  "ActivityTimeStr": "sample string 5",
  "FullName": "sample string 6",
  "UserName": "sample string 7",
  "PageUrl": "sample string 8"
}

application/xml, text/xml

Sample:
<Utility xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models">
  <Activity>sample string 2</Activity>
  <ActivityDate>2024-04-18T15:17:35.5698976+01:00</ActivityDate>
  <ActivityDateStr>sample string 4</ActivityDateStr>
  <ActivityLogID>1</ActivityLogID>
  <ActivityTimeStr>sample string 5</ActivityTimeStr>
  <FullName>sample string 6</FullName>
  <PageUrl>sample string 8</PageUrl>
  <UserName>sample string 7</UserName>
</Utility>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>