POST api/Entities/Changes/VAR
Request Information
URI Parameters
None.
Body Parameters
VARInfoItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceProvider | string |
None. |
|
| ServiceProviderEntityID | globally unique identifier |
None. |
|
| IndividualTransactionLimit | decimal number |
None. |
|
| DailyTransactionLimit | decimal number |
None. |
|
| LegalName | string |
None. |
|
| UsedFILists | Collection of ListItem |
None. |
|
| CurrencyCode | string |
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. |
|
| BypassGoLiveCheckList | boolean |
None. |
|
| IsShoppingCartMerchant | boolean |
None. |
|
| MccCode | string |
None. |
|
| MccTitle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceProvider": "sample string 1",
"ServiceProviderEntityID": "9cf08b23-12c4-4ebe-84f1-862bb51e21bc",
"IndividualTransactionLimit": 3.0,
"DailyTransactionLimit": 4.0,
"LegalName": "sample string 5",
"UsedFILists": [
{
"GuidIdentity": "ed52d7f4-28e3-4832-a05d-f7e0b7d2e338",
"Code": "sample string 1",
"Name": "sample string 2",
"Tag": "sample string 3",
"IsInUse": true
},
{
"GuidIdentity": "ed52d7f4-28e3-4832-a05d-f7e0b7d2e338",
"Code": "sample string 1",
"Name": "sample string 2",
"Tag": "sample string 3",
"IsInUse": true
}
],
"CurrencyCode": "sample string 6",
"EntityCode": "sample string 7",
"EntityCommonName": "sample string 8",
"EntityType": "sample string 9",
"Status": "sample string 10",
"EntityGoLiveDate": "2026-04-07T20:08:07.0496639+10:00",
"EntityInactiveDate": "2026-04-07T20:08:07.0496639+10:00",
"RegNo": "sample string 11",
"RegNoLabel": "sample string 12",
"IsTestMerchantAccount": true,
"OperatingCountry": "sample string 14",
"HasPendingChanges": true,
"HasPendingBankAccountChanges": true,
"QueryDuration": "00:00:00.1234567",
"ReadOnly": true,
"IsDeleteable": true,
"TimeZoneID": 19,
"ReconciliationGroupID": "sample string 20",
"IsAggregated": true,
"IsTestBankAccountConfigured": true,
"FIListHasTestBank": true,
"FinancialInstitutionListName": "sample string 24",
"BypassGoLiveCheckList": true,
"IsShoppingCartMerchant": true,
"MccCode": "sample string 27",
"MccTitle": "sample string 28"
}
application/xml, text/xml
Sample:
<VARInfoItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Entities">
<BypassGoLiveCheckList>true</BypassGoLiveCheckList>
<EntityCode>sample string 7</EntityCode>
<EntityCommonName>sample string 8</EntityCommonName>
<EntityGoLiveDate>2026-04-07T20:08:07.0496639+10:00</EntityGoLiveDate>
<EntityInactiveDate>2026-04-07T20:08:07.0496639+10:00</EntityInactiveDate>
<EntityType>sample string 9</EntityType>
<FIListHasTestBank>true</FIListHasTestBank>
<FinancialInstitutionListName>sample string 24</FinancialInstitutionListName>
<HasPendingBankAccountChanges>true</HasPendingBankAccountChanges>
<HasPendingChanges>true</HasPendingChanges>
<IsAggregated>true</IsAggregated>
<IsDeleteable>true</IsDeleteable>
<IsShoppingCartMerchant>true</IsShoppingCartMerchant>
<IsTestBankAccountConfigured>true</IsTestBankAccountConfigured>
<IsTestMerchantAccount>true</IsTestMerchantAccount>
<MccCode>sample string 27</MccCode>
<MccTitle>sample string 28</MccTitle>
<OperatingCountry>sample string 14</OperatingCountry>
<QueryDuration>PT0.1234567S</QueryDuration>
<ReadOnly>true</ReadOnly>
<ReconciliationGroupID>sample string 20</ReconciliationGroupID>
<RegNo>sample string 11</RegNo>
<RegNoLabel>sample string 12</RegNoLabel>
<Status>sample string 10</Status>
<TimeZoneID>19</TimeZoneID>
<CurrencyCode>sample string 6</CurrencyCode>
<DailyTransactionLimit>4</DailyTransactionLimit>
<IndividualTransactionLimit>3</IndividualTransactionLimit>
<LegalName>sample string 5</LegalName>
<ServiceProvider>sample string 1</ServiceProvider>
<ServiceProviderEntityID>9cf08b23-12c4-4ebe-84f1-862bb51e21bc</ServiceProviderEntityID>
<UsedFILists xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
<d2p1:ListItem>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:GuidIdentity>ed52d7f4-28e3-4832-a05d-f7e0b7d2e338</d2p1:GuidIdentity>
<d2p1:IsInUse>true</d2p1:IsInUse>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Tag>sample string 3</d2p1:Tag>
</d2p1:ListItem>
<d2p1:ListItem>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:GuidIdentity>ed52d7f4-28e3-4832-a05d-f7e0b7d2e338</d2p1:GuidIdentity>
<d2p1:IsInUse>true</d2p1:IsInUse>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Tag>sample string 3</d2p1:Tag>
</d2p1:ListItem>
</UsedFILists>
</VARInfoItem>
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>