POST api/SurucuServisKontrolAdd

Request Information

URI Parameters

None.

Body Parameters

SurucuServisKontrolAddMobilDto
NameDescriptionTypeAdditional information
M_SERVISKONTROL_ARAC_ID

integer

None.

M_SERVISKONTROL_GUZERGAH_ID

integer

None.

M_SERVISKONTROL_SURUCU_ID

integer

None.

M_SERVISKONTROL_TIP_ID

integer

None.

M_SERVISKONTROL_GD_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "M_SERVISKONTROL_ARAC_ID": 1,
  "M_SERVISKONTROL_GUZERGAH_ID": 2,
  "M_SERVISKONTROL_SURUCU_ID": 3,
  "M_SERVISKONTROL_TIP_ID": 4,
  "M_SERVISKONTROL_GD_ID": 5
}

application/xml, text/xml

Sample:
<SurucuServisKontrolAddController.SurucuServisKontrolAddMobilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkyilApi.Controllers">
  <M_SERVISKONTROL_ARAC_ID>1</M_SERVISKONTROL_ARAC_ID>
  <M_SERVISKONTROL_GD_ID>5</M_SERVISKONTROL_GD_ID>
  <M_SERVISKONTROL_GUZERGAH_ID>2</M_SERVISKONTROL_GUZERGAH_ID>
  <M_SERVISKONTROL_SURUCU_ID>3</M_SERVISKONTROL_SURUCU_ID>
  <M_SERVISKONTROL_TIP_ID>4</M_SERVISKONTROL_TIP_ID>
</SurucuServisKontrolAddController.SurucuServisKontrolAddMobilDto>

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