POST api/AracYolcuSeferKaydet

Request Information

URI Parameters

None.

Body Parameters

AracYolcuSeferKaydetMobilDto
NameDescriptionTypeAdditional information
ARACYOLCUSEFER_YOLCU_ID

integer

None.

ARACYOLCUSEFER_GD_ID

integer

None.

ARACYOLCUSEFER_A_ID

integer

None.

ARACYOLCUSEFER_KONUM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ARACYOLCUSEFER_YOLCU_ID": 1,
  "ARACYOLCUSEFER_GD_ID": 2,
  "ARACYOLCUSEFER_A_ID": 3,
  "ARACYOLCUSEFER_KONUM": "sample string 4"
}

application/xml, text/xml

Sample:
<AracYolcuSeferKaydetController.AracYolcuSeferKaydetMobilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkyilApi.Controllers">
  <ARACYOLCUSEFER_A_ID>3</ARACYOLCUSEFER_A_ID>
  <ARACYOLCUSEFER_GD_ID>2</ARACYOLCUSEFER_GD_ID>
  <ARACYOLCUSEFER_KONUM>sample string 4</ARACYOLCUSEFER_KONUM>
  <ARACYOLCUSEFER_YOLCU_ID>1</ARACYOLCUSEFER_YOLCU_ID>
</AracYolcuSeferKaydetController.AracYolcuSeferKaydetMobilDto>

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