partymaintenance REST Endpoints

Party Maintenance Service/partymaintenance
The operations from the Party Maintenance Service/partymaintenance category.
Adds a new Party Maintenance
Method: post
Path: /api/1.0/partymaintenance
Authorize the Party Maintenance by ID
Method: patch
Path: /api/1.0/partymaintenance/{id}/approve
Close the Party Maintenance by ID
Method: patch
Path: /api/1.0/partymaintenance/{id}/close
Delete a Party Maintenance identified by ID
Method: delete
Path: /api/1.0/partymaintenance/{id}
Get a list of all valid Party Maintenance
Method: get
Path: /api/1.0/partymaintenance
Reopen the Party Maintenance by ID
Method: patch
Path: /api/1.0/partymaintenance/{id}/reopen
Retrieve the Party Maintenance by ID
Method: get
Path: /api/1.0/partymaintenance/{id}
Retrieve the Party Maintenance by ID
Method: get
Path: /api/1.0/partymaintenance/{id}/history
Retrieve the Party Maintenance by ID
Method: get
Path: /api/1.0/partymaintenance/{id}/unauthorized
Update an existing Party Maintenance
Method: put
Path: /api/1.0/partymaintenance/{id}