POST api/CLNChargeBack/InsertUpdateChargebackDetails

Request Information

URI Parameters

None.

Body Parameters

ChargeBackModel
NameDescriptionTypeAdditional information
intId

integer

None.

intUserId

integer

None.

intMerchantId

integer

None.

strName

string

None.

strSurName

string

None.

strFamilyName

string

None.

strCompanyName

string

None.

strIdentityCardId

string

None.

strIssuanceDate

string

None.

strIssuedBy

string

None.

strCardNumber

string

None.

strValidThru

string

None.

strPhoneNumber

string

None.

strEmail

string

None.

bisFraudulentTransaction

boolean

None.

bisFraudulentTransactionYesNo

boolean

None.

strCardLostStolenDate

string

None.

bisDuplicateTransaction

boolean

None.

strDuplicateChargeProductDate

string

None.

strDupliCashCardNumber

string

None.

bisATMService

boolean

None.

strATMCashAmount

string

None.

bisGoodsOrService

boolean

None.

strGoodsExpeDeliDate

string

None.

strGoodsMerchantContactedDate

string

None.

bisGoodsDefective

boolean

None.

strDefectiveReason

string

None.

strDefectiveDeliDate

string

None.

bisCreditNotProcessed

boolean

None.

strCreditVoucherPath

string

None.

strDateCreditVoucher

string

None.

bisCancelledSubscription

boolean

None.

strCancellationDate

string

None.

bisIncorrectTranAmount

boolean

None.

strIncorrectTranProof

string

None.

bisOtherReason

boolean

None.

strOtherReason

string

None.

strDate

string

None.

strRegards

string

None.

strDisputeProcBy

string

None.

strEmployee

string

None.

strEmployeeName

string

None.

intCreatedBy

integer

None.

lstChargebackTransDetail

Collection of ChargeBackTransDetailModel

None.

AllCOUNT

integer

None.

ROWNUMBER

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "intUserId": 2,
  "intMerchantId": 3,
  "strName": "sample string 4",
  "strSurName": "sample string 5",
  "strFamilyName": "sample string 6",
  "strCompanyName": "sample string 7",
  "strIdentityCardId": "sample string 8",
  "strIssuanceDate": "sample string 9",
  "strIssuedBy": "sample string 10",
  "strCardNumber": "sample string 11",
  "strValidThru": "sample string 12",
  "strPhoneNumber": "sample string 13",
  "strEmail": "sample string 14",
  "bisFraudulentTransaction": true,
  "bisFraudulentTransactionYesNo": true,
  "strCardLostStolenDate": "sample string 17",
  "bisDuplicateTransaction": true,
  "strDuplicateChargeProductDate": "sample string 19",
  "strDupliCashCardNumber": "sample string 20",
  "bisATMService": true,
  "strATMCashAmount": "sample string 22",
  "bisGoodsOrService": true,
  "strGoodsExpeDeliDate": "sample string 24",
  "strGoodsMerchantContactedDate": "sample string 25",
  "bisGoodsDefective": true,
  "strDefectiveReason": "sample string 27",
  "strDefectiveDeliDate": "sample string 28",
  "bisCreditNotProcessed": true,
  "strCreditVoucherPath": "sample string 30",
  "strDateCreditVoucher": "sample string 31",
  "bisCancelledSubscription": true,
  "strCancellationDate": "sample string 33",
  "bisIncorrectTranAmount": true,
  "strIncorrectTranProof": "sample string 35",
  "bisOtherReason": true,
  "strOtherReason": "sample string 37",
  "strDate": "sample string 38",
  "strRegards": "sample string 39",
  "strDisputeProcBy": "sample string 40",
  "strEmployee": "sample string 41",
  "strEmployeeName": "sample string 42",
  "intCreatedBy": 43,
  "lstChargebackTransDetail": [
    {
      "intId": 1,
      "strTransactionDate": "sample string 2",
      "strMerchantName": "sample string 3",
      "strTransactionAmount": "sample string 4",
      "strDisputedAmount": "sample string 5"
    },
    {
      "intId": 1,
      "strTransactionDate": "sample string 2",
      "strMerchantName": "sample string 3",
      "strTransactionAmount": "sample string 4",
      "strDisputedAmount": "sample string 5"
    }
  ],
  "AllCOUNT": 44,
  "ROWNUMBER": 45
}

