POST v6/service/save
Request Information
URI Parameters
None.
Body Parameters
ServiceModelv6| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.