GET api/BusinessFinanceConstraint/{id}
Get a single item id = ID of the item
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BusinessFinanceConstraintDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
BusinessFYLimit | decimal number |
None. |
|
BusinessMonthlyLimit | decimal number |
None. |
|
InsertBy | integer |
None. |
|
InsertDate | date |
None. |
|
UpdateBy | integer |
None. |
|
UpdateDate | date |
None. |
|
FYStartDate | date |
None. |
|
FYEndDate | date |
None. |
|
EffectiveDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "BusinessFYLimit": 2.0, "BusinessMonthlyLimit": 3.0, "InsertBy": 1, "InsertDate": "2025-04-29T13:16:49.0110766-06:00", "UpdateBy": 1, "UpdateDate": "2025-04-29T13:16:49.0110766-06:00", "FYStartDate": "2025-04-29T13:16:49.0110766-06:00", "FYEndDate": "2025-04-29T13:16:49.0110766-06:00", "EffectiveDate": "2025-04-29T13:16:49.0110766-06:00" }
text/html
Sample:
{"Id":1,"BusinessFYLimit":2.0,"BusinessMonthlyLimit":3.0,"InsertBy":1,"InsertDate":"2025-04-29T13:16:49.0110766-06:00","UpdateBy":1,"UpdateDate":"2025-04-29T13:16:49.0110766-06:00","FYStartDate":"2025-04-29T13:16:49.0110766-06:00","FYEndDate":"2025-04-29T13:16:49.0110766-06:00","EffectiveDate":"2025-04-29T13:16:49.0110766-06:00"}
application/xml, text/xml
Sample:
<BusinessFinanceConstraintDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <BusinessFYLimit>2</BusinessFYLimit> <BusinessMonthlyLimit>3</BusinessMonthlyLimit> <EffectiveDate>2025-04-29T13:16:49.0110766-06:00</EffectiveDate> <FYEndDate>2025-04-29T13:16:49.0110766-06:00</FYEndDate> <FYStartDate>2025-04-29T13:16:49.0110766-06:00</FYStartDate> <Id>1</Id> <InsertBy>1</InsertBy> <InsertDate>2025-04-29T13:16:49.0110766-06:00</InsertDate> <UpdateBy>1</UpdateBy> <UpdateDate>2025-04-29T13:16:49.0110766-06:00</UpdateDate> </BusinessFinanceConstraintDTO>