Shipping Methods REST Endpoints

SCM Common/Transit Times/Shipping Methods
The Shipping Methods resource gets the shipping method associated between the origin and destination locations.
Create one shipping method
Method: post
Path: /fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods
Delete a shipping method
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods/{TransitTimeValueId}
Get all shipping methods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods
Get one shipping method
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods/{TransitTimeValueId}
Update a shipping method
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods/{TransitTimeValueId}