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": "d0408ded-a940-4c49-869c-f78194fd4dc4", "WorkingStyleId": "5ce978ba-346b-45dd-8504-1eaaa401dd09", "IdentificationTypeId": "f3dd343c-af64-4f46-8557-9d58880b2946", "NationalityId": "3e57115a-219c-48ab-8186-d130d80e7bc4", "IdentificationNumber": "sample string 6", "Firstname": "sample string 7", "Lastname": "sample string 9", "DateOfBirth": "2025-07-08T16:56:33.8149294+03:00", "HomeCountryId": "d4f6215f-1487-48b1-9e83-cdf16972f822", "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": "ec524628-d928-4704-957e-3ba92c38b623", "BackImageId": "39fb57df-828c-4c28-b36a-d6e3266c0cca", "SelfieImageId": "b8ded1f7-fde7-4a7d-b908-40eebde28e77", "GenderId": "1f55a0ef-e2b9-429c-9ae4-4d5e5e60215b", "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": "bb88b177-a5db-4012-9bbc-2de632e4d5b5", "CountryId": "49c85c53-b943-4598-b890-15b22b0def7d", "Address": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }