POST api/Customer/Retail
Request Information
URI Parameters
None.
Body Parameters
RetailRequestName | Description | Type | Additional information |
---|---|---|---|
ProfessionId | globally unique identifier |
None. |
|
WorkingStyleId | globally unique identifier |
None. |
|
IdentificationTypeId | globally unique identifier |
None. |
|
NationalityId | globally unique identifier |
None. |
|
IdentificationNumber | string |
None. |
|
Firstname | string |
None. |
|
Lastname | string |
None. |
|
DateOfBirth | date |
None. |
|
HomeCountryId | globally unique identifier |
None. |
|
MobilePhone | string |
None. |
|
string |
None. |
||
Password | string |
None. |
|
ConfirmPassword | string |
None. |
|
LanguageId | integer |
None. |
|
CustomerType | CustomerType |
None. |
|
SmsOtpCode | integer |
None. |
|
MailOtpCode | integer |
None. |
|
Consent | boolean |
None. |
|
GeneralPaymentServicesAgreement | boolean |
None. |
|
PermissionMarketing | boolean |
None. |
|
ProtectionPersonalData | boolean |
None. |
|
IsEmailVerified | boolean |
None. |
|
FrontImageId | globally unique identifier |
None. |
|
BackImageId | globally unique identifier |
None. |
|
SelfieImageId | globally unique identifier |
None. |
|
GenderId | globally unique identifier |
None. |
|
SuggestionCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProfessionId": "42322f88-afae-426c-b7a2-ca52602b9158", "WorkingStyleId": "a5c5b340-ef6d-41b9-8bd0-4159719195dc", "IdentificationTypeId": "5e6ec282-84ac-4daf-9fc1-27afbf37657b", "NationalityId": "0096a1ec-5dea-42cd-b28c-5c4d0e64e1a2", "IdentificationNumber": "sample string 6", "Firstname": "sample string 7", "Lastname": "sample string 9", "DateOfBirth": "2025-07-08T17:12:33.3450269+03:00", "HomeCountryId": "3c5b4ed5-1ebd-4886-a73d-be4db3c3c4e5", "MobilePhone": "sample string 16", "EMail": "sample string 18", "Password": "sample string 20", "ConfirmPassword": "sample string 21", "LanguageId": 22, "CustomerType": 1, "SmsOtpCode": 24, "MailOtpCode": 25, "Consent": true, "GeneralPaymentServicesAgreement": true, "PermissionMarketing": true, "ProtectionPersonalData": true, "IsEmailVerified": true, "FrontImageId": "c4681fb7-ddf2-4986-8765-73ed0181e7d0", "BackImageId": "793d0785-9d22-40a7-8db1-51dcd6022d74", "SelfieImageId": "be678dd9-5ed2-4037-a083-562c19f1c833", "GenderId": "3a916ff0-1cd9-4c5e-8220-dc20cb32340a", "SuggestionCode": "sample string 36" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfRetailResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | RetailResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "CustomerId": "196f9fcd-3336-4d92-8e99-9dcf7ffcee35", "CountryId": "66e36a45-024a-4c53-beec-a17f9ba33f64", "Address": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }