POST v1/admin/company/{id}/OrderHistory/MakePayment/BulkOrder/ACHTokenizer

Make Bulk Payment using ACH Tokenizer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Collection of companyBulkMakepaymentByACHTokenizerInput
NameDescriptionTypeAdditional information
orderId

order id.

integer

Required

paymentAmount

Amount to be paid.

decimal number

Required

AccountNumber

string

Required

AccountName

string

Required

Bank

string

Required

ABA

string

None.

CheckNumber

string

Required

BranchName

string

None.

saveForFutureUse

boolean

None.

saveToTypes

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "orderId": 1,
    "paymentAmount": 2.0,
    "AccountNumber": "sample string 3",
    "AccountName": "sample string 4",
    "Bank": "sample string 5",
    "ABA": "sample string 6",
    "CheckNumber": "sample string 7",
    "BranchName": "sample string 8",
    "saveForFutureUse": true,
    "saveToTypes": "sample string 9"
  },
  {
    "orderId": 1,
    "paymentAmount": 2.0,
    "AccountNumber": "sample string 3",
    "AccountName": "sample string 4",
    "Bank": "sample string 5",
    "ABA": "sample string 6",
    "CheckNumber": "sample string 7",
    "BranchName": "sample string 8",
    "saveForFutureUse": true,
    "saveToTypes": "sample string 9"
  }
]

text/html

Sample:
[{"orderId":1,"paymentAmount":2.0,"AccountNumber":"sample string 3","AccountName":"sample string 4","Bank":"sample string 5","ABA":"sample string 6","CheckNumber":"sample string 7","BranchName":"sample string 8","saveForFutureUse":true,"saveToTypes":"sample string 9"},{"orderId":1,"paymentAmount":2.0,"AccountNumber":"sample string 3","AccountName":"sample string 4","Bank":"sample string 5","ABA":"sample string 6","CheckNumber":"sample string 7","BranchName":"sample string 8","saveForFutureUse":true,"saveToTypes":"sample string 9"}]

application/xml, text/xml

Sample:
<ArrayOfv1_Admin_CompanyEndpointController.companyBulkMakepaymentByACHTokenizerInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_Admin_CompanyEndpoint">
  <v1_Admin_CompanyEndpointController.companyBulkMakepaymentByACHTokenizerInput>
    <ABA>sample string 6</ABA>
    <AccountName>sample string 4</AccountName>
    <AccountNumber>sample string 3</AccountNumber>
    <Bank>sample string 5</Bank>
    <BranchName>sample string 8</BranchName>
    <CheckNumber>sample string 7</CheckNumber>
    <orderId>1</orderId>
    <paymentAmount>2</paymentAmount>
    <saveForFutureUse>true</saveForFutureUse>
    <saveToTypes>sample string 9</saveToTypes>
  </v1_Admin_CompanyEndpointController.companyBulkMakepaymentByACHTokenizerInput>
  <v1_Admin_CompanyEndpointController.companyBulkMakepaymentByACHTokenizerInput>
    <ABA>sample string 6</ABA>
    <AccountName>sample string 4</AccountName>
    <AccountNumber>sample string 3</AccountNumber>
    <Bank>sample string 5</Bank>
    <BranchName>sample string 8</BranchName>
    <CheckNumber>sample string 7</CheckNumber>
    <orderId>1</orderId>
    <paymentAmount>2</paymentAmount>
    <saveForFutureUse>true</saveForFutureUse>
    <saveToTypes>sample string 9</saveToTypes>
  </v1_Admin_CompanyEndpointController.companyBulkMakepaymentByACHTokenizerInput>
</ArrayOfv1_Admin_CompanyEndpointController.companyBulkMakepaymentByACHTokenizerInput>

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 'List`1'.

Response Information

Resource Description

Collection of companyBulkMakePaymentByCreditCardOutput
NameDescriptionTypeAdditional information
id

integer

None.

orderDate

date

None.

orderStatus

string

None.

orderType

string

None.

paymentType

string

None.

totalSavings

decimal number

None.

subTotal

decimal number

None.

shipping

decimal number

None.

handling

decimal number

None.

tax

decimal number

None.

grandTotalBeforeDiscount

decimal number

None.

currencyTypeID

integer

None.

currencySymbol

string

None.

trackingNumber

string

None.

shipDate

date

None.

shipmentMethod

string

None.

shipToName

string

None.

shipToAddressID

integer

None.

shipToLine1

string

None.

shipToLine2

string

None.

shipToCity

string

None.

shipToState

string

None.

shipToZipCode

string

None.

shipToCountry

string

None.

billToName

string

None.

billToLine1

string

None.

billToLine2

