POST api/YolcuAracIndi

Request Information

URI Parameters

None.

Body Parameters

YolcuAracIndiKaydetMobilDto
NameDescriptionTypeAdditional information
ARACYOLCUINDI_YOLCU_ID

integer

None.

ARACYOLCUINDI_G_ID

integer

None.

ARACYOLCUINDI_A_ID

integer

None.

ARACYOLCUINDI_KONUM

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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/" />