POST api/{apiVersion}/LiveAuth/CampaignComplete
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CampaignRequestName | Description | Type | Additional information |
---|---|---|---|
NewCampaignManagementTransactionDetailId | globally unique identifier |
None. |
|
NewCampaignManagementTransactionId | globally unique identifier |
None. |
|
NewCampaignManagementId | globally unique identifier |
None. |
|
CustomerId | globally unique identifier |
None. |
|
Amount | decimal number |
None. |
|
AmountCurrencyId | globally unique identifier |
None. |
|
CustAccountId | globally unique identifier |
None. |
|
IdendificationCardTypeID | globally unique identifier |
None. |
|
SenderIdendificationNumber1 | string |
None. |
|
CampaignSide | integer |
None. |
|
CustAccountOperationId | globally unique identifier |
None. |
|
CorporationId | globally unique identifier |
None. |
|
OfficeId | globally unique identifier |
None. |
|
MobilePhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "NewCampaignManagementTransactionDetailId": "45fc9c56-3144-4b3c-b6d4-6284db4a914e", "NewCampaignManagementTransactionId": "ff717a43-bed2-4f49-9567-b9addf3246c3", "NewCampaignManagementId": "d0059002-fdc7-4792-b6b4-21fa3b82432c", "CustomerId": "223c53be-8eb1-4828-9cba-2d0cfe0eb390", "Amount": 5.0, "AmountCurrencyId": "fe07c3d7-b361-4c72-8beb-43909ef6bd45", "CustAccountId": "7d52c859-9ef6-49d7-b147-6470b42d3332", "IdendificationCardTypeID": "6fa5ed77-eaa5-4cbb-bf3b-44fbce9a8fd6", "SenderIdendificationNumber1": "sample string 9", "CampaignSide": 10, "CustAccountOperationId": "730c342f-f778-45e4-87d4-c202ca4d7f25", "CorporationId": "e8e3862c-e05f-4c84-a888-f23db8bf143c", "OfficeId": "4103b4d4-c293-4741-92b8-884227f67f85", "MobilePhone": "sample string 14" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | boolean |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": true, "IsShowMessage": true, "IsShowRateAndReview": true }