POST api/v1/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": "a211beef-8dad-42a9-a2f6-388928d1f12d", "WorkingStyleId": "3a95f96f-803e-4d2d-adcb-4b818101ca99", "IdentificationTypeId": "35b32141-4e7c-412b-b948-e12def7749d4", "NationalityId": "8619d88b-02ae-405c-a8be-b3983a5804f8", "IdentificationNumber": "sample string 6", "Firstname": "sample string 7", "Lastname": "sample string 9", "DateOfBirth": "2025-07-08T17:48:16.1489424+03:00", "HomeCountryId": "29b8040f-a1c1-4674-b578-6af6479ba0dd", "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": "d4da3237-b47d-4eb4-81e5-d341c7e58955", "BackImageId": "04d91a41-288e-4b96-a194-c95045e0f51e", "SelfieImageId": "ee2dc0e4-e12d-49d4-badb-407163a7687f", "GenderId": "bdecad38-8f99-4ed9-a797-114014b01a8b", "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": "1c629191-caf9-4aa9-88ce-bb24dfe83c8a", "CountryId": "f5e7ca5e-ddfd-483e-a96d-18efe70d55d3", "Address": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }