- Overview
- Glossary
- Data Types
- Permissions
- Response Formats
- Multiple-Item Format
- Errors and Warnings Format
- Adjustments
- getGet multiple Adjustments
- postCreate a new Adjustment
- getGet a single Adjustment
- delDelete an Adjustment
- putUpdate an Adjustment
- patchUpdate an Adjustment
- putExecute the Approve Tool on an existing Adjustment
- putExecute the Clear Tool on an existing Adjustment
- putExecute the ClearRequest Tool on an existing Adjustment
- putExecute the Complete Tool on an existing Adjustment
- putCopy an existing Adjustment
- putExecute the In Setup Tool on an existing Adjustment
- putExecute the Post Tool on an existing Adjustment
- getGet multiple Adjustment Types
- getGet a single Adjustment Type
- Computed Dates
- Contacts
- Contact Lists
- Contracts
- getGet multiple Contracts
- postCreate a new Contract
- getGet a single Contract
- delDelete a Contract
- putUpdate a Contract
- patchUpdate a Contract
- putExecute the Approve Tool on an existing Contract
- putExecute the Complete Tool on an existing Contract
- putExecute the Copy Tool on an existing Contract
- putExecute the In Setup Tool on an existing Contract
- putExecute the Model Tool on an existing Contract
- putExecute the Resolve Tool on an existing Contract
- putExecute the Revise Tool on an existing Contract
- getGet multiple Contracts by referenced Participants
- getGet multiple Contracts by referenced User1s
- getGet multiple Contracts by referenced User4s
- Contract Lists
- Contract Groups
- Download Endpoints
- getDownload a specific Contact Attachment.
- getDownload a specific Contract Attachment.
- getDownload a specific Deal Attachment.
- getDownload a specific IP Right Attachment.
- getDownload a specific IP Rights Template Right Attachment.
- getDownload a specific Note Attachment.
- getDownload a specific Statement.
- getDownload a specific Transaction Characteristic Item Attachment
- IP Rights
- getGet multiple IP Rights
- postCreate a new IP Right
- getGet a single IP Right
- putUpdate an IP Right
- patchUpdate an IP Right
- delDelete an IP Right
- putAdd IP Rights from an IP Rights Template
- putExecute the Copy Tool on an existing IP Right
- putUse the In Use Tool on an IP Right
- putUse the Resolve Tool on an IP Right
- IP Rights Templates
- getGet multiple IP Rights Template Headers
- postCreate an IP Rights Template Header
- getGet a single IP Rights Template Header
- putUpdate an IP Rights Template Header
- patchUpdate an IP Rights Template Header
- delDelete an IP Rights Template Header
- putExecute the Copy Tool on an existing IP Rights Template Header
- putUse the In Use Tool on an IP Rights Template Header
- putUse the Resolve Tool on an IP Rights Template Header
- getGet multiple IP Rights Template Parameters
- getGet a single IP Rights Template Parameter
- Payments
- getGet multiple Payments
- postCreate a new Payment
- getGet a single Payment
- delDelete a Payment
- putUpdate a Payment
- patchUpdate a Payment
- putExecute the Approve Tool on an existing Payment
- putExecute the Complete Tool on an existing Payment
- putExecute the Copy Tool on an existing Payment
- putExecute the Hold Tool on an existing Payment
- putExecute the In Setup Tool on an existing Payment
- putExecute the Release Tool on an existing Payment
- putExecute the Paid Tool on an existing Payment
- Process Server Groups
- Scheduled Tasks
- getGet multiple Scheduled Task Summaries
- getGet a single Scheduled Task Summary
- putExecute the Approve Tool on a collection of Scheduled Task Summaries
- putExecute the Approve Tool on a single Scheduled Task Summary Item
- putExecute the Assign Tool on a collection of Scheduled Task Summaries
- putExecute the Assign Tool on a single Scheduled Task Summary Item
- putExecute the Clear Tool on a collection of Scheduled Task Summaries
- putExecute the Clear Tool on a single Scheduled Task Summary Item
- putExecute the Hold Tool on a collection of Scheduled Task Summaries
- putExecute the Hold Tool on a single Scheduled Task Summary Item
- putExecute the Release Tool on a collection of Scheduled Task Summaries
- putExecute the Release Tool on a single Scheduled Task Summary Item
- Statement Results
- Submitted Tasks
- getGet multiple Submitted Tasks
- getGet a single Submitted Task
- putUpdate a Submitted Task
- patchUpdate a Submitted Task
- delDelete a Submitted Task
- putExecute the Resubmit Tool on a single Submitted Task
- putExecute the Cancel Tool on a single Submitted Task
- getGet multiple Submitted Task Messages
- getGet a single Submitted Task Message
- Transaction Characteristics
- getGet multiple Transaction Characteristic Items
- postCreate a new Transaction Characteristic Item
- getGet a single Transaction Characteristic Item
- putUpdate a Transaction Characteristic Item
- patchUpdate a Transaction Characteristic Item
- delDelete a Transaction Characteristic Item
- putCopy an existing Transaction Characteristic Item
- putExecute the Resolve Tool for an existing Transaction Characteristic Item
- Transaction Characteristic Lists
- getGet multiple Transaction Characteristic Lists
- postCreate a Transaction Characteristic List
- getGet a single Transaction Characteristic List
- putUpdate a Transaction Characteristic List
- patchUpdate a Transaction Characteristic List
- delDelete a Transaction Characteristic List
- putCopy an existing Transaction Characteristic List
- putExecute the Resolve Tool for an existing Transaction Characteristic List
- Miscellaneous Endpoints
- getGet multiple Access Levels
- getGet a single Access Level
- getGet multiple Access Types
- getGet a single Access Type
- getGet multiple AddressFormats
- getGet a single AddressFormat
- getGet multiple AddressTypes
- getGet a single AddressType
- getGet multiple ApplErrorMessageLogs
- getGet a single ApplErrorMessageLog
- getGet multiple Authentication Methods
- getGet a single Authentication Method
- getGet multiple Authentication Types
- getGet a single Authentication Type
- getGet multiple Certificate Types
- getGet a single Certificate Type
- getGet multiple ContractByReferencedContacts
- getGet multiple Countries
- getGet a single Country
- getGet multiple EmailTypes
- getGet a single EmailType
- getGet multiple File System Locations
- getGet a single File System Location
- getGet multiple Periods
- getGet a single Period
- getGet multiple States
- getGet a single State
- getGet multiple SystemErrorMessageLogs
- getGet a single SystemErrorMessageLog
- getGet multiple UDFs
- getGet a single UDF
- getGet multiple WebServiceLogs
- getGet a single WebServiceLog
- getGet multiple Transfer Types
- getGet a single Transfer Type
- Adjustments
- Transaction Import
- postCreate an Import Transaction Batch
- patchSubmit Transactions for an Import Transaction Batch
- getRead Import Transaction Batch Data
- postClear the Transactions from an Import Transaction Batch
- getGet multiple Import Transaction Batches
- getGet a single Import Transaction Batch
- getGet multiple Job Queue Summaries
- getGet multiple Transmission History Entries
- getGet multiple Transmission History Error Records
- Contract Import
- Contact Import
- Transaction Characteristic Import
- Transaction Import
Reset cached Alliant metadata
Resets the cached Alliant metadata. This allows the Alliant metadata, such as User-Defined Fields, validation Rules, and so forth, to be refreshed and to be used in the next Alliant API request you make. Reset does not reset the Alliant metadata instantly. It allows all of the currently active requests to complete first.
SecurityHeaderToken
Request
Responses
200
OK
403
Forbidden
405
Method Not Allowed
500
Internal Server Error
post/api/metadata/reset
Response samples
- 200
- 403
- 405
- 500
application/json
{- "result": null,
- "errors": [ ],
- "warnings": [ ],
- "hasErrors": false,
- "hasWarnings": false
}