string

None.

billToCity

string

None.

billToState

string

None.

billToZipCode

string

None.

billToCountry

string

None.

orderParty

string

None.

paymentParty

string

None.

balance

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "orderDate": "2024-11-01T12:22:15.472938+00:00",
    "orderStatus": "sample string 3",
    "orderType": "sample string 4",
    "paymentType": "sample string 5",
    "totalSavings": 6.0,
    "subTotal": 7.0,
    "shipping": 8.0,
    "handling": 9.0,
    "tax": 10.0,
    "grandTotalBeforeDiscount": 11.0,
    "currencyTypeID": 12,
    "currencySymbol": "sample string 13",
    "trackingNumber": "sample string 14",
    "shipDate": "2024-11-01T12:22:15.472938+00:00",
    "shipmentMethod": "sample string 16",
    "shipToName": "sample string 17",
    "shipToAddressID": 18,
    "shipToLine1": "sample string 19",
    "shipToLine2": "sample string 20",
    "shipToCity": "sample string 21",
    "shipToState": "sample string 22",
    "shipToZipCode": "sample string 23",
    "shipToCountry": "sample string 24",
    "billToName": "sample string 25",
    "billToLine1": "sample string 26",
    "billToLine2": "sample string 27",
    "billToCity": "sample string 28",
    "billToState": "sample string 29",
    "billToZipCode": "sample string 30",
    "billToCountry": "sample string 31",
    "orderParty": "sample string 32",
    "paymentParty": "sample string 33",
    "balance": 34.0
  },
  {
    "id": 1,
    "orderDate": "2024-11-01T12:22:15.472938+00:00",
    "orderStatus": "sample string 3",
    "orderType": "sample string 4",
    "paymentType": "sample string 5",
    "totalSavings": 6.0,
    "subTotal": 7.0,
    "shipping": 8.0,
    "handling": 9.0,
    "tax": 10.0,
    "grandTotalBeforeDiscount": 11.0,
    "currencyTypeID": 12,
    "currencySymbol": "sample string 13",
    "trackingNumber": "sample string 14",
    "shipDate": "2024-11-01T12:22:15.472938+00:00",
    "shipmentMethod": "sample string 16",
    "shipToName": "sample string 17",
    "shipToAddressID": 18,
    "shipToLine1": "sample string 19",
    "shipToLine2": "sample string 20",
    "shipToCity": "sample string 21",
    "shipToState": "sample string 22",
    "shipToZipCode": "sample string 23",
    "shipToCountry": "sample string 24",
    "billToName": "sample string 25",
    "billToLine1": "sample string 26",
    "billToLine2": "sample string 27",
    "billToCity": "sample string 28",
    "billToState": "sample string 29",
    "billToZipCode": "sample string 30",
    "billToCountry": "sample string 31",
    "orderParty": "sample string 32",
    "paymentParty": "sample string 33",
    "balance": 34.0
  }
]

text/html

Sample:
[{"id":1,"orderDate":"2024-11-01T12:22:15.472938+00:00","orderStatus":"sample string 3","orderType":"sample string 4","paymentType":"sample string 5","totalSavings":6.0,"subTotal":7.0,"shipping":8.0,"handling":9.0,"tax":10.0,"grandTotalBeforeDiscount":11.0,"currencyTypeID":12,"currencySymbol":"sample string 13","trackingNumber":"sample string 14","shipDate":"2024-11-01T12:22:15.472938+00:00","shipmentMethod":"sample string 16","shipToName":"sample string 17","shipToAddressID":18,"shipToLine1":"sample string 19","shipToLine2":"sample string 20","shipToCity":"sample string 21","shipToState":"sample string 22","shipToZipCode":"sample string 23","shipToCountry":"sample string 24","billToName":"sample string 25","billToLine1":"sample string 26","billToLine2":"sample string 27","billToCity":"sample string 28","billToState":"sample string 29","billToZipCode":"sample string 30","billToCountry":"sample string 31","orderParty":"sample string 32","paymentParty":"sample string 33","balance":34.0},{"id":1,"orderDate":"2024-11-01T12:22:15.472938+00:00","orderStatus":"sample string 3","orderType":"sample string 4","paymentType":"sample string 5","totalSavings":6.0,"subTotal":7.0,"shipping":8.0,"handling":9.0,"tax":10.0,"grandTotalBeforeDiscount":11.0,"currencyTypeID":12,"currencySymbol":"sample string 13","trackingNumber":"sample string 14","shipDate":"2024-11-01T12:22:15.472938+00:00","shipmentMethod":"sample string 16","shipToName":"sample string 17","shipToAddressID":18,"shipToLine1":"sample string 19","shipToLine2":"sample string 20","shipToCity":"sample string 21","shipToState":"sample string 22","shipToZipCode":"sample string 23","shipToCountry":"sample string 24","billToName":"sample string 25","billToLine1":"sample string 26","billToLine2":"sample string 27","billToCity":"sample string 28","billToState":"sample string 29","billToZipCode":"sample string 30","billToCountry":"sample string 31","orderParty":"sample string 32","paymentParty":"sample string 33","balance":34.0}]

