POST api/YolcuAracBindi

Request Information

URI Parameters

None.

Body Parameters

YolcuAracBindiKaydetMobilDto
NameDescriptionTypeAdditional information
ARACYOLCUBINDI_YOLCU_ID

integer

None.

ARACYOLCUBINDI_G_ID

integer

None.

ARACYOLCUBINDI_A_ID

integer

None.

ARACYOLCUBINDI_KONUM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ARACYOLCUBINDI_YOLCU_ID": 1,
  "ARACYOLCUBINDI_G_ID": 2,
  "ARACYOLCUBINDI_A_ID": 3,
  "ARACYOLCUBINDI_KONUM": "sample string 4"
}

application/xml, text/xml

Sample:
<YolcuAracBindiController.YolcuAracBindiKaydetMobilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YeniTurApi.Controllers">
  <ARACYOLCUBINDI_A_ID>3</ARACYOLCUBINDI_A_ID>
  <ARACYOLCUBINDI_G_ID>2</ARACYOLCUBINDI_G_ID>
  <ARACYOLCUBINDI_KONUM>sample string 4</ARACYOLCUBINDI_KONUM>
  <ARACYOLCUBINDI_YOLCU_ID>1</ARACYOLCUBINDI_YOLCU_ID>
</YolcuAracBindiController.YolcuAracBindiKaydetMobilDto>

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