POST api/ReferralTuran/PostTicketsTuran

JIRA to RAIS

Request Information

URI Parameters

None.

Body Parameters

List of Parameter need to pass in the body

JIRAReferral
NameDescriptionTypeAdditional information
JiraID

JIRA Unique ID

string

None.

CaseNo

Progres Case Numeber

string

None.

ReferralDate

Referral Date

date

None.

Priority

Priority

string

None.

ReferralType

Referral Type

integer

None.

ReferralReason

Referral Reason

integer

None.

Comments

Comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "JiraID": "sample string 1",
  "CaseNo": "sample string 2",
  "ReferralDate": "2025-10-16T04:27:01.4146995+00:00",
  "Priority": "sample string 4",
  "ReferralType": 5,
  "ReferralReason": 6,
  "Comments": "sample string 7"
}

application/xml, text/xml

Sample:
<JIRAReferral xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <JiraID>sample string 1</JiraID>
  <CaseNo>sample string 2</CaseNo>
  <ReferralDate>2025-10-16T04:27:01.4146995+00:00</ReferralDate>
  <Priority>sample string 4</Priority>
  <ReferralType>5</ReferralType>
  <ReferralReason>6</ReferralReason>
  <Comments>sample string 7</Comments>
</JIRAReferral>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="JiraID"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="CaseNo"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="ReferralDate"

2025-10-16T04:27:01.4146995+00:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Priority"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="ReferralType"

5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="ReferralReason"

6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Comments"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

RAIS Referral ID

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name=""

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e--