Sales Targets
Sales targets define revenue goals for employees, optionally by sales category.
Endpoints
List
GET
/v1/odata/SalesTargetGet by ID
GET
/v1/odata/SalesTarget({id})Create
POST
/v1/odata/SalesTargetUpdate
PUT
/v1/odata/SalesTarget({id})Delete
DELETE
/v1/odata/SalesTarget({id})Fields
| Field | Type | Description |
|---|---|---|
Amount | Double | Target amount |
Relationships
| Relationship | Target Entity | Cardinality | Description |
|---|---|---|---|
| Person | Relationship.Person.Contact.Employee | N:1 | Employee |
| SalesCategory | Datastore.SalesCategory | N:1 | Sales category |
Expanding Relationships
GET
/v1/odata/SalesTarget({id})?$expand=PersonNavigating Relationships
GET
/v1/odata/SalesTarget({id})/Person