POST api/{apiVersion}/Customer/GlobalCustomerMoneySourceAdd
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
GlobalCustomerMoneySourceRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
IncomeSourceId | Collection of globally unique identifier |
None. |
|
UptionPurposeOfUsageId | Collection of globally unique identifier |
None. |
|
IncomingTransactionCountryId | Collection of globally unique identifier |
None. |
|
OutgoingTransactionCountryId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "766ba136-d4ac-4239-8f7f-7878ac022ac1", "IncomeSourceId": [ "8afb55c8-356b-4a65-b0cb-6371191df265", "3762efb3-fdcc-43a4-a6a3-970e7b1dac9d" ], "UptionPurposeOfUsageId": [ "011b3859-6c78-449c-9e88-1a764ede8ee6", "663beab9-4b1d-40a2-a7da-c4ac76081254" ], "IncomingTransactionCountryId": [ "430e6891-af13-4d53-aa83-7892ade595ed", "640ab773-c469-457e-a561-6811a2a4d861" ], "OutgoingTransactionCountryId": [ "a3f4549e-b28d-4e63-a26a-87c2fa4a76d1", "9a830e55-1296-41e0-8b0a-329af5b5be05" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCustomerRiskScoreName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CustomerRiskScore |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "CustomerRiskScoreType": 1 }, "IsShowMessage": true, "IsShowRateAndReview": true }