Everest Card — API reference
  • Credit
  • Debit
  • Prepaid
  • Corebanking
  • OAuth2
  • Delivery
Information
Cards
    Card issuance and personalisation
      Service that lists eligible products by customer numberpostIndividual Debit Card creation servicepostCorporate Debit Card creation servicepostDebit card renewal servicepostService that cancels debit card issuance based on the Shadow Card NumberpostService that lists cards currently in the printing processpostService that cancels card issuance based on the Shadow Card Number according to the related domainpost
    Card lifecycle
      Service that lists card details based on an open card numberpostService that retrieves debit card informationpostService that updates the status information of a debit cardpostService that changes the branch associated with a debit cardpostService that links an account to a cardpostService that lists debit card log information based on the provided Shadow Card NumberpostService that lists credit card log information based on the provided Shadow Card NumberpostService that lists card details based on an open card numberpostService that displays secure card information based on an open card numberpostService that lists card information based on the Shadow Card Numberpost
Customers and accounts
    Customers
      Service that lists card information based on the provided Shadow Card NumberpostService that lists detailed customer informationpost/Indoor/api/createCustomerpost/Indoor/api/updateCustomerpost
    Account linking
      Service that displays the account statuspost
Transactions
    Service that lists all credit card transactionspostService that lists customer’s payment and cash-advance information based on specified criteriapostService that lists all debit card transactionspostService that lists authorization transactions within the specified date rangepostService that lists in-period debit transactionspost
Limits and controls
    Card and customer limits
      Service that performs credit card limit decreasepostService that performs credit card limit increasepostService that performs customer limit decreasepostService that performs customer limit increasepost
    Operation limits
      Service that lists customized or parameter-based limit details defined for the customerpostService that customizes the customers transaction limitpostService that removes customizable limits defined for a customerpostService that customizes the transaction limit of a cardpostService that lists customized or parameter-based limit details defined on the cardpostService that removes customized limits defined for a cardpost
    Permissions and restrictions
      Service that lists restrictions defined on the cardpost
Billing and statements
    Collections and legal follow-up
      Service that returns customer delinquency informationpostService that closes customer cards based on customer number and forwards the customer to the Legal Follow-Up queuepostService that marks the customer as Legal Follow-Uppost
    Debt payment
      Service that lists the automatic payment instruction queuepost
    Statements and billing
      Service that displays late interest/profit share amountpostService that updates the customers card statement document ID and sends a notificationpostService that updates the customers card statement document ID without sending a notificationpostService that returns Cutoff statement detail list using customer card informationpost
Security
    PIN and card security
      Service that enables PIN creation via SMS for the cardpostService that enables creating the PIN via SMSpostService that displays open PIN information for the given Shadow Card NumberpostService that lists card information based on the provided open PINpostService that generates a card PINpostService that verifies the accuracy of the card PINpostService that retrieves the encrypted data blockpostService that decrypts the data blockpost
Disputes
    Disputes and chargebacks
      Used to initiate spending disputes from various customer interaction channelspostUsed in an ongoing dispute process when the customer withdraws the dispute requestpostUsed when an ongoing dispute case requires adding a new document to the case recordpostUsed to view registered case transactions and their statuses presented to the customerpostService that returns available dispute reasons used when creating a new dispute case via Create Dispute Casepost
Rewards
    Campaigns and rewards
      Service that performs financial maintenance for the customer and applies or cancels campaign discountspostService that returns shadow and masked card numbers for the given customer numberpost
Platform
    Platform operations
      Method that checks whether the service is operationalpostRefresh Cachepost
    Reference data
      Service that lists card types based on the provided BIN numberpostService that lists product information for a card based on Shadow Card NumberpostService that lists statuses of available cardspostService that lists valid card issuance reasonspostService that lists card issuance reasons available for printingpostService that lists all MCC group informationpostService that lists all transaction status informationpostService that lists local card information based on the provided BINpostService that lists eligible productspostService that lists all MCC information with descriptionspostService that lists valid network typespostService that lists valid response codespostService that lists valid response reason codespostService that lists valid transaction codespostService that lists valid Trn Code Matrix informationpost
SchemasError codes
powered by Zudoku
Ana Bankacılık Iletisim Servisi Ripper istikameti
Ana Bankacılık Iletisim Servisi Ripper istikameti

Reference data

Look up the reference data a card programme is configured against — products, codes and parameters.


Service that lists card types based on the provided BIN number

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getCardTypeByBin

