Output templates
Download template
This API helps to download selected template
GET/sdpw/configuration/template/download/{id}
| Query parameters | None |
| Header | None |
| Header/Parameter | None |
| Body | None |
| Returns | downloads selected output template |
| Required role | None |
| Managed errors | None |
Example request
curl 'http://localhost:8080/sdpw/sdpw/configuration/template/download/f0412def-5769-4499-a101-dab3927f3367'
Example response
<Transaction>
<PmtId>
<EndToEndId>${TransactionId}</EndToEndId>
</PmtId>
<Company>${Company_Name}</Company>
<Amount>${Amount}</Amount>
<Output>${Output}</Output>
</Transaction>