POST api/Project/setMessage/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "MessageText": "sample string 1",
  "Reply": "sample string 2",
  "SenderName": "sample string 3",
  "IsPreview": true,
  "IsApproved": true,
  "DetailComment": "sample string 6",
  "Score": "sample string 7",
  "ProjectId": "33140da7-134e-4f9b-9482-b7f28b83a830",
  "ProjectSessionId": "311513e2-47b7-4164-8ff9-abe2815bc6b3",
  "Id": "fa67bf04-9e54-4824-9cc3-c393e5aeb62e",
  "DateCreated": "2024-04-23T21:37:03.662804+00:00",
  "DateUpdated": "2024-04-23T21:37:03.662804+00:00",
  "Status": true
}

text/xml

Sample:
<Message xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteModels">
  <DateCreated>2024-04-23T21:37:03.662804+00:00</DateCreated>
  <DateUpdated>2024-04-23T21:37:03.662804+00:00</DateUpdated>
  <Id>fa67bf04-9e54-4824-9cc3-c393e5aeb62e</Id>
  <Status>true</Status>
  <DetailComment>sample string 6</DetailComment>
  <IsApproved>true</IsApproved>
  <IsPreview>true</IsPreview>
  <MessageText>sample string 1</MessageText>
  <ProjectId>33140da7-134e-4f9b-9482-b7f28b83a830</ProjectId>
  <ProjectSessionId>311513e2-47b7-4164-8ff9-abe2815bc6b3</ProjectSessionId>
  <Reply>sample string 2</Reply>
  <Score>sample string 7</Score>
  <SenderName>sample string 3</SenderName>
</Message>

application/x-www-form-urlencoded

Sample:

Sample not available.