A customer ID (customer-tenant-id). If you don't know the customer's ID, you can look it up in Partner Center by selecting the Customers workspace, then the customer from the customer list, then Account. On the customer's Account page, look for the Microsoft ID in the Customer Account Info section. The Microsoft ID is the same as the customer ID (customer-tenant-id).
.NET (version 1.4 or newer)
To retrieve confirmation(s) of customer acceptance that was previously provided:
Use the IAggregatePartner.Customers collection and call ById method with the specified customer identifier.
Fetch the Agreements property and filter the results to Microsoft Cloud Agreement by calling ByAgreementType method.
To retrieve confirmation of customer acceptance provided previously:
Use the IAggregatePartner.Customers collection and call the ById method with the specified customer's identifier. Then, get the Agreements property, followed by calling the Get or GetAsync methods.
To retrieve confirmation of customer acceptance provided previously:
Use the IAggregatePartner.getCustomers function and call the byId function with the specified customer's identifier. Then, get the getAgreements function, followed by calling the get function.
If successful, this method returns a collection of Agreement resources in the response body.
Response success and error codes
Each response comes with an HTTP status code that indicates success or failure and other debugging information. Use a network trace tool to read this code, error type, and other parameters. For the full list, see Partner Center REST error codes.
Companies negotiate and agree on certain terms to be able to fix the price of items. These agreements help businesses to make correct estimations of cost of goods purchased and set a base for sales prices. By purchasing or selling goods, companies may be entitled to receive rebates, or gain royalty rewards, which can be converted to a credit note.