GET api/POLiLinks/EntityProperties
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EntityProperties| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowDelayedPayment | boolean |
None. |
|
| AllowPartialPayment | boolean |
None. |
|
| AllowOverPayment | boolean |
None. |
|
| MandatoryCustomerReference | boolean |
None. |
|
| UsePOLiLinkSuccessfulURL | boolean |
None. |
|
| UsePOLiLinkUnsuccessfulURL | boolean |
None. |
|
| POLiLinkSuccessfulURL | string |
None. |
|
| POLiLinkUnsuccessfulURL | string |
None. |
|
| CustomerRefMessage | string |
None. |
|
| OperatingCountryID | globally unique identifier |
None. |
|
| OperatingCountryCode | string |
None. |
|
| ShowReferenceFormat | boolean |
None. |
|
| LogoUrl | string |
None. |
|
| MerchantCode | string |
None. |
|
| EntityId | globally unique identifier |
None. |
|
| MerchantTransactionLimit | decimal number |
None. |
|
| MerchantName | string |
None. |
|
| MerchantReference | string |
None. |
|
| MerchantSupportEmail | string |
None. |
|
| MerchantSupportPhone | string |
None. |
|
| SupportedMerchantFIListUrl | string |
None. |
|
| UseMerchantReference | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"AllowDelayedPayment": true,
"AllowPartialPayment": true,
"AllowOverPayment": true,
"MandatoryCustomerReference": true,
"UsePOLiLinkSuccessfulURL": true,
"UsePOLiLinkUnsuccessfulURL": true,
"POLiLinkSuccessfulURL": "sample string 7",
"POLiLinkUnsuccessfulURL": "sample string 8",
"CustomerRefMessage": "sample string 9",
"OperatingCountryID": "6334ba0f-2fbd-4721-95c6-166d02db3aa1",
"OperatingCountryCode": "sample string 11",
"ShowReferenceFormat": true,
"LogoUrl": "sample string 13",
"MerchantCode": "sample string 14",
"EntityId": "ddd12773-b417-4a52-ac6f-0c0302d7069a",
"MerchantTransactionLimit": 16.0,
"MerchantName": "sample string 17",
"MerchantReference": "sample string 18",
"MerchantSupportEmail": "sample string 19",
"MerchantSupportPhone": "sample string 20",
"SupportedMerchantFIListUrl": "sample string 21",
"UseMerchantReference": true
}
application/xml, text/xml
Sample:
<EntityProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.POLiLinks"> <AllowDelayedPayment>true</AllowDelayedPayment> <AllowOverPayment>true</AllowOverPayment> <AllowPartialPayment>true</AllowPartialPayment> <CustomerRefMessage>sample string 9</CustomerRefMessage> <EntityId>ddd12773-b417-4a52-ac6f-0c0302d7069a</EntityId> <LogoUrl>sample string 13</LogoUrl> <MandatoryCustomerReference>true</MandatoryCustomerReference> <MerchantCode>sample string 14</MerchantCode> <MerchantName>sample string 17</MerchantName> <MerchantReference>sample string 18</MerchantReference> <MerchantSupportEmail>sample string 19</MerchantSupportEmail> <MerchantSupportPhone>sample string 20</MerchantSupportPhone> <MerchantTransactionLimit>16</MerchantTransactionLimit> <OperatingCountryCode>sample string 11</OperatingCountryCode> <OperatingCountryID>6334ba0f-2fbd-4721-95c6-166d02db3aa1</OperatingCountryID> <POLiLinkSuccessfulURL>sample string 7</POLiLinkSuccessfulURL> <POLiLinkUnsuccessfulURL>sample string 8</POLiLinkUnsuccessfulURL> <ShowReferenceFormat>true</ShowReferenceFormat> <SupportedMerchantFIListUrl>sample string 21</SupportedMerchantFIListUrl> <UseMerchantReference>true</UseMerchantReference> <UsePOLiLinkSuccessfulURL>true</UsePOLiLinkSuccessfulURL> <UsePOLiLinkUnsuccessfulURL>true</UsePOLiLinkUnsuccessfulURL> </EntityProperties>