POST api/Sirket1

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_SIRKET1_Result
NameDescriptionTypeAdditional information
SMSKULLANICIKODU

string

None.

SMSKULLANICISIFRE

string

None.

SMSKANALKODU

string

None.

SMSORIGINATOR

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SMSKULLANICIKODU": "sample string 1",
    "SMSKULLANICISIFRE": "sample string 2",
    "SMSKANALKODU": "sample string 3",
    "SMSORIGINATOR": "sample string 4"
  },
  {
    "SMSKULLANICIKODU": "sample string 1",
    "SMSKULLANICISIFRE": "sample string 2",
    "SMSKANALKODU": "sample string 3",
    "SMSORIGINATOR": "sample string 4"
  }
]

text/html

Sample:
[{"SMSKULLANICIKODU":"sample string 1","SMSKULLANICISIFRE":"sample string 2","SMSKANALKODU":"sample string 3","SMSORIGINATOR":"sample string 4"},{"SMSKULLANICIKODU":"sample string 1","SMSKULLANICISIFRE":"sample string 2","SMSKANALKODU":"sample string 3","SMSORIGINATOR":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfMEDWEB_SIRKET1_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <MEDWEB_SIRKET1_Result>
    <SMSKANALKODU>sample string 3</SMSKANALKODU>
    <SMSKULLANICIKODU>sample string 1</SMSKULLANICIKODU>
    <SMSKULLANICISIFRE>sample string 2</SMSKULLANICISIFRE>
    <SMSORIGINATOR>sample string 4</SMSORIGINATOR>
  </MEDWEB_SIRKET1_Result>
  <MEDWEB_SIRKET1_Result>
    <SMSKANALKODU>sample string 3</SMSKANALKODU>
    <SMSKULLANICIKODU>sample string 1</SMSKULLANICIKODU>
    <SMSKULLANICISIFRE>sample string 2</SMSKULLANICISIFRE>
    <SMSORIGINATOR>sample string 4</SMSORIGINATOR>
  </MEDWEB_SIRKET1_Result>
</ArrayOfMEDWEB_SIRKET1_Result>