application/xml, text/xml

Sample:
<ArrayOfv1_Admin_CompanyEndpointController.companyBulkMakePaymentByCreditCardOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_Admin_CompanyEndpoint">
  <v1_Admin_CompanyEndpointController.companyBulkMakePaymentByCreditCardOutput>
    <balance>34</balance>
    <billToCity>sample string 28</billToCity>
    <billToCountry>sample string 31</billToCountry>
    <billToLine1>sample string 26</billToLine1>
    <billToLine2>sample string 27</billToLine2>
    <billToName>sample string 25</billToName>
    <billToState>sample string 29</billToState>
    <billToZipCode>sample string 30</billToZipCode>
    <currencySymbol>sample string 13</currencySymbol>
    <currencyTypeID>12</currencyTypeID>
    <grandTotalBeforeDiscount>11</grandTotalBeforeDiscount>
    <handling>9</handling>
    <id>1</id>
    <orderDate>2024-11-01T12:22:15.472938+00:00</orderDate>
    <orderParty>sample string 32</orderParty>
    <orderStatus>sample string 3</orderStatus>
    <orderType>sample string 4</orderType>
    <paymentParty>sample string 33</paymentParty>
    <paymentType>sample string 5</paymentType>
    <shipDate>2024-11-01T12:22:15.472938+00:00</shipDate>
    <shipToAddressID>18</shipToAddressID>
    <shipToCity>sample string 21</shipToCity>
    <shipToCountry>sample string 24</shipToCountry>
    <shipToLine1>sample string 19</shipToLine1>
    <shipToLine2>sample string 20</shipToLine2>
    <shipToName>sample string 17</shipToName>
    <shipToState>sample string 22</shipToState>
    <shipToZipCode>sample string 23</shipToZipCode>
    <shipmentMethod>sample string 16</shipmentMethod>
    <shipping>8</shipping>
    <subTotal>7</subTotal>
    <tax>10</tax>
    <totalSavings>6</totalSavings>
    <trackingNumber>sample string 14</trackingNumber>
  </v1_Admin_CompanyEndpointController.companyBulkMakePaymentByCreditCardOutput>
  <v1_Admin_CompanyEndpointController.companyBulkMakePaymentByCreditCardOutput>
    <balance>34</balance>
    <billToCity>sample string 28</billToCity>
    <billToCountry>sample string 31</billToCountry>
    <billToLine1>sample string 26</billToLine1>
    <billToLine2>sample string 27</billToLine2>
    <billToName>sample string 25</billToName>
    <billToState>sample string 29</billToState>
    <billToZipCode>sample string 30</billToZipCode>
    <currencySymbol>sample string 13</currencySymbol>
    <currencyTypeID>12</currencyTypeID>
    <grandTotalBeforeDiscount>11</grandTotalBeforeDiscount>
    <handling>9</handling>
    <id>1</id>
    <orderDate>2024-11-01T12:22:15.472938+00:00</orderDate>
    <orderParty>sample string 32</orderParty>
    <orderStatus>sample string 3</orderStatus>
    <orderType>sample string 4</orderType>
    <paymentParty>sample string 33</paymentParty>
    <paymentType>sample string 5</paymentType>
    <shipDate>2024-11-01T12:22:15.472938+00:00</shipDate>
    <shipToAddressID>18</shipToAddressID>
    <shipToCity>sample string 21</shipToCity>
    <shipToCountry>sample string 24</shipToCountry>
    <shipToLine1>sample string 19</shipToLine1>
    <shipToLine2>sample string 20</shipToLine2>
    <shipToName>sample string 17</shipToName>
    <shipToState>sample string 22</shipToState>
    <shipToZipCode>sample string 23</shipToZipCode>
    <shipmentMethod>sample string 16</shipmentMethod>
    <shipping>8</shipping>
    <subTotal>7</subTotal>
    <tax>10</tax>
    <totalSavings>6</totalSavings>
    <trackingNumber>sample string 14</trackingNumber>
  </v1_Admin_CompanyEndpointController.companyBulkMakePaymentByCreditCardOutput>
</ArrayOfv1_Admin_CompanyEndpointController.companyBulkMakePaymentByCreditCardOutput>