application/xml, text/xml

Sample:
<ChargeBackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities">
  <AllCOUNT>44</AllCOUNT>
  <ROWNUMBER>45</ROWNUMBER>
  <bisATMService>true</bisATMService>
  <bisCancelledSubscription>true</bisCancelledSubscription>
  <bisCreditNotProcessed>true</bisCreditNotProcessed>
  <bisDuplicateTransaction>true</bisDuplicateTransaction>
  <bisFraudulentTransaction>true</bisFraudulentTransaction>
  <bisFraudulentTransactionYesNo>true</bisFraudulentTransactionYesNo>
  <bisGoodsDefective>true</bisGoodsDefective>
  <bisGoodsOrService>true</bisGoodsOrService>
  <bisIncorrectTranAmount>true</bisIncorrectTranAmount>
  <bisOtherReason>true</bisOtherReason>
  <intCreatedBy>43</intCreatedBy>
  <intId>1</intId>
  <intMerchantId>3</intMerchantId>
  <intUserId>2</intUserId>
  <lstChargebackTransDetail>
    <ChargeBackTransDetailModel>
      <intId>1</intId>
      <strDisputedAmount>sample string 5</strDisputedAmount>
      <strMerchantName>sample string 3</strMerchantName>
      <strTransactionAmount>sample string 4</strTransactionAmount>
      <strTransactionDate>sample string 2</strTransactionDate>
    </ChargeBackTransDetailModel>
    <ChargeBackTransDetailModel>
      <intId>1</intId>
      <strDisputedAmount>sample string 5</strDisputedAmount>
      <strMerchantName>sample string 3</strMerchantName>
      <strTransactionAmount>sample string 4</strTransactionAmount>
      <strTransactionDate>sample string 2</strTransactionDate>
    </ChargeBackTransDetailModel>
  </lstChargebackTransDetail>
  <strATMCashAmount>sample string 22</strATMCashAmount>
  <strCancellationDate>sample string 33</strCancellationDate>
  <strCardLostStolenDate>sample string 17</strCardLostStolenDate>
  <strCardNumber>sample string 11</strCardNumber>
  <strCompanyName>sample string 7</strCompanyName>
  <strCreditVoucherPath>sample string 30</strCreditVoucherPath>
  <strDate>sample string 38</strDate>
  <strDateCreditVoucher>sample string 31</strDateCreditVoucher>
  <strDefectiveDeliDate>sample string 28</strDefectiveDeliDate>
  <strDefectiveReason>sample string 27</strDefectiveReason>
  <strDisputeProcBy>sample string 40</strDisputeProcBy>
  <strDupliCashCardNumber>sample string 20</strDupliCashCardNumber>
  <strDuplicateChargeProductDate>sample string 19</strDuplicateChargeProductDate>
  <strEmail>sample string 14</strEmail>
  <strEmployee>sample string 41</strEmployee>
  <strEmployeeName>sample string 42</strEmployeeName>
  <strFamilyName>sample string 6</strFamilyName>
  <strGoodsExpeDeliDate>sample string 24</strGoodsExpeDeliDate>
  <strGoodsMerchantContactedDate>sample string 25</strGoodsMerchantContactedDate>
  <strIdentityCardId>sample string 8</strIdentityCardId>
  <strIncorrectTranProof>sample string 35</strIncorrectTranProof>
  <strIssuanceDate>sample string 9</strIssuanceDate>
  <strIssuedBy>sample string 10</strIssuedBy>
  <strName>sample string 4</strName>
  <strOtherReason>sample string 37</strOtherReason>
  <strPhoneNumber>sample string 13</strPhoneNumber>
  <strRegards>sample string 39</strRegards>
  <strSurName>sample string 5</strSurName>
  <strValidThru>sample string 12</strValidThru>
</ChargeBackModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.