RateGroups REST Endpoints
RateGroups
RateGroups
- Create rateGroup
- Method: postPath:
/PASService/rest/services/v1/rateGroups - Create rateGroupRelationships for a rateGroup by rateGroup Id
- Method: postPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships - Create rates for a rateGroup by rateGroup Id
- Method: postPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rates - Delete a specific rate from a rate group by rate Id and rate group Id
- Method: deletePath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId} - Delete a specific rate group relationship by rate group relationship Id and rate group Id
- Method: deletePath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId} - Exports rates for a specific rate group
- Method: getPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/export - Get a specific rate for a specific rateGroup by rateGroup Id and rate Id
- Method: getPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId} - Get a specific rateGroup by rateGroup Id
- Method: getPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId} - Get a specific rateGroupRelationship for a specific rateGroup by rateGroup Id and rateGroupRelationship Id
- Method: getPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId} - Get list of rateGroupRelationships for a specific rateGroup by rateGroup Id
- Method: getPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships - Get list of rateGroups
- Method: getPath:
/PASService/rest/services/v1/rateGroups - Get list of rates for a specific rateGroup by rateGroup Id
- Method: getPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rates - Partially update a rate for a specific rateGroup by rateGroup Id and rate Id
- Method: patchPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId} - Partially update a specific rateGroup by rateGroup Id
- Method: patchPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId} - Partially update a specific rateGroupRelationship for a specific rateGroup by rateGroup Id and rateGroupRelationship Id
- Method: patchPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId} - Update a rate for a specific rateGroup by rateGroup Id and rate Id
- Method: putPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId} - Update a rateGroupRelationship for a specific rateGroup by rateGroup Id and rateGroupRelationship Id
- Method: putPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId} - Update a specific rateGroup by rateGroup Id
- Method: putPath:
/PASService/rest/services/v1/rateGroups/{rateGroupId} - Uploads a file containing rates and processes it to the database
- Method: postPath:
/PASService/rest/services/v1/rateGroups/import