PUT api/TransService/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TransService| Name | Description | Type | Additional information |
|---|---|---|---|
| TransServiceId | decimal number |
None. |
|
| ServiceName | string |
None. |
|
| LinkCode | string |
None. |
|
| ClientName | string |
None. |
|
| ServiceCharge | decimal number |
None. |
|
| GSTRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransServiceId": 1.1,
"ServiceName": "sample string 2",
"LinkCode": "sample string 3",
"ClientName": "sample string 4",
"ServiceCharge": 5.1,
"GSTRate": 6.1
}
application/xml, text/xml
Sample:
<TransService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GMSClass.ClientData.Plain"> <ClientName>sample string 4</ClientName> <GSTRate>6.1</GSTRate> <LinkCode>sample string 3</LinkCode> <ServiceCharge>5.1</ServiceCharge> <ServiceName>sample string 2</ServiceName> <TransServiceId>1.1</TransServiceId> </TransService>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |