POST api/SigmaCommon/GetHostedPaymentPageUidQuery/{brand}/{jurisdiction}/{CallerID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
brand | string |
Required |
|
jurisdiction | string |
Required |
|
CallerID | string |
Required |
Body Parameters
HostedPaymentPageUidQueryRequestParametersName | Description | Type | Additional information |
---|---|---|---|
uId | string |
None. |
|
paymentType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "uId": "sample string 1", "paymentType": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HostedPaymentPageResponseBodyForUIdQueryName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
StatusCode | string |
None. |
|
Message | string |
None. |
|
EventId | string |
None. |
|
Results | Collection of QueryObject |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "StatusCode": "sample string 2", "Message": "sample string 3", "EventId": "sample string 4", "Results": [ { "QueryResponse": "sample string 1" }, { "QueryResponse": "sample string 1" } ] }