Methods
-
Will create a new Repairer to for an existing manufacturer and return the system allocated identifier
-
Name Type Description request
Appearition.Part.Repairer.AddRepairerViewModel Contains the details of the new Repairer
requestOptions
Appearition.RequestOptions Contains the various callback methods for this request
Returns:
Type Description number The system allocated identifier will be returned for the newly created repairer. This is returned as part of the success callback function in the requestOptions param -
Will remove the Repairer from the system
-
Name Type Description request
Appearition.Part.Repairer.RepairerViewModel Contains the details of the repairer
requestOptions
Appearition.RequestOptions Contains the various callback methods for this request
-
Will update the details of an existing Repairer record. Nothing will be returned unless an error occurs.
-
Name Type Description request
Appearition.Part.Repairer.RepairerViewModel Contains the details of the Repairer
requestOptions
Appearition.RequestOptions Contains the various callback methods for this request
Type Definitions
-
This data structure is posted to the server when adding a new Repairer
-
Properties:
Name Type Description Name
string The name of the new repairer
-
This data structure is posted to the server when modifying an existing repairer
-
Properties:
Name Type Description Id
number Uniquely identifies the repairer
Name
string The name of the new repairer