POST Create_Activity

Request Information

URI Parameters

None.

Body Parameters

customactivity
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

project_id

globally unique identifier

None.

name

string

None.

url

string

None.

createdon

date

None.

isactive

boolean

None.

modifiedby

globally unique identifier

None.

modifiedon

date

None.

createdby

globally unique identifier

None.

isdelete

boolean

None.

Group_id

globally unique identifier

None.

RoleID

integer

None.

authorid

string

None.

usertype

integer

None.

Groupname

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "a669c95c-73e9-4704-8f5c-2a8304fa61fa",
  "project_id": "0b283e13-6299-424f-8543-337a0f07209f",
  "name": "sample string 2",
  "url": "sample string 3",
  "createdon": "2025-12-06T09:24:07.881509+05:30",
  "isactive": true,
  "modifiedby": "faf89432-731a-40a2-ae01-38b03cdaecf1",
  "modifiedon": "2025-12-06T09:24:07.881509+05:30",
  "createdby": "408e1460-abcd-460f-81e4-74234d805b6b",
  "isdelete": true,
  "Group_id": "7f5e4da6-e2ea-439a-8eba-10f43df68907",
  "RoleID": 4,
  "authorid": "sample string 5",
  "usertype": 1,
  "Groupname": "sample string 6",
  "token": "sample string 7"
}

application/xml, text/xml

Sample:
<customactivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LawQuorum.Models">
  <Group_id>7f5e4da6-e2ea-439a-8eba-10f43df68907</Group_id>
  <Groupname>sample string 6</Groupname>
  <RoleID>4</RoleID>
  <authorid>sample string 5</authorid>
  <createdby>408e1460-abcd-460f-81e4-74234d805b6b</createdby>
  <createdon xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T03:54:07.881509Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>330</d2p1:OffsetMinutes>
  </createdon>
  <id>a669c95c-73e9-4704-8f5c-2a8304fa61fa</id>
  <isactive>true</isactive>
  <isdelete>true</isdelete>
  <modifiedby>faf89432-731a-40a2-ae01-38b03cdaecf1</modifiedby>
  <modifiedon xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T03:54:07.881509Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>330</d2p1:OffsetMinutes>
  </modifiedon>
  <name>sample string 2</name>
  <project_id>0b283e13-6299-424f-8543-337a0f07209f</project_id>
  <token>sample string 7</token>
  <url>sample string 3</url>
  <usertype>1</usertype>
</customactivity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.