Subscribers REST Endpoints
Business Objects/Sell Shipments/Required Documents/Subscribers
The operations from the Business Objects/Sell Shipments/Required Documents/Subscribers category.
- Create a Subscriber
- Method: postPath:
/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers - Delete a Subscriber
- Method: deletePath:
/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers/{contactGid} - Get a Subscriber
- Method: getPath:
/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers/{contactGid} - Get Subscribers
- Method: getPath:
/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers - Update a Subscriber
- Method: patchPath:
/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers/{contactGid} - Update Subscribers
- Method: patchPath:
/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers