POST api/{apiVersion}/Insurance/Payin

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

PayinRequest
NameDescriptionTypeAdditional information
Block

string

None.

UavtAddressNo

string

None.

Apartment

string

None.

TownCode

string

None.

CityCode

string

None.

Flat

string

None.

Building

string

None.

DistrictCode

string

None.

DistrictName

string

None.

StreetName

string

None.

VillageCode

string

None.

CityName

string

None.

TownName

string

None.

VillageName

string

None.

PhoneNumber

string

None.

Name

string

None.

Surname

string

None.

FatherName

string

None.

Gender

string

None.

MartialStatus

string

None.

PassportNo

string

None.

Ykn

string

None.

NationalityCode

string

None.

BirthDate

string

None.

ProposalGrossPremium

decimal number

None.

ProposalId

string

None.

ProductCode

string

None.

Email

string

None.

CustomerAccountId

globally unique identifier

None.

CustomerId

globally unique identifier

None.

CustomerCurrencyId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Block": "sample string 1",
  "UavtAddressNo": "sample string 2",
  "Apartment": "sample string 3",
  "TownCode": "sample string 4",
  "CityCode": "sample string 5",
  "Flat": "sample string 6",
  "Building": "sample string 7",
  "DistrictCode": "sample string 8",
  "DistrictName": "sample string 9",
  "StreetName": "sample string 10",
  "VillageCode": "sample string 11",
  "CityName": "sample string 12",
  "TownName": "sample string 13",
  "VillageName": "sample string 14",
  "PhoneNumber": "sample string 15",
  "Name": "sample string 16",
  "Surname": "sample string 17",
  "FatherName": "sample string 18",
  "Gender": "sample string 19",
  "MartialStatus": "sample string 20",
  "PassportNo": "sample string 21",
  "Ykn": "sample string 22",
  "NationalityCode": "sample string 23",
  "BirthDate": "sample string 24",
  "ProposalGrossPremium": 25.0,
  "ProposalId": "sample string 26",
  "ProductCode": "sample string 27",
  "Email": "sample string 28",
  "CustomerAccountId": "d8e591af-4b6a-4a18-ae1a-f6f23b760907",
  "CustomerId": "daf64538-3348-490e-a029-ef4ebda25e58",
  "CustomerCurrencyId": "1c79c1ab-326a-426f-8d50-4f4255fb6b99"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfPayinResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

PayinResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "EBS_WS_ISSUE_Response": {
      "GUID": "sample string 1",
      "POLICY_NO": "sample string 2",
      "BASE_POLICY_NO": "sample string 3",
      "ISSUE_DATE": "sample string 4",
      "POLICY_START_DATE": "sample string 5",
      "POLICY_END_DATE": "sample string 6",
      "EBS_PROPOSAL_ID": "sample string 7",
      "GROSS_PREMIUM": "sample string 8",
      "COMMISSION": "sample string 9",
      "NET_PREMIUM": "sample string 10",
      "TOTAL_TAX": "sample string 11",
      "INSURANCE_COMPANY_POLICY_NO": "sample string 12",
      "PDF": "sample string 13",
      "PDF_URL": "sample string 14",
      "NOTIFICATION_PDF": "sample string 15",
      "NOTIFICATION_PDF_URL": "sample string 16",
      "RESPONSE": 17,
      "RESPONSE_DATA": "sample string 18"
    },
    "CustAccountOperationId": "dbdd8236-3852-42af-9cea-0def53b1bac7"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}