API Documentation
API Documentation
v3
Introduction
Overview
Getting started
🔑 Authentication
Requesting temporary credentials
Signing requests
🎬 Entities
Entity types
The entity object
Amount
Create an amount
Retrieve an amount
Update an amount
Delete an amount
Retrieve amount templates
Retrieve amount statuses
Catalog item
Contact
Deal
File
Financial document
Inventory
Job
Rightset
Table
👬 Relationships
The relationship object
Relationship types
Create a relationship
Delete a relationship
🔎 Search
Entity search
Relationship search
Pagination
Search Functions
Search Examples
🧰 Workflow
Execute a workflow action
📆 Date Math
Overview
The date math object
Create date math
Retrieve date math
Update date math
Delete date math
🧮 AVAILS
Overview
Get dimension data
Get availability
Is catalog item available
Swagger
Message queue docs
Rightsline.com
Powered by GitBook

Amount

Endpoints

Method

Endpoint

Description

POST

/v3/amount

​Create an amount.​

GET

/v3/amount/:id

​Retrieve an amount.​

PUT

/v3/amount/:id

​Update an amount.​

DELETE

/v3/amount/:id

​Delete an amount.​

GET

/v3/amount-templates

​Retrieve amount templates.​

GET

/v3/amount-statuses/:templateId

​Retrieve amount statuses.​

🎬 Entities - Previous
The entity object
Next
Create an amount
Last updated 3 months ago