POST api/AracYolcuIndi

Request Information

URI Parameters

None.

Body Parameters

AracYolcuIndiKaydetMobilDto
NameDescriptionTypeAdditional information
ARACYOLCUINDI_YOLCU_ID

integer

None.

ARACYOLCUINDI_GD_ID

integer

None.

ARACYOLCUINDI_A_ID

integer

None.

ARACYOLCUINDI_KONUM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ARACYOLCUINDI_YOLCU_ID": 1,
  "ARACYOLCUINDI_GD_ID": 2,
  "ARACYOLCUINDI_A_ID": 3,
  "ARACYOLCUINDI_KONUM": "sample string 4"
}

application/xml, text/xml

Sample:
<AracYolcuIndiController.AracYolcuIndiKaydetMobilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TurdemApi.Controllers">
  <ARACYOLCUINDI_A_ID>3</ARACYOLCUINDI_A_ID>
  <ARACYOLCUINDI_GD_ID>2</ARACYOLCUINDI_GD_ID>
  <ARACYOLCUINDI_KONUM>sample string 4</ARACYOLCUINDI_KONUM>
  <ARACYOLCUINDI_YOLCU_ID>1</ARACYOLCUINDI_YOLCU_ID>
</AracYolcuIndiController.AracYolcuIndiKaydetMobilDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AracYolcuIndiKaydetMobilDto'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />