POST v6/service/save

Request Information

URI Parameters

None.

Body Parameters

ServiceModelv6
NameDescriptionTypeAdditional information
ServiceId

integer

None.

Service

string

None.

ServiceCategoryId

integer

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "serviceId": 1,
  "service": "sample string 2",
  "serviceCategoryId": 3,
  "notes": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.