POST api/Entities/Changes/SuperMerchant
Request Information
URI Parameters
None.
Body Parameters
SuperMerchantInfoItem| Name | Description | Type | Additional information |
|---|---|---|---|
| BankListCode | string |
None. |
|
| Currency | string |
None. |
|
| Merchants | Collection of SubMerchantInfoItem |
None. |
|
| AuthorisedToApproveChanges | boolean |
None. |
|
| AuthorisedToRejectChanges | boolean |
None. |
|
| MerchantDetails | ContactDetailsItem |
None. |
|
| BusinessManager | ContactDetailsItem |
None. |
|
| TechnicalPerson | ContactDetailsItem |
None. |
|
| Payments | ContactDetailsItem |
None. |
|
| Administrator | ContactDetailsItem |
None. |
|
| Finance | ContactDetailsItem |
None. |
|
| Fraud | ContactDetailsItem |
None. |
|
| BankAccounts | Collection of AccountDetailsItem |
None. |
|
| BankAccountHistory | Collection of AccountHistoryDetailsItem |
None. |
|
| Preferences | PreferencesItem |
None. |
|
| POLiLinkConfiguration | POLiLinkConfigItem |
None. |
|
| MerchantGroupName | string |
None. |
|
| VAR | string |
None. |
|
| IsSuperMerchant | boolean |
None. |
|
| SubMerchantPrefix | string |
None. |
|
| BypassGoLiveCheckList | boolean |
None. |
|
| TimeZone | integer |
None. |
|
| BillingEntityGroup | BillingStructureEntityGroup |
None. |
|
| BillingStructure | BillingStructureToEntity |
None. |
|
| EntityCode | string |
None. |
|
| EntityCommonName | string |
None. |
|
| EntityType | string |
None. |
|
| Status | string |
None. |
|
| EntityGoLiveDate | date |
None. |
|
| EntityInactiveDate | date |
None. |
|
| RegNo | string |
None. |
|
| RegNoLabel | string |
None. |
|
| IsTestMerchantAccount | boolean |
None. |
|
| OperatingCountry | string |
None. |
|
| HasPendingChanges | boolean |
None. |
|
| HasPendingBankAccountChanges | boolean |
None. |
|
| QueryDuration | time interval |
None. |
|
| ReadOnly | boolean |
None. |
|
| IsDeleteable | boolean |
None. |
|
| TimeZoneID | integer |
None. |
|
| ReconciliationGroupID | string |
None. |
|
| IsAggregated | boolean |
None. |
|
| IsTestBankAccountConfigured | boolean |
None. |
|
| FIListHasTestBank | boolean |
None. |
|
| FinancialInstitutionListName | string |
None. |
|
| IsShoppingCartMerchant | boolean |
None. |
|
| MccCode | string |
None. |
|
| MccTitle | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiPostResultOfEntityValidationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorCode | PostError |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | EntityValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorCode": 0,
"ErrorMessage": "sample string 2",
"Result": {
"Success": true,
"ChangesFound": true,
"Pending": true,
"Errors": [
{
"FieldName": "sample string 1",
"Message": "sample string 2"
},
{
"FieldName": "sample string 1",
"Message": "sample string 2"
}
]
}
}
application/xml, text/xml
Sample:
<ApiPostResultOfEntityValidationResultP8vk4fTu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
<ErrorCode>None</ErrorCode>
<ErrorMessage>sample string 2</ErrorMessage>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Entities">
<d2p1:ChangesFound>true</d2p1:ChangesFound>
<d2p1:Errors>
<d2p1:ItemValidation>
<d2p1:FieldName>sample string 1</d2p1:FieldName>
<d2p1:Message>sample string 2</d2p1:Message>
</d2p1:ItemValidation>
<d2p1:ItemValidation>
<d2p1:FieldName>sample string 1</d2p1:FieldName>
<d2p1:Message>sample string 2</d2p1:Message>
</d2p1:ItemValidation>
</d2p1:Errors>
<d2p1:Pending>true</d2p1:Pending>
<d2p1:Success>true</d2p1:Success>
</Result>
<Success>true</Success>
</ApiPostResultOfEntityValidationResultP8vk4fTu>