Determines the card type (Credit, Debit, Prepaid, or None) for a given BIN (Bank Identification Number). Accepts GetCardTypeByBinRequest with the BIN string. Returns GetCardTypeByBinResponse containing CardType as CardDomainType enum. Uses _cache.GetBinOnusAll() to look up BIN definitions and resolves CardType using TryGetCardDomainType.

Service that lists card types based on the provided BIN number › Request Body

GetCardTypeByBinRequest
bin
​string | null

Bin - [Optional]

Service that lists card types based on the provided BIN number › Responses

Success

GetCardTypeByBinResponse
cardType
​integer · enum · int32 · required

Card Type - [Optional]

Enum values:
0
1
2
3
POST/Indoor/api/getCardTypeByBin
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getCardTypeByBin \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "bin": "bin" }'
Example Request Body
{ "bin": "bin" }
json
Example Responses
{ "cardType": 0 }
json
application/json

Service that lists product information for a card based on Shadow Card Number

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getProductByShadowCardNumber

Retrieves product information based on a shadow card number. Returns product brand, card type, product number, product name, product short name, and digital card ability.

Service that lists product information for a card based on Shadow Card Number › Request Body

GetProductByShadowCardNumberRequest
shadowCardNumber
​string | null

Shadow Card Number - [Optional]

Service that lists product information for a card based on Shadow Card Number › Responses

Success

GetProductByShadowCardNumberResponse
cardType
​integer · enum · int32 · required

Card Type - [Optional]

Enum values:
0
1
2
3
digitalAbility
​boolean · required

Digital Ability - [Optional]

brand
​string | null

Brand - [Optional]

productNumber
​string | null

Product Number - [Optional]

productName
​string | null

Product Name - [Optional]

productShortname
​string | null

Product Shortname - [Optional]

POST/Indoor/api/getProductByShadowCardNumber
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getProductByShadowCardNumber \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "shadowCardNumber": "shadowCardNumber" }'
Example Request Body
{ "shadowCardNumber": "shadowCardNumber" }
json
Example Responses
{ "cardType": 0, "brand": "brand", "productNumber": "productNumber", "productName": "productName", "productShortname": "productShortname", "digitalAbility": true }
json
application/json

Service that lists statuses of available cards

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getAvailableCardStatusList

Retrieves a list of available card statuses for a given card identified by ShadowCardNumber. The method accepts GetAvailableCardStatusListRequest containing ShadowCardNumber and Channel. The response returns GetAvailableCardStatusListResponse with a list of GetAvailableCardStatusListResponseItem, each containing StatusCode, StatusDescription, ReasonCode, and ReasonDescription.

Service that lists statuses of available cards › Request Body

GetAvailableCardStatusListRequest
shadowCardNumber
​string | null

Shadow Card Number - [Optional]

channel
​string | null

Channel - [Optional]

Service that lists statuses of available cards › Responses

Success

GetAvailableCardStatusListResponse
​array | null

List Of Status - [Optional]

POST/Indoor/api/getAvailableCardStatusList
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getAvailableCardStatusList \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "shadowCardNumber": "shadowCardNumber", "channel": "channel" }'
Example Request Body
{ "shadowCardNumber": "shadowCardNumber", "channel": "channel" }
json
Example Responses
{ "listOfStatus": [ { "statusCode": "statusCode", "statusDescription": "statusDescription", "reasonCode": "reasonCode", "reasonDescription": "reasonDescription" } ] }
json
application/json

Service that lists valid card issuance reasons

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getEmbossReasonSubDefByValidFlag

Retrieves emboss reason sub definitions with their valid and use flags. Calls _pmServiceProxy.GetEmbossReasonSubDefByValidFlag() and maps results to GetEmbossReasonSubDefByValidFlagResponse containing EmbossReasonSubDefList with properties ValidFlag, EmbossReasonSubCode, EmbossReasonSubDesc, and UseFlag.

Service that lists valid card issuance reasons › Responses

Success

GetEmbossReasonSubDefByValidFlagResponse
​array | null

Emboss Reason Sub Def List - [Optional]

POST/Indoor/api/getEmbossReasonSubDefByValidFlag
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getEmbossReasonSubDefByValidFlag \ --request POST
Example Responses
{ "embossReasonSubDefList": [ { "validFlag": true, "embossReasonSubCode": "embossReasonSubCode", "embossReasonSubDesc": "embossReasonSubDesc", "useFlag": true } ] }
json
application/json

Service that lists card issuance reasons available for printing

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getAvailableEmbossReasonList

Retrieves a list of available emboss reasons for a given card identified by ShadowCardNumber. The method accepts GetAvailableEmbossReasonListRequest containing ShadowCardNumber. The response returns GetAvailableEmbossReasonListResponse with a list of GetAvailableEmbossReasonByCardStatusResult, each containing EmbossReasonSubCode, EmbossReasonSubDesc, StatusCode, StatusReasonCode, and ProductNumber.

