RateGroups REST Endpoints

RateGroups
RateGroups
Create rateGroup
Method: post
Path: /PASService/rest/services/v1/rateGroups
Create rateGroupRelationships for a rateGroup by rateGroup Id
Method: post
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships
Create rates for a rateGroup by rateGroup Id
Method: post
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rates
Delete a specific rate from a rate group by rate Id and rate group Id
Method: delete
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId}
Delete a specific rate group relationship by rate group relationship Id and rate group Id
Method: delete
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId}
Exports rates for a specific rate group
Method: get
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/export
Get a specific rate for a specific rateGroup by rateGroup Id and rate Id
Method: get
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId}
Get a specific rateGroup by rateGroup Id
Method: get
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}
Get a specific rateGroupRelationship for a specific rateGroup by rateGroup Id and rateGroupRelationship Id
Method: get
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId}
Get list of rateGroupRelationships for a specific rateGroup by rateGroup Id
Method: get
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships
Get list of rateGroups
Method: get
Path: /PASService/rest/services/v1/rateGroups
Get list of rates for a specific rateGroup by rateGroup Id
Method: get
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rates
Partially update a rate for a specific rateGroup by rateGroup Id and rate Id
Method: patch
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId}
Partially update a specific rateGroup by rateGroup Id
Method: patch
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}
Partially update a specific rateGroupRelationship for a specific rateGroup by rateGroup Id and rateGroupRelationship Id
Method: patch
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId}
Update a rate for a specific rateGroup by rateGroup Id and rate Id
Method: put
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rates/{rateId}
Update a rateGroupRelationship for a specific rateGroup by rateGroup Id and rateGroupRelationship Id
Method: put
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}/rateGroupRelationships/{rateGroupRelationshipId}
Update a specific rateGroup by rateGroup Id
Method: put
Path: /PASService/rest/services/v1/rateGroups/{rateGroupId}
Uploads a file containing rates and processes it to the database
Method: post
Path: /PASService/rest/services/v1/rateGroups/import