DELETE api/AccessoriesLines/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AccessoriesLinesName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
AccessoriesId | integer |
None. |
|
PartNumber | string |
None. |
|
PartDescription | string |
None. |
|
IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "accessoriesId": 2, "partNumber": "sample string 3", "partDescription": "sample string 4", "isDeleted": true }