Service that lists card issuance reasons available for printing › Request Body

GetAvailableEmbossReasonListRequest
shadowCardNumber
​string | null

Shadow Card Number - [Optional]

Service that lists card issuance reasons available for printing › Responses

Success

GetAvailableEmbossReasonListResponse
​array | null

Get Available Emboss Reason By Card Status Result - [Optional]

POST/Indoor/api/getAvailableEmbossReasonList
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getAvailableEmbossReasonList \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "shadowCardNumber": "shadowCardNumber" }'
Example Request Body
{ "shadowCardNumber": "shadowCardNumber" }
json
Example Responses
{ "getAvailableEmbossReasonByCardStatusResult": [ { "embossReasonSubCode": "embossReasonSubCode", "embossReasonSubDesc": "embossReasonSubDesc", "statusCode": "statusCode", "statusReasonCode": "statusReasonCode" } ] }
json
application/json

Service that lists all MCC group information

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getMccGroupAll

Retrieves all MCC groups from cache using _cache.GetMccGroupAll() and maps them to a list of MccGroup objects containing InstitutionCode, Kk100hOrderNumber, MccGroupCode, MccGroupDescription, QualificationIndicatorCode, UseInApplicationFlag, and ValidFlag.

Service that lists all MCC group information › Responses

Success

GetMccGroupAllResponse
​array | null

List Of Mcc Group - [Optional]

POST/Indoor/api/getMccGroupAll
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getMccGroupAll \ --request POST
Example Responses
{ "listOfMccGroup": [ { "validFlag": true, "institutionCode": "institutionCode", "mccGroupCode": "mccGroupCode", "mccGroupDescription": "mccGroupDescription", "useInApplicationFlag": true, "qualificationIndicatorCode": "qualificationIndicatorCode", "kk100hOrderNumber": 0 } ] }
json
application/json

Service that lists all transaction status information

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getTrnStatusAll

Retrieves all transaction statuses along with their codes, descriptions, and validity flags for core banking integration.

Service that lists all transaction status information › Responses

Success

GetTrnStatusAllResponse
​array | null

List Of Trn Status - [Optional]

POST/Indoor/api/getTrnStatusAll
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getTrnStatusAll \ --request POST
Example Responses
{ "listOfTrnStatus": [ { "validFlag": true, "trnStatusCode": "trnStatusCode", "trnStatusDescription": "trnStatusDescription" } ] }
json
application/json

Service that lists local card information based on the provided BIN

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getBinDomesticByBin

Service that lists local card information based on the provided BIN.

Service that lists local card information based on the provided BIN › Request Body

GetBinDomesticByBinRequest
bin
​string | null

Bin - [Optional]

Service that lists local card information based on the provided BIN › Responses

Success

GetBinDomesticByBinResponse
validFlag
​boolean · required

Valid Flag - [Optional]

acqFlag
​boolean · required

Acq Flag - [Optional]

bonusFlag
​boolean · required

Bonus Flag - [Optional]

businessFlag
​boolean · required

Business Flag - [Optional]

preAuthDebitFlag
​boolean · required

Pre Auth Debit Flag - [Optional]

binMinValue
​string | null

Bin Min Value - [Optional]

binMaxValue
​string | null

Bin Max Value - [Optional]

binDescription
​string | null

Bin Description - [Optional]

processorBin
​string | null

Processor Bin - [Optional]

issuerBankCode
​string | null

Issuer Bank Code - [Optional]

cardType
​string | null

Card Type - [Optional]

cardBrand
​string | null

Card Brand - [Optional]

panLength
​integer | null · int32

Pan Length - [Optional]

rewardType
​string | null

Reward Type - [Optional]

authenticationType
​string | null

Authentication Type - [Optional]

loyaltyProgram
​string | null

Loyalty Program - [Optional]

binLength
​string | null

Bin Length - [Optional]

POST/Indoor/api/getBinDomesticByBin
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getBinDomesticByBin \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "bin": "bin" }'
Example Request Body
{ "bin": "bin" }
json
Example Responses
{ "validFlag": true, "binMinValue": "binMinValue", "binMaxValue": "binMaxValue", "binDescription": "binDescription", "processorBin": "processorBin", "issuerBankCode": "issuerBankCode", "cardType": "cardType", "cardBrand": "cardBrand", "panLength": 0, "acqFlag": true, "rewardType": "rewardType", "bonusFlag": true, "businessFlag": true, "preAuthDebitFlag": true, "authenticationType": "authenticationType", "loyaltyProgram": "loyaltyProgram", "binLength": "binLength" }
json
application/json

