PUT api/ContractFeeCatalog

Request Information

URI Parameters

None.

Body Parameters

ContractFeeCatalog
NameDescriptionTypeAdditional information
ContractFeeCatalogId

integer

None.

NavisonResourceNo

string

None.

Name

string

None.

UnitOfMeasure

string

None.

Request Formats

application/json, text/json

Sample:
{
  "contractFeeCatalogId": 1,
  "navisonResourceNo": "sample string 2",
  "name": "sample string 3",
  "unitOfMeasure": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ContractFeeCatalog'.

Response Information

Resource Description

ContractFeeCatalog
NameDescriptionTypeAdditional information
ContractFeeCatalogId

integer

None.

NavisonResourceNo

string

None.

Name

string

None.

UnitOfMeasure

string

None.

Response Formats

application/json, text/json

Sample:
{
  "contractFeeCatalogId": 1,
  "navisonResourceNo": "sample string 2",
  "name": "sample string 3",
  "unitOfMeasure": "sample string 4"
}