POST sigorta/d

Request Information

URI Parameters

None.

Body Parameters

SIGORTA
NameDescriptionTypeAdditional information
ID

integer

None.

ARAC_ID

integer

None.

SIGORTATURU_ID

integer

None.

BASLANGIC_TARIHI

date

None.

BITIS_TARIHI

date

None.

SIGORTASIRKETI_ID

integer

None.

POLICE_NO

string

None.

TUTAR

decimal number

None.

NOT

string

None.

DOSYA

string

None.

CREATED_AT

date

None.

CREATED_BY

integer

None.

EDITED_AT

date

None.

EDITED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ARAC_ID": 2,
  "SIGORTATURU_ID": 3,
  "BASLANGIC_TARIHI": "2026-07-29T20:54:49.1678271+03:00",
  "BITIS_TARIHI": "2026-07-29T20:54:49.1678271+03:00",
  "SIGORTASIRKETI_ID": 6,
  "POLICE_NO": "sample string 7",
  "TUTAR": 8.0,
  "NOT": "sample string 9",
  "DOSYA": "sample string 10",
  "CREATED_AT": "2026-07-29T20:54:49.1678271+03:00",
  "CREATED_BY": 12,
  "EDITED_AT": "2026-07-29T20:54:49.1678271+03:00",
  "EDITED_BY": 14
}

application/xml, text/xml

Sample:
<SIGORTA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO">
  <ARAC_ID>2</ARAC_ID>
  <BASLANGIC_TARIHI>2026-07-29T20:54:49.1678271+03:00</BASLANGIC_TARIHI>
  <BITIS_TARIHI>2026-07-29T20:54:49.1678271+03:00</BITIS_TARIHI>
  <CREATED_AT>2026-07-29T20:54:49.1678271+03:00</CREATED_AT>
  <CREATED_BY>12</CREATED_BY>
  <DOSYA>sample string 10</DOSYA>
  <EDITED_AT>2026-07-29T20:54:49.1678271+03:00</EDITED_AT>
  <EDITED_BY>14</EDITED_BY>
  <ID>1</ID>
  <NOT>sample string 9</NOT>
  <POLICE_NO>sample string 7</POLICE_NO>
  <SIGORTASIRKETI_ID>6</SIGORTASIRKETI_ID>
  <SIGORTATURU_ID>3</SIGORTATURU_ID>
  <TUTAR>8</TUTAR>
</SIGORTA>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfBoolean
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-29T20:54:49.1678271+03:00",
  "R": true
}

application/xml, text/xml

Sample:
<ApiResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Request">
  <DATE>2026-07-29T20:54:49.1678271+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R>true</R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfboolean>