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": "abf1a193-6ca0-4bcd-a369-7285dae461f1", "IdMissionRate": 2.0, "ProfessionId": "f7d58787-34af-44e7-89f5-7b1026ab34e3", "WorkingStyleId": "de96ec81-3781-4c59-bf77-c0287a3cf806", "IdentificationTypeId": "06561a6f-943a-474e-999f-e4d6daa8f32a", "MobileUserId": "26ebe30b-4758-4921-a475-f02e943c9a78", "CustomerTypeCode": "sample string 7", "NationalityId": "5782f942-0199-43db-9e12-d39a28d3ce2c", "IdentificationNumber": "sample string 9", "HomeCountryId": "9b913d47-aca4-4bd2-a0c7-1dbff24b33d0", "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": "04f8cd70-aefd-4865-a1a6-751b2cc2a18a", "CorporatePersonId": "161ced3c-66e5-47fe-8230-0fd6e89fed1d", "AmlFraudCheck": true }, "IsShowMessage": true, "IsShowRateAndReview": true }