POST api/SurucuAracKontrol
Request Information
URI Parameters
None.
Body Parameters
SurucuAracKontrolMobilDto| Name | Description | Type | Additional information |
|---|---|---|---|
| M_S_ARACKONTROL_ARAC_ID | integer |
None. |
|
| M_S_ARACKONTROL_SURUCU_ID | integer |
None. |
|
| M_S_ARACKONTROL_PROJE_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"M_S_ARACKONTROL_ARAC_ID": 1,
"M_S_ARACKONTROL_SURUCU_ID": 2,
"M_S_ARACKONTROL_PROJE_ID": 3
}
application/xml, text/xml
Sample:
<SurucuAracKontrolController.SurucuAracKontrolMobilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkyilApi.Controllers"> <M_S_ARACKONTROL_ARAC_ID>1</M_S_ARACKONTROL_ARAC_ID> <M_S_ARACKONTROL_PROJE_ID>3</M_S_ARACKONTROL_PROJE_ID> <M_S_ARACKONTROL_SURUCU_ID>2</M_S_ARACKONTROL_SURUCU_ID> </SurucuAracKontrolController.SurucuAracKontrolMobilDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />