POST api/BIStdValues/SubmitFeeStdValues

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
updDelta
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Month": "sample string 1",
  "Year": 2,
  "Period": 3,
  "Fee_Value": "sample string 4",
  "editable": true
}

application/xml, text/xml

Sample:
<FeeStdValuesModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.BI">
  <Fee_Value>sample string 4</Fee_Value>
  <Month>sample string 1</Month>
  <Period>3</Period>
  <Year>2</Year>
  <editable>true</editable>
</FeeStdValuesModal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ErrorMsg": "sample string 1"
}

application/xml, text/xml

Sample:
<SubmitStdValuesRtnModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.BI">
  <ErrorMsg>sample string 1</ErrorMsg>
</SubmitStdValuesRtnModal>