POST api/{apiVersion}/Customer/Retail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "837c00eb-3c15-4a9e-8ee9-2c49cc3d58f8", "WorkingStyleId": "a29546ee-c13e-4948-90a5-02e2b0412291", "IdentificationTypeId": "635e82ee-d672-4516-8fb0-f66470db1f0b", "NationalityId": "76230852-a17b-4fb7-817e-1983e3b61519", "IdentificationNumber": "sample string 6", "Firstname": "sample string 7", "Lastname": "sample string 9", "DateOfBirth": "2025-02-21T21:08:51.4553874+03:00", "HomeCountryId": "962eec01-5e26-4b61-99bf-b48193dfc00f", "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": "635eb85f-b945-483b-8933-0f1acce905bf", "BackImageId": "584018ad-f077-43c7-b177-9939885b226f", "SelfieImageId": "420a92f7-5f5d-4055-8247-198aa497adc4", "GenderId": "ec4f7342-6047-4b56-bbb2-834f5bab93fe", "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": "cba307a9-738a-496c-ac6b-a3c1934c95c0", "CountryId": "13d7e888-75b6-4902-adca-209b2761564c", "Address": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }