PUT api/subLenders/Update

Request Information

URI Parameters

None.

Body Parameters

UpdateSubLenderModel
NameDescriptionTypeAdditional information
Id

integer

Required

Name

string

Required

String length: inclusive between 0 and 200

Code

string

Required

String length: inclusive between 0 and 50

IsActive

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "code": "sample string 3",
  "isActive": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.