POST api/v1/Customer/Corporate
Request Information
URI Parameters
None.
Body Parameters
CorporateRequestName | Description | Type | Additional information |
---|---|---|---|
SenderId | globally unique identifier |
None. |
|
IdMissionRate | decimal number |
None. |
|
ProfessionId | globally unique identifier |
None. |
|
WorkingStyleId | globally unique identifier |
None. |
|
IdentificationTypeId | globally unique identifier |
None. |
|
MobileUserId | globally unique identifier |
None. |
|
CustomerTypeCode | string |
None. |
|
NationalityId | globally unique identifier |
None. |
|
IdentificationNumber | string |
None. |
|
HomeCountryId | globally unique identifier |
None. |
|
MobilePhone | string |
None. |
|
string |
None. |
||
FraudStatus | integer |
None. |
|
CorparateCentralRegistrySystemNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SenderId": "af4e5d02-24a5-4571-b52e-d8f75d86b5b5", "IdMissionRate": 2.0, "ProfessionId": "7e2f0261-cdb2-4805-b6e3-1628d22d455c", "WorkingStyleId": "29bcf8b7-2258-4658-ad3b-14c2f9ff6e50", "IdentificationTypeId": "ba5d20a8-a7dc-45e1-bc71-d7aea35e6ec7", "MobileUserId": "799dc2aa-f915-4b7c-ab93-7f9649062754", "CustomerTypeCode": "sample string 7", "NationalityId": "c028bc19-73d3-429d-996f-fd72d5ac66fa", "IdentificationNumber": "sample string 9", "HomeCountryId": "cfc67187-fac9-470c-be8f-51f12b51e085", "MobilePhone": "sample string 19", "EMail": "sample string 21", "FraudStatus": 22, "CorparateCentralRegistrySystemNo": "sample string 23" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCorporateResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CorporateResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "CorporateId": "4b33971f-8e67-4ace-a0bc-ebaa642c67b2", "CorporatePersonId": "1aaf26a0-2216-4b26-915d-2bb40cf40fe8", "AmlFraudCheck": true }, "IsShowMessage": true, "IsShowRateAndReview": true }