Service that lists eligible products

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getApplicableProducts

Retrieves all applicable card products from cache. Maps each cached product to GetApplicableProductsResponseItem including Bin, Brand, ClassCode, ContactlessAbility, DigitalAbility, EmvAbility, GroupCode, IsNoName, ListOfApplicableChannel, ProductName, ProductNumber, ProductShortName, SegmentCode, TenantId, TypeCode, TypeCodeDetail, and VirtualAbility. Returns the list as GetApplicableProductsResponse.

Service that lists eligible products › Request Body

GetApplicableProductsRequest
queryDate
​string | null · date-time

Query Date - [Optional]

Service that lists eligible products › Responses

Success

GetApplicableProductsResponse
​array | null

List Of Product - [Optional]

POST/Indoor/api/getApplicableProducts
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getApplicableProducts \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "queryDate": "2024-08-25T15:00:00Z" }'
Example Request Body
{ "queryDate": "2024-08-25T15:00:00Z" }
json
Example Responses
{ "listOfProduct": [ { "productNumber": "productNumber", "productName": "productName", "productShortName": "productShortName", "brand": "brand", "virtualAbility": true, "digitalAbility": true, "typeCode": "typeCode", "segmentCode": "segmentCode", "bin": "bin", "contactlessAbility": true, "emvAbility": true, "groupCode": "groupCode", "classCode": "classCode", "isNoName": true, "typeCodeDetail": "typeCodeDetail", "tenantId": "tenantId", "listOfApplicableChannel": [ "string" ] } ] }
json
application/json

Service that lists all MCC information with descriptions

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getMccDefinitionGroupbyMccMccdescription

Retrieves MCC definition groups by MCC and MCC description from the internal repository using _intRepository.GetMccDefinitionGroupbyMccMccdescription().

Service that lists all MCC information with descriptions › Responses

Success

No data returned
POST/Indoor/api/getMccDefinitionGroupbyMccMccdescription
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getMccDefinitionGroupbyMccMccdescription \ --request POST
Example Responses
No example specified for this content type

Service that lists valid network types

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getNetworkTypeDefByValidFlag

Retrieves all network type definitions with valid flag. Returns a list of objects containing insert and update metadata, valid flag, network type code, and network type description.

Service that lists valid network types › Responses

Success

GetNetworkTypeDefByValidFlagResponse
​array | null

Network Type Def List - [Optional]

POST/Indoor/api/getNetworkTypeDefByValidFlag
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getNetworkTypeDefByValidFlag \ --request POST
Example Responses
{ "NetworkTypeDefList": [ { "insertDate": "2024-08-25T15:00:00Z", "insertUserId": "insertUserId", "insertTokenId": "insertTokenId", "updateDate": "2024-08-25T15:00:00Z", "updateUserId": "updateUserId", "updateTokenId": "updateTokenId", "validFlag": true, "networkType": "networkType", "networkTypeDescription": "networkTypeDescription" } ] }
json
application/json

Service that lists valid response codes

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getResponseCodeDefByValidFlag

Retrieves a list of response codes filtered by valid flag. Each item includes transaction domain, response code, description, success flag, and metadata such as insert/update dates and user IDs.

Service that lists valid response codes › Responses

Success

GetResponseCodeDefByValidFlagResponse
​array | null

Response Code Def List - [Optional]

POST/Indoor/api/getResponseCodeDefByValidFlag
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getResponseCodeDefByValidFlag \ --request POST
Example Responses
{ "ResponseCodeDefList": [ { "insertDate": "2024-08-25T15:00:00Z", "insertUserId": "insertUserId", "insertTokenId": "insertTokenId", "updateDate": "2024-08-25T15:00:00Z", "updateUserId": "updateUserId", "updateTokenId": "updateTokenId", "validFlag": true, "transactionDomain": "transactionDomain", "responseCode": "responseCode", "responseCodeDescription": "responseCodeDescription", "successFlag": true } ] }
json
application/json

Service that lists valid response reason codes

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getResponseReasonCodeDefByValidFlag

Retrieves a list of response reason codes filtered by valid flag. Each item includes the reason code, description, local description, validity flag, and metadata such as insert/update dates and user IDs.

Service that lists valid response reason codes › Responses

Success

GetResponseReasonCodeDefByValidFlagResponse
​array | null

Response Reason Code Def List - [Optional]

