POST v1/part/save

Add or update information about a Part

Request Information

URI Parameters

None.

Body Parameters

PartModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.