Subscription Account Relationships REST Endpoints

Subscription Accounts/Subscription Account Relationships
The subscription account relationships resource is used to view, create, update, and delete an account relationship.
Create a subscription account relationship
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionAccounts/{SubscrAccountNumber}/child/subscriptionAccountRelationship
Delete a subscription account relationship
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionAccounts/{SubscrAccountNumber}/child/subscriptionAccountRelationship/{SubscriptionAccountRelationshipNumber}
Get a subscription account relationship
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionAccounts/{SubscrAccountNumber}/child/subscriptionAccountRelationship/{SubscriptionAccountRelationshipNumber}
Get all subscription account relationships
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionAccounts/{SubscrAccountNumber}/child/subscriptionAccountRelationship
Update a subscription account relationship
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionAccounts/{SubscrAccountNumber}/child/subscriptionAccountRelationship/{SubscriptionAccountRelationshipNumber}