Get Batch Templates
get
/bcws/webresources/v1.0/batchpayments/batchtemplates
Gets batch templates from the BRM database.
Request
Query Parameters
-
expand: boolean
Whether to retrieve entire template objects (true) or only template names (false). The default value is false.
-
limit: integer(int32)
The maximum number of records to return.
-
offset: integer(int32)
Requested start position of resources to be provided in the response.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
The list of batch templates objects data was returned successfully.
Nested Schema : templateFields
Type:
Show Source
object
-
batchName(required): string
The batch name, for example Cash Payment Batch or Check Payment Batch.
-
batchTemplateRef: object
ResourceRef
-
batchType: integer
(int32)
The type of the batch. Allowed values: 1 (payment), 2 (refund), or 3 (reversal).
-
columnLink: array
columnLink
Indicates the order of the columns present in the batch.
-
consecutive: integer
(int32)
Whether to treat consecutive delimiters as one (true) or not (false).
-
delimiter: string
The delimiter that is used to separate fields.
- footerEndRow: integer (int32)
- footerStartRow: integer (int32)
-
headerEndRow: integer
(int32)
The row at which the header ends.
-
headerStartRow: integer
(int32)
The row from which the header starts.
-
payType: integer
(int32)
The payment method type. Allowed values:
- 10003 (Credit card)
- 10005 (Direct debit)
- 10011 (Cash)
- 10012 (Check)
- 10013 (Wire Transfer)
- 10014 (Inter-bank payment order)
- 10015 (Postal order)
- Any customized payment methods that have been added for your implementation
-
qualifier(required): string
Ignore delimiters between specific characters. Valid characters are ", ', or none.
-
startRow: integer
(int32)
The row from which import should start.
Nested Schema : ResourceRef
Type:
Show Source
object
-
id(required): string
The ID.
-
uri: string
The Uniform Resource Identifier (URI) associated with the resource.
Nested Schema : columnLink
Type:
array
Indicates the order of the columns present in the batch.
Show Source
-
Array of:
object ColumnLink
Indicates the order of the columns present in the batch.
Nested Schema : ColumnLink
Type:
object
Indicates the order of the columns present in the batch.
Show Source
-
fieldName(required): string
The name of the column.
-
index: integer
(int32)
The position in which the column appears.
-
purpose: integer
(int32)
Whether the field is specific to the batch (1) or not (0).
400 Response
The request isn't valid.
500 Response
An internal server error occurred.
Examples
This example shows how to get batch templats from the BRM database by submitting a GET request on the REST resource using cURL. For more information about cURL, see "Use cURL".
cURL Command
curl -X GET 'http://hostname:port/bcws/webresources/version/batchpayments/batchtemplates?limit=3&offset=0&expand=true'
where:
- hostname is the URL for the Billing Care REST server.
- port is the port for the Billing Care REST server.
- version is the version of the API you're using, such as v1.0.
Example of Response Body
This example shows the contents of the response body in JSON format.
[
{
"batchType": 1,
"payType": 10011,
"batchName": "ITC Batch Cash",
"startRow": 4,
"delimiter": ",",
"consecutive": 0,
"qualifier": "none",
"columnLink": [
{
"fieldName": "PIN_FLD_ACCOUNT_NO",
"index": 1,
"purpose": 0
},
{
"fieldName": "PIN_FLD_BILL_NO",
"index": 2,
"purpose": 0
},
{
"fieldName": "PIN_FLD_AMOUNT",
"index": 3,
"purpose": 0
},
{
"fieldName": "PIN_FLD_RECEIPT_NO",
"index": 4,
"purpose": 1
},
{
"fieldName": "PIN_FLD_EFFECTIVE_T",
"index": 5,
"purpose": 0
}
],
"headerStartRow": 1,
"headerEndRow": 3,
"footerStartRow": 11,
"footerEndRow": 8,
"batchTemplateRef": {
"id": "0.0.0.1+-config-batch_templates-payment+536230",
"uri": null
}
},
{
"batchType": 1,
"payType": 10014,
"batchName": "Inter Bank Payment order Payment Batch",
"startRow": 16,
"delimiter": "\t",
"consecutive": 0,
"qualifier": "none",
"columnLink": [
{
"fieldName": "PIN_FLD_PAYMENT_AMOUNT",
"index": 18,
"purpose": 0
},
{
"fieldName": "PIN_FLD_BILL_NO",
"index": 4,
"purpose": 0
},
{
"fieldName": "PIN_FLD_ACCOUNT_NO",
"index": 5,
"purpose": 0
},
{
"fieldName": "PIN_FLD_DUE",
"index": 8,
"purpose": 0
},
{
"fieldName": "PIN_FLD_CHANNEL_ID",
"index": 13,
"purpose": 0
},
{
"fieldName": "PIN_FLD_DESCR",
"index": 17,
"purpose": 0
},
{
"fieldName": "ALLOCATION",
"index": 2,
"purpose": 0
},
{
"fieldName": "DEFFERED_ALLOCATION",
"index": 3,
"purpose": 0
},
{
"fieldName": "PIN_FLD_FIRST_NAME",
"index": 6,
"purpose": 0
},
{
"fieldName": "PIN_FLD_LAST_NAME",
"index": 7,
"purpose": 0
},
{
"fieldName": "PIN_FLD_EFFECTIVE_T",
"index": 9,
"purpose": 1
},
{
"fieldName": "PIN_FLD_ORDER_ID",
"index": 10,
"purpose": 1
},
{
"fieldName": "PIN_FLD_BANK_CODE",
"index": 11,
"purpose": 1
},
{
"fieldName": "PIN_FLD_BANK_ACCOUNT_NO",
"index": 12,
"purpose": 1
}
],
"headerStartRow": 4,
"headerEndRow": 13,
"footerStartRow": 0,
"footerEndRow": 0,
"batchTemplateRef": {
"id": "0.0.0.1+-config-batch_templates-payment+601347",
"uri": null
}
},
{
"batchType": 1,
"payType": 10015,
"batchName": "Postal order Payment Batch",
"startRow": 16,
"delimiter": "\t",
"consecutive": 0,
"qualifier": "none",
"columnLink": [
{
"fieldName": "PIN_FLD_PAYMENT_AMOUNT",
"index": 16,
"purpose": 0
},
{
"fieldName": "PIN_FLD_BILL_NO",
"index": 4,
"purpose": 0
},
{
"fieldName": "PIN_FLD_ACCOUNT_NO",
"index": 5,
"purpose": 0
},
{
"fieldName": "PIN_FLD_DUE",
"index": 8,
"purpose": 0
},
{
"fieldName": "PIN_FLD_CHANNEL_ID",
"index": 11,
"purpose": 0
},
{
"fieldName": "PIN_FLD_DESCR",
"index": 15,
"purpose": 0
},
{
"fieldName": "ALLOCATION",
"index": 2,
"purpose": 0
},
{
"fieldName": "DEFFERED_ALLOCATION",
"index": 3,
"purpose": 0
},
{
"fieldName": "PIN_FLD_FIRST_NAME",
"index": 6,
"purpose": 0
},
{
"fieldName": "PIN_FLD_LAST_NAME",
"index": 7,
"purpose": 0
},
{
"fieldName": "PIN_FLD_EFFECTIVE_T",
"index": 9,
"purpose": 1
},
{
"fieldName": "PIN_FLD_ORDER_ID",
"index": 10,
"purpose": 1
}
],
"headerStartRow": 4,
"headerEndRow": 13,
"footerStartRow": 0,
"footerEndRow": 0,
"batchTemplateRef": {
"id": "0.0.0.1+-config-batch_templates-payment+597521",
"uri": null
}
}
]