POST api/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": "645da6d0-75fc-4618-9d25-bd9853537a0f", "IdMissionRate": 2.0, "ProfessionId": "b33db696-f84d-4160-962d-776efa9c5ee2", "WorkingStyleId": "9ddfa65d-fabc-4768-8f2d-daee3e4cea80", "IdentificationTypeId": "6623e720-202e-4262-8780-19c6cf014dd1", "MobileUserId": "7a45a71d-7fcf-40eb-89e5-0e09d2ff54ec", "CustomerTypeCode": "sample string 7", "NationalityId": "34fb0509-fa9b-4bb0-9c27-6ef63e61ae91", "IdentificationNumber": "sample string 9", "HomeCountryId": "e0a0ed84-dc98-4e5f-9771-656af4fac23f", "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": "f150aed6-a13a-4582-a0ff-5a8b6ac11efb", "CorporatePersonId": "4496ee05-2915-4e64-9526-6b723443f380", "AmlFraudCheck": true }, "IsShowMessage": true, "IsShowRateAndReview": true }