Subscription Asset Transactions REST Endpoints

Subscription Asset Transactions
The subscription asset transactions resource is used to view and create the asset transactions. The subscription asset transaction object has details such as customer asset, transaction type, transaction date etc.
Create a subscription asset transaction
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionAssetTransactions
Get a subscription asset transaction
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionAssetTransactions/{TransactionNumber}
Get all subscription asset transactions
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionAssetTransactions
Notify fulfillment completed
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionAssetTransactions/{TransactionNumber}/action/notifyFulfillmentCompleted
Notify pending fulfillment canceled
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionAssetTransactions/{TransactionNumber}/action/notifyPendingFulfillmentCancelled
Notify return completed
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionAssetTransactions/{TransactionNumber}/action/notifyReturnCompleted
Notify shipment completed
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionAssetTransactions/{TransactionNumber}/action/notifyShipmentCompleted