POST api/crm-master/edit-service

Request Information

URI Parameters

None.

Body Parameters

UpdateMasterServiceModel
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

ApplicationID

integer

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.