PUT api/BusinessFinanceConstraint
Update Business Finance Constraint
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "BusinessFYLimit": 2.0, "BusinessMonthlyLimit": 3.0, "InsertBy": 1, "InsertDate": "2025-04-29T12:40:05.8923864-06:00", "UpdateBy": 1, "UpdateDate": "2025-04-29T12:40:05.8923864-06:00", "FYStartDate": "2025-04-29T12:40:05.8923864-06:00", "FYEndDate": "2025-04-29T12:40:05.8923864-06:00", "EffectiveDate": "2025-04-29T12:40:05.8923864-06:00" }
text/html
Sample:
{"Id":1,"BusinessFYLimit":2.0,"BusinessMonthlyLimit":3.0,"InsertBy":1,"InsertDate":"2025-04-29T12:40:05.8923864-06:00","UpdateBy":1,"UpdateDate":"2025-04-29T12:40:05.8923864-06:00","FYStartDate":"2025-04-29T12:40:05.8923864-06:00","FYEndDate":"2025-04-29T12:40:05.8923864-06:00","EffectiveDate":"2025-04-29T12:40:05.8923864-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-29T12:40:05.8923864-06:00</EffectiveDate> <FYEndDate>2025-04-29T12:40:05.8923864-06:00</FYEndDate> <FYStartDate>2025-04-29T12:40:05.8923864-06:00</FYStartDate> <Id>1</Id> <InsertBy>1</InsertBy> <InsertDate>2025-04-29T12:40:05.8923864-06:00</InsertDate> <UpdateBy>1</UpdateBy> <UpdateDate>2025-04-29T12:40:05.8923864-06:00</UpdateDate> </BusinessFinanceConstraintDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StatusDTOName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "msg": "sample string 1" }
text/html
Sample:
{"id":1,"msg":"sample string 1"}
application/xml, text/xml
Sample:
<StatusDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <id>1</id> <msg>sample string 1</msg> </StatusDTO>