POST api/RaySigorta/CreateProposal
Teklif oluşturma - teklifBilgileri test alanı = Bu alan true gönderilirse teklif yaratılmaz, ancak teklif yaratılıyormuş gibi tüm kontroller çalıştırılır
Request Information
URI Parameters
None.
Body Parameters
CreateProposalVeriClass| Name | Description | Type | Additional information |
|---|---|---|---|
| ServisKullaniciVerisi | ServisKullaniciBilgileri |
None. |
|
| GelenTeklifBilgileri | CreateProposalTeklifBilgileriVeriClass |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServisKullaniciVerisi": {
"$id": "2",
"KullanciAdi": "sample string 1",
"Sifre": "sample string 2"
},
"GelenTeklifBilgileri": {
"$id": "3",
"BasTarih": "2025-12-31T23:06:07.2094248+03:00",
"BitTarih": "2026-12-31T23:06:07.2094248+03:00",
"MusteriId": 2,
"OdemePlanId": 3,
"PlanId": 4,
"OdemeTipId": 5,
"UrunKoduId": 6,
"AlleBrokerTeklifId": 7,
"TestMi": true
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |