POST v1/part/save
Add or update information about a Part
Request Information
URI Parameters
None.
Body Parameters
PartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PartID |
Unique identifier of the part |
integer |
None. |
| PartNumber |
Part number |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"partID": 1,
"partNumber": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.