POST GetProposalList

Teklifler ve detayları listelenir.

Request Information

URI Parameters

None.

Body Parameters

GetProposalListRequest
NameDescriptionTypeAdditional information
proposalId

Teklif Numarası [Route("CreateProposal")]

string

None.

branchId

Branş Kodu

string

None.

productId

Ürün Kodu

string

None.

productTarifId

Ürün Tarife Kodu

string

None.

proposalDate1

Teklif Tarihi

string

None.

proposalDate2

Teklif Tarihi 2

string

None.

ownerIdNumber

string

None.

ownerTaxNumber

Sigorta Ettiren Vergi Numarası

string

None.

ownerTypeId

Sigorta Ettiren Grup|Kişi Bilgisi (G,T)

string

None.

ownerName

Sigorta Ettiren Adı

string

None.

ownerSurname

Sigorta Ettiren Soyadı

string

None.

idNumber

Sigortalı TC Kimlik Numarası

string

None.

taxNumber

Sigortalı TC Kimlik Numarası

string

None.

customerName

Sigortalı Adı

string

None.

customerSurname

Sigortalı Soyadı

string

None.

policyOrder

Yenileme Numarası

string

None.

proposalStatusId

Teklif Durumu

string

None.

salesManId

Satış Temsilcisi Uniq Numarası

string

None.

Request Formats

application/json, text/json

Sample:
{
  "proposalId": "sample string 1",
  "branchId": "sample string 2",
  "productId": "sample string 3",
  "productTarifId": "sample string 4",
  "proposalDate1": "sample string 5",
  "proposalDate2": "sample string 6",
  "ownerIdNumber": "sample string 7",
  "ownerTaxNumber": "sample string 8",
  "ownerTypeId": "sample string 9",
  "ownerName": "sample string 10",
  "ownerSurname": "sample string 11",
  "idNumber": "sample string 12",
  "taxNumber": "sample string 13",
  "customerName": "sample string 14",
  "customerSurname": "sample string 15",
  "policyOrder": "sample string 16",
  "proposalStatusId": "sample string 17",
  "salesManId": "sample string 18"
}

application/xml, text/xml

Sample:
<GetProposalListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHServices.Models.Production">
  <branchId>sample string 2</branchId>
  <customerName>sample string 14</customerName>
  <customerSurname>sample string 15</customerSurname>
  <idNumber>sample string 12</idNumber>
  <ownerIdNumber>sample string 7</ownerIdNumber>
  <ownerName>sample string 10</ownerName>
  <ownerSurname>sample string 11</ownerSurname>
  <ownerTaxNumber>sample string 8</ownerTaxNumber>
  <ownerTypeId>sample string 9</ownerTypeId>
  <policyOrder>sample string 16</policyOrder>
  <productId>sample string 3</productId>
  <productTarifId>sample string 4</productTarifId>
  <proposalDate1>sample string 5</proposalDate1>
  <proposalDate2>sample string 6</proposalDate2>
  <proposalId>sample string 1</proposalId>
  <proposalStatusId>sample string 17</proposalStatusId>
  <salesManId>sample string 18</salesManId>
  <taxNumber>sample string 13</taxNumber>
</GetProposalListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.