AddBlanketAgreement | Adds a blanket agreement. |
CancelBlanketAgreement | Cancels an existing blanket agreement. |
GetBlanketAgreement | Retrieves a blanket agreement.
The blanket agreement is specified by its key, which is contained in the BlanketAgreementParams object passed to the method. |
GetBlanketAgreementList | Returns the BlanketAgreementsParams data collection that identifies all blanket agreements. |
GetDataInterface | Creates an empty data structure for use with the BlanketAgreementsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetRelatedDocuments | Retrieves the related documents of a blanket agreement. |
UpdateBlanketAgreement | Updates an existing blanket agreement.
The data for the blanket agreement, including the key of the blanket agreement to be updated, is contained in the BlanketAgreement object passed to the method. To update a blanket agreement, you must first retrieve it using the GetBlanketAgreement method. |