Skip to main content

Sales Targets

EntitySalesTarget

Sales targets define revenue goals for employees, optionally by sales category.

Endpoints

List

GET/v1/odata/SalesTarget

Get by ID

GET/v1/odata/SalesTarget({id})

Create

POST/v1/odata/SalesTarget

Update

PUT/v1/odata/SalesTarget({id})

Delete

DELETE/v1/odata/SalesTarget({id})

Fields

FieldTypeDescription
AmountDoubleTarget amount

Relationships

RelationshipTarget EntityCardinalityDescription
PersonRelationship.Person.Contact.EmployeeN:1Employee
SalesCategoryDatastore.SalesCategoryN:1Sales category

Expanding Relationships

GET/v1/odata/SalesTarget({id})?$expand=Person
GET/v1/odata/SalesTarget({id})/Person