POST api/v1/Reply/PostReply

Request Information

URI Parameters

None.

Body Parameters

Replies
NameDescriptionTypeAdditional information
_ReplyId

integer

None.

_SupportId

integer

None.

_Content

string

String length: inclusive between 0 and 1500

_Sender

string

String length: inclusive between 0 and 45

_Receiver

string

String length: inclusive between 0 and 45

_MessageCategory

EMAIL_CATEGORY

None.

_Support

Support

None.

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_ReplyId": 1,
  "_SupportId": 2,
  "_Content": "sample string 3",
  "_Sender": "sample string 4",
  "_Receiver": "sample string 5",
  "_MessageCategory": 0,
  "_Support": {
    "_SupportId": 1,
    "_Subject": "sample string 2",
    "_Category": 0,
    "_Status": 0,
    "_Reciever": "sample string 3",
    "_Sender": "sample string 4",
    "_Content": "sample string 5",
    "_Priority": 0,
    "_MessageCategory": 0,
    "_SysNumber": 6,
    "Replies": [],
    "_CreationDate": "2025-12-06T17:39:45.2051398+00:00",
    "_UpdatedDate": "2025-12-06T17:39:45.2051398+00:00"
  },
  "_SysNumber": 6,
  "_CreationDate": "2025-12-06T17:39:45.2051398+00:00",
  "_UpdatedDate": "2025-12-06T17:39:45.2051398+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.