GET api/BusinessFinanceConstraint
Get a list of Business Finance Constraint
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of uspWDTFLuBusinessFinanceConstraintSelectAll_ResultName | 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. |
|
IsUsed | boolean |
None. |
|
EffectiveDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "BusinessFYLimit": 2.0, "BusinessMonthlyLimit": 3.0, "InsertBy": 1, "InsertDate": "2025-04-29T09:53:42.2833055-06:00", "UpdateBy": 1, "UpdateDate": "2025-04-29T09:53:42.2833055-06:00", "FYStartDate": "2025-04-29T09:53:42.2833055-06:00", "FYEndDate": "2025-04-29T09:53:42.2833055-06:00", "IsUsed": true, "EffectiveDate": "2025-04-29T09:53:42.2833055-06:00" }, { "Id": 1, "BusinessFYLimit": 2.0, "BusinessMonthlyLimit": 3.0, "InsertBy": 1, "InsertDate": "2025-04-29T09:53:42.2833055-06:00", "UpdateBy": 1, "UpdateDate": "2025-04-29T09:53:42.2833055-06:00", "FYStartDate": "2025-04-29T09:53:42.2833055-06:00", "FYEndDate": "2025-04-29T09:53:42.2833055-06:00", "IsUsed": true, "EffectiveDate": "2025-04-29T09:53:42.2833055-06:00" } ]
text/html
Sample:
[{"Id":1,"BusinessFYLimit":2.0,"BusinessMonthlyLimit":3.0,"InsertBy":1,"InsertDate":"2025-04-29T09:53:42.2833055-06:00","UpdateBy":1,"UpdateDate":"2025-04-29T09:53:42.2833055-06:00","FYStartDate":"2025-04-29T09:53:42.2833055-06:00","FYEndDate":"2025-04-29T09:53:42.2833055-06:00","IsUsed":true,"EffectiveDate":"2025-04-29T09:53:42.2833055-06:00"},{"Id":1,"BusinessFYLimit":2.0,"BusinessMonthlyLimit":3.0,"InsertBy":1,"InsertDate":"2025-04-29T09:53:42.2833055-06:00","UpdateBy":1,"UpdateDate":"2025-04-29T09:53:42.2833055-06:00","FYStartDate":"2025-04-29T09:53:42.2833055-06:00","FYEndDate":"2025-04-29T09:53:42.2833055-06:00","IsUsed":true,"EffectiveDate":"2025-04-29T09:53:42.2833055-06:00"}]
application/xml, text/xml
Sample:
<ArrayOfuspWDTFLuBusinessFinanceConstraintSelectAll_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <uspWDTFLuBusinessFinanceConstraintSelectAll_Result> <BusinessFYLimit>2</BusinessFYLimit> <BusinessMonthlyLimit>3</BusinessMonthlyLimit> <EffectiveDate>2025-04-29T09:53:42.2833055-06:00</EffectiveDate> <FYEndDate>2025-04-29T09:53:42.2833055-06:00</FYEndDate> <FYStartDate>2025-04-29T09:53:42.2833055-06:00</FYStartDate> <Id>1</Id> <InsertBy>1</InsertBy> <InsertDate>2025-04-29T09:53:42.2833055-06:00</InsertDate> <IsUsed>true</IsUsed> <UpdateBy>1</UpdateBy> <UpdateDate>2025-04-29T09:53:42.2833055-06:00</UpdateDate> </uspWDTFLuBusinessFinanceConstraintSelectAll_Result> <uspWDTFLuBusinessFinanceConstraintSelectAll_Result> <BusinessFYLimit>2</BusinessFYLimit> <BusinessMonthlyLimit>3</BusinessMonthlyLimit> <EffectiveDate>2025-04-29T09:53:42.2833055-06:00</EffectiveDate> <FYEndDate>2025-04-29T09:53:42.2833055-06:00</FYEndDate> <FYStartDate>2025-04-29T09:53:42.2833055-06:00</FYStartDate> <Id>1</Id> <InsertBy>1</InsertBy> <InsertDate>2025-04-29T09:53:42.2833055-06:00</InsertDate> <IsUsed>true</IsUsed> <UpdateBy>1</UpdateBy> <UpdateDate>2025-04-29T09:53:42.2833055-06:00</UpdateDate> </uspWDTFLuBusinessFinanceConstraintSelectAll_Result> </ArrayOfuspWDTFLuBusinessFinanceConstraintSelectAll_Result>