POST v6/api_1169/PaymentConfirmation

Request Information

URI Parameters

None.

Body Parameters

CommandModel
NameDescriptionTypeAdditional information
UserName

string

None.

Password

string

None.

DatabaseCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2",
  "DatabaseCode": "sample string 3"
}

application/xml, text/xml

Sample:
<CommandModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models.Commands">
  <DatabaseCode>sample string 3</DatabaseCode>
  <Password>sample string 2</Password>
  <UserName>sample string 1</UserName>
</CommandModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CommandModel'.

Response Information

Resource Description

ResultModelOfPaymentConfirmationModel
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ErrorMessage

string

None.

ItemResults

Collection of ItemResultModelOfPaymentConfirmationModel

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "ErrorMessage": "sample string 2",
  "ItemResults": [
    {
      "IsSuccessfull": true,
      "ErrorMessage": "sample string 2",
      "Item": {
        "SupplierNumber": "sample string 1",
        "InvoiceNumber": "sample string 2",
        "Paid": "sample string 3",
        "PaidDate": "2025-04-30T02:58:20.043561+03:00",
        "PaidNote": "sample string 5",
        "CheckAmountPaid": "sample string 6",
        "Check": "sample string 7",
        "CheckPaymentDate": "2025-04-30T02:58:20.043561+03:00"
      }
    },
    {
      "IsSuccessfull": true,
      "ErrorMessage": "sample string 2",
      "Item": {
        "SupplierNumber": "sample string 1",
        "InvoiceNumber": "sample string 2",
        "Paid": "sample string 3",
        "PaidDate": "2025-04-30T02:58:20.043561+03:00",
        "PaidNote": "sample string 5",
        "CheckAmountPaid": "sample string 6",
        "Check": "sample string 7",
        "CheckPaymentDate": "2025-04-30T02:58:20.043561+03:00"
      }
    }
  ]
}

application/xml, text/xml

Sample:
<ResultModelOfPaymentConfirmationModelH4Ik9_Sdo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccessful>true</IsSuccessful>
  <ItemResults xmlns:d2p1="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models.ResultModels">
    <d2p1:ItemResultModelOfPaymentConfirmationModelH4Ik9_Sdo>
      <d2p1:ErrorMessage>sample string 2</d2p1:ErrorMessage>
      <d2p1:IsSuccessfull>true</d2p1:IsSuccessfull>
      <d2p1:Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models.PaymentConfirmation">
        <d4p1:Check>sample string 7</d4p1:Check>
        <d4p1:CheckAmountPaid>sample string 6</d4p1:CheckAmountPaid>
        <d4p1:CheckPaymentDate>2025-04-30T02:58:20.043561+03:00</d4p1:CheckPaymentDate>
        <d4p1:InvoiceNumber>sample string 2</d4p1:InvoiceNumber>
        <d4p1:Paid>sample string 3</d4p1:Paid>
        <d4p1:PaidDate>2025-04-30T02:58:20.043561+03:00</d4p1:PaidDate>
        <d4p1:PaidNote>sample string 5</d4p1:PaidNote>
        <d4p1:SupplierNumber>sample string 1</d4p1:SupplierNumber>
      </d2p1:Item>
    </d2p1:ItemResultModelOfPaymentConfirmationModelH4Ik9_Sdo>
    <d2p1:ItemResultModelOfPaymentConfirmationModelH4Ik9_Sdo>
      <d2p1:ErrorMessage>sample string 2</d2p1:ErrorMessage>
      <d2p1:IsSuccessfull>true</d2p1:IsSuccessfull>
      <d2p1:Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models.PaymentConfirmation">
        <d4p1:Check>sample string 7</d4p1:Check>
        <d4p1:CheckAmountPaid>sample string 6</d4p1:CheckAmountPaid>
        <d4p1:CheckPaymentDate>2025-04-30T02:58:20.043561+03:00</d4p1:CheckPaymentDate>
        <d4p1:InvoiceNumber>sample string 2</d4p1:InvoiceNumber>
        <d4p1:Paid>sample string 3</d4p1:Paid>
        <d4p1:PaidDate>2025-04-30T02:58:20.043561+03:00</d4p1:PaidDate>
        <d4p1:PaidNote>sample string 5</d4p1:PaidNote>
        <d4p1:SupplierNumber>sample string 1</d4p1:SupplierNumber>
      </d2p1:Item>
    </d2p1:ItemResultModelOfPaymentConfirmationModelH4Ik9_Sdo>
  </ItemResults>
</ResultModelOfPaymentConfirmationModelH4Ik9_Sdo>