PUT api/SparePartsSubCategory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SparePartsSubCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| SparePartsSubCategoryId | decimal number |
None. |
|
| SparePartsSubCategoryName | string |
None. |
|
| SparePartsCategoryName | string |
None. |
|
| LinkCode | string |
None. |
|
| ClientName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SparePartsSubCategoryId": 1.1,
"SparePartsSubCategoryName": "sample string 2",
"SparePartsCategoryName": "sample string 3",
"LinkCode": "sample string 4",
"ClientName": "sample string 5"
}
application/xml, text/xml
Sample:
<SparePartsSubCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GMSClass.ClientData.Plain"> <ClientName>sample string 5</ClientName> <LinkCode>sample string 4</LinkCode> <SparePartsCategoryName>sample string 3</SparePartsCategoryName> <SparePartsSubCategoryId>1.1</SparePartsSubCategoryId> <SparePartsSubCategoryName>sample string 2</SparePartsSubCategoryName> </SparePartsSubCategory>
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. |