POST api/{database}/CreatePaymentFileCommand?bankId={bankId}

Execute the CreatePaymentFileCommand



Request Information

Parameters

NameDescriptionAdditional information
bankId The bankId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "paymentFile": "sample string 1"
}

application/xml, text/xml

Sample:
<CreatePaymentFileCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Purchase.Commands">
  <PaymentFile>sample string 1</PaymentFile>
</CreatePaymentFileCommand>