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": "c999094a-4e79-4a14-8d5f-1ee4f97ee0e6", "WorkingStyleId": "d436219b-8ac8-41db-9a86-b59df23e901f", "IdentificationTypeId": "c98f255f-1759-4848-b02d-e889483a4ab6", "NationalityId": "2f7d3ed9-3ff6-4c01-b40b-47ee14f4f698", "IdentificationNumber": "sample string 6", "Firstname": "sample string 7", "Lastname": "sample string 9", "DateOfBirth": "2024-11-14T07:36:27.1969943+03:00", "HomeCountryId": "1e1d0f1e-a56d-418e-ad2e-40651c3e074d", "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": "46228a50-7ad2-4568-8fe0-93a969ce6fd7", "BackImageId": "e7ca797e-7963-4f92-a7e7-5fb2fa2ec175", "SelfieImageId": "29d3b7e1-41ed-4888-94cb-8bb488419b87", "GenderId": "74842c64-389a-45dd-8ccf-eb518bee913f", "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": "ca442045-cfd2-40ee-92dc-110edc23123b", "CountryId": "f5af225a-f7ba-40ad-9f16-856c7a32e9d1", "Address": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }