PUT api/divisions/Update
Request Information
URI Parameters
None.
Body Parameters
UpdateDivisionDtoInName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
Name | string |
Required String length: inclusive between 1 and 200 |
|
CountryId | integer |
None. |
|
IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "countryId": 3, "isActive": true }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.