POST api/v1/Support/PostSupport

Request Information

URI Parameters

None.

Body Parameters

Support
NameDescriptionTypeAdditional information
_SupportId

integer

None.

_Subject

string

String length: inclusive between 0 and 100

_Category

CATEGORYSUPPORT

None.

_Status

STATUSSUPPORT

None.

_Reciever

string

String length: inclusive between 0 and 45

_Sender

string

String length: inclusive between 0 and 45

_Content

string

String length: inclusive between 0 and 1500

_Priority

PRIORITYSUPPORT

None.

_MessageCategory

EMAIL_CATEGORY

None.

_SysNumber

integer

None.

Replies

Collection of Replies

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_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": [
    {
      "_ReplyId": 1,
      "_SupportId": 2,
      "_Content": "sample string 3",
      "_Sender": "sample string 4",
      "_Receiver": "sample string 5",
      "_MessageCategory": 0,
      "_SysNumber": 6,
      "_CreationDate": "2025-12-06T17:37:30.3614109+00:00",
      "_UpdatedDate": "2025-12-06T17:37:30.3614109+00:00"
    },
    {
      "_ReplyId": 1,
      "_SupportId": 2,
      "_Content": "sample string 3",
      "_Sender": "sample string 4",
      "_Receiver": "sample string 5",
      "_MessageCategory": 0,
      "_SysNumber": 6,
      "_CreationDate": "2025-12-06T17:37:30.3614109+00:00",
      "_UpdatedDate": "2025-12-06T17:37:30.3614109+00:00"
    }
  ],
  "_CreationDate": "2025-12-06T17:37:30.3614109+00:00",
  "_UpdatedDate": "2025-12-06T17:37:30.3614109+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.