GET | /batchrecordtypes/{id}/properties | Gets the batch record properties by batch record type. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | path | Guid | Yes | The Batch Record Type Id. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
BatchRecordTypeId | form | int | No | |
DisplayName | form | string | No | |
PropertyName | form | string | No | |
Description | form | string | No | |
IsRequired | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /batchrecordtypes/{id}/properties HTTP/1.1 Host: api.paylock.com Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"id":0,"batchRecordTypeId":0,"displayName":"String","propertyName":"String","description":"String","isRequired":false}