POST/Indoor/api/getResponseReasonCodeDefByValidFlag
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getResponseReasonCodeDefByValidFlag \ --request POST
Example Responses
{ "ResponseReasonCodeDefList": [ { "insertDate": "2024-08-25T15:00:00Z", "insertUserId": "insertUserId", "insertTokenId": "insertTokenId", "updateDate": "2024-08-25T15:00:00Z", "updateUserId": "updateUserId", "updateTokenId": "updateTokenId", "validFlag": true, "responseReasonCode": "responseReasonCode", "responseReasonDescription": "responseReasonDescription", "descriptionLocal": "descriptionLocal" } ] }
json
application/json

Service that lists valid transaction codes

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getTrnCodeDefByValidFlag

Retrieves all valid transaction codes along with their descriptions, insert/update metadata, and validity flags. This is used to get the list of transaction code definitions for core banking integration.

Service that lists valid transaction codes › Responses

Success

GetTrnCodeDefByValidFlagResponse
​array | null

Trn Code Def List - [Optional]

POST/Indoor/api/getTrnCodeDefByValidFlag
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getTrnCodeDefByValidFlag \ --request POST
Example Responses
{ "TrnCodeDefList": [ { "validFlag": true, "insertDate": "2024-08-25T15:00:00Z", "insertUserId": "insertUserId", "insertTokenId": "insertTokenId", "updateDate": "2024-08-25T15:00:00Z", "updateUserId": "updateUserId", "updateTokenId": "updateTokenId", "trnCode": "trnCode", "trnCodeDescription": "trnCodeDescription" } ] }
json
application/json

Service that lists valid Trn Code Matrix information

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getTrnCodeMatrixByValidFlag

Retrieves all valid transaction code matrices along with their details, flags, and associated metadata. This is used to get the list of transaction code matrices for core banking integration.

Service that lists valid Trn Code Matrix information › Responses

Success

GetTrnCodeMatrixByValidFlagResponse
​array | null

Trn Code Matrix List - [Optional]

POST/Indoor/api/getTrnCodeMatrixByValidFlag
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getTrnCodeMatrixByValidFlag \ --request POST
Example Responses
{ "TrnCodeMatrixList": [ { "insertDate": "2024-08-25T15:00:00Z", "insertUserId": "insertUserId", "insertTokenId": "insertTokenId", "updateDate": "2024-08-25T15:00:00Z", "updateUserId": "updateUserId", "updateTokenId": "updateTokenId", "validFlag": true, "trnCodeMatrixId": "trnCodeMatrixId", "trnCode": "trnCode", "trnCodeDetail": "trnCodeDetail", "trnCodeSpecial": "trnCodeSpecial", "trnInstallmentType": "trnInstallmentType", "trnDescription": "trnDescription", "onlineMessageType": "onlineMessageType", "trnEffect": "trnEffect", "trnEffectType": "trnEffectType", "financialTrnFlag": true, "adjustmentTrnFlag": true, "trnEffectedLimit": "trnEffectedLimit", "trnRewardAbility": "trnRewardAbility", "reversalFlag": true, "refundFlag": true, "voidFlag": true, "adviceFlag": true, "offlineFlag": true, "recurringFlag": true, "preauthorizationStatus": "preauthorizationStatus", "processType": "processType", "autoBsmvFlag": true, "autoKkdfFlag": true, "rewardEffectedSegment": "rewardEffectedSegment", "closingTrnCode": "closingTrnCode", "closingTrnCodeDetail": "closingTrnCodeDetail", "trnGroupCode": "trnGroupCode", "trnCodeBucketGroupCode": "trnCodeBucketGroupCode", "cutOffCardPostingFlag": true, "addValueDay": 0, "trnRewardGroupCode": "trnRewardGroupCode", "acqCommissionTrnGroupCode": "acqCommissionTrnGroupCode", "acqLoyaltyTrnGroupCode": "acqLoyaltyTrnGroupCode", "acqAccTrnGroupCode": "acqAccTrnGroupCode", "acqRiskyTrnFlag": true, "trnPermGroupCode": "trnPermGroupCode", "cashFeeChargeFlag": true, "prepaidFlag": true, "discountFlag": true, "trnFeeGroupCode": "trnFeeGroupCode", "trnLimitationGroupCode": "trnLimitationGroupCode", "accountingGroupCode": "accountingGroupCode", "closingMatrixId": "closingMatrixId", "rewardEffectedSegmentGroup": "rewardEffectedSegmentGroup", "installingMatrixId": "installingMatrixId", "inflationFlag": true, "manualClosingMatrixId": "manualClosingMatrixId", "deferringFlag": true, "taxIncludeFlag": true } ] }
json
application/json

Platform operationsError codes