PUT api/InternalTrains/SendQuery

Request Information

URI Parameters

None.

Body Parameters

TRAIN_QUERIES
NameDescriptionTypeAdditional information
RBCT_TRAIN_NAME

string

None.

RBCT_TRAIN_CREATION_DATE

date

None.

USER_NAME

string

None.

SENT_DATE

date

None.

MESSAGE

string

None.

REASON

string

None.

REASON_CODE

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "RBCT_TRAIN_NAME": "sample string 1",
  "RBCT_TRAIN_CREATION_DATE": "2026-02-12T19:31:27.1249323+02:00",
  "USER_NAME": "sample string 3",
  "SENT_DATE": "2026-02-12T19:31:27.1249323+02:00",
  "MESSAGE": "sample string 5",
  "REASON": "sample string 6",
  "REASON_CODE": 1.0
}

application/xml, text/xml

Sample:
<TRAIN_QUERIES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.DB.Models">
  <MESSAGE>sample string 5</MESSAGE>
  <RBCT_TRAIN_CREATION_DATE>2026-02-12T19:31:27.1249323+02:00</RBCT_TRAIN_CREATION_DATE>
  <RBCT_TRAIN_NAME>sample string 1</RBCT_TRAIN_NAME>
  <REASON>sample string 6</REASON>
  <REASON_CODE>1</REASON_CODE>
  <SENT_DATE>2026-02-12T19:31:27.1249323+02:00</SENT_DATE>
  <USER_NAME>sample string 3</USER_NAME>
</TRAIN_QUERIES>

multipart/form-data

Sample:
<TRAIN_QUERIES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.DB.Models"><MESSAGE>sample string 5</MESSAGE><RBCT_TRAIN_CREATION_DATE>2026-02-12T19:31:27.1249323+02:00</RBCT_TRAIN_CREATION_DATE><RBCT_TRAIN_NAME>sample string 1</RBCT_TRAIN_NAME><REASON>sample string 6</REASON><REASON_CODE>1</REASON_CODE><SENT_DATE>2026-02-12T19:31:27.1249323+02:00</SENT_DATE><USER_NAME>sample string 3</USER_NAME></TRAIN_QUERIES>

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, multipart/form-data

Sample:

Sample not available.