GET GetCashOutFee

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

spGetCashOutFee_Result
NameDescriptionTypeAdditional information
Vat

decimal number

None.

DateCreditorPayment

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Vat": 1.1,
  "DateCreditorPayment": 2.1
}

application/xml, text/xml

Sample:
<spGetCashOutFee_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanicSAAPI.Database">
  <DateCreditorPayment>2.1</DateCreditorPayment>
  <Vat>1.1</Vat>
</spGetCashOutFee_Result>