PUT api/tb_Services/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
tb_Services| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceID | integer |
None. |
|
| ServiceName | string |
String length: inclusive between 0 and 250 |
|
| Username | string |
String length: inclusive between 0 and 200 |
Request Formats
application/json, text/json
Sample:
{
"ServiceID": 1,
"ServiceName": "sample string 2",
"Username": "sample string 3"
}
Response Information
Resource Description
None.