POST api/AracKontrolAdd

Request Information

URI Parameters

None.

Body Parameters

AracKontrolAddMobilDto
NameDescriptionTypeAdditional information
M_ARACKONTROL_ARAC_ID

integer

None.

M_ARACKONTROL_PROJE_ID

integer

None.

M_ARACKONTROL_PERSONEL_ID

integer

None.

M_ARACKONTROL_HOSTES_ID

integer

None.

M_ARACKONTROL_G_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "M_ARACKONTROL_ARAC_ID": 1,
  "M_ARACKONTROL_PROJE_ID": 2,
  "M_ARACKONTROL_PERSONEL_ID": 3,
  "M_ARACKONTROL_HOSTES_ID": 4,
  "M_ARACKONTROL_G_ID": 1
}

application/xml, text/xml

Sample:
<AracKontrolAddController.AracKontrolAddMobilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkyilApi.Controllers">
  <M_ARACKONTROL_ARAC_ID>1</M_ARACKONTROL_ARAC_ID>
  <M_ARACKONTROL_G_ID>1</M_ARACKONTROL_G_ID>
  <M_ARACKONTROL_HOSTES_ID>4</M_ARACKONTROL_HOSTES_ID>
  <M_ARACKONTROL_PERSONEL_ID>3</M_ARACKONTROL_PERSONEL_ID>
  <M_ARACKONTROL_PROJE_ID>2</M_ARACKONTROL_PROJE_ID>
</AracKontrolAddController.AracKontrolAddMobilDto>

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