PUT api/Agency/EditAgency

Request Information

URI Parameters

None.

Body Parameters

EditAgencyDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "IsActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true