POST api/{apiVersion}/Customer/Corporate
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "208f9a08-da18-4f83-901e-3f70f4da047e", "IdMissionRate": 2.0, "ProfessionId": "0a264089-2a9f-45f3-a5aa-9dab377da4d4", "WorkingStyleId": "5ae1cc27-66db-4d54-94ce-96e121ef3bec", "IdentificationTypeId": "413a71c1-d67a-4d2a-b05d-f7aff8006669", "MobileUserId": "92cb48c4-6a2b-402c-a6e6-f463033d168a", "CustomerTypeCode": "sample string 7", "NationalityId": "23ace0a6-bf95-40b2-8c6d-2e5e7489efe7", "IdentificationNumber": "sample string 9", "HomeCountryId": "22808e84-aa02-4bf6-a6da-f9f5b5d73f77", "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": "ffb8ec3a-56ac-4b22-9d05-96e2a0d6365e", "CorporatePersonId": "01dc8eb3-2464-4ab3-bf5d-486556f56dbc", "AmlFraudCheck": true }, "IsShowMessage": true, "IsShowRateAndReview": true }