Add Partner
You can perform partner addition operation in this step.
POST
https://apigwtest.elekse.com/api/yetkilivezne/webapi/Transfer/AddPartner
JSON
HEADER
DealerNo
string
It is the dealer number created for the dealer.
Username
string
It is the username created for the dealer.
Password
string
It is the password created for the dealer.
PARTNER INFORMATIONS
NationalityId
int
It is the nationality ID of the customer.
IdentityNumber
string
It is the identity number of the customer.
BirthDate
datetime
It is the birth date of the customer.
Name
string
It is the name of the customer.
LastName
string
It is the last name of the customer.
BirthOfPlace
string
It is the birthplace of the customer.
ProfessionId
int
Its is the profession Id of the customer.
MothersName
string
It is the mother's name of the customer.
FathersName
string
It is the father's name of the customer.
PARTNER FORMS
DocumentNumber
string
It is the identity number.
DocumentTypeId
int
Document type ID.
IssuingCountryId
int
It is the country ID.
DateOfIssue
datetime
Date of issue.
DateOfExpire
datetime
Date of expire.
FormId
int
It is the form id.
FormTypeId
int
It is the form type id.
Name
string
It is the document name.
Url
string
It is the document URL.
NameBack
string
If is exist, it is the name of the document's back side.
UrlBack
string
If is exist,it is the URL of the document's back side.
REQUEST
RESPONSE
Last updated