POST api/UpdateCompanyBudgetRange
Request Information
URI Parameters
None.
Body Parameters
SaveCompanyBudgetRangeVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Amount | decimal number |
None. |
|
| MasterBudgetRangeId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Amount": 3.1,
"MasterBudgetRangeId": 1,
"CompanyId": 1,
"CreatedDate": "2025-12-07T15:34:31.8618878Z"
}
application/xml, text/xml
Sample:
<SaveCompanyBudgetRangeVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.SuperAdminModels"> <Amount>3.1</Amount> <CompanyId>1</CompanyId> <CreatedDate>2025-12-07T21:04:31.8618878+05:30</CreatedDate> <Id>1</Id> <MasterBudgetRangeId>1</MasterBudgetRangeId> <Name>sample string 2</Name> </SaveCompanyBudgetRangeVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.