GET api/DueType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DueTypeBL| Name | Description | Type | Additional information |
|---|---|---|---|
| DueTypeId | integer |
None. |
|
| DueTypeName | string |
None. |
|
| IntervalInDays | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DueTypeId": 1,
"DueTypeName": "sample string 2",
"IntervalInDays": 1
},
{
"DueTypeId": 1,
"DueTypeName": "sample string 2",
"IntervalInDays": 1
}
]