Skip to main content
Get Recent Sales

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

AmountLimit, Count

GetRecentSales: Returns the latest sales (that are sold) limited by their amount. The result is sorted descending with the latest first. If the amount is -1, the amount restriction is omitted.

AmountLimit
integer<int32>
Count
integer<int32>

Response

OK

ContactName
string

Contact name

SaleDate
string<date-time>

(expected / lost / won) sales date

SaleId
integer<int32>

Primary key

Probability
integer<int32>

Actual probability, may differ from the one in the list

Title
string

Sale heading (short description?)

Amount
number<double>

Total sale amount

Currency
string

Currency the sale was made in.

ProjectName
string

Project name

AssociateFullName
string

The sale's owner

Description
string

The sales description

Status
enum<string>

The sale's status, indicating wether the sale is open, sold or lost.

Available options:
Unknown,
Open,
Sold,
Lost,
Stalled,
SaintAll
WeightedAmount
number<double>

The weighted amount ( amount * probability / 100)

ProjectId
integer<int32>

Optional project reference

EarningPercent
number<double>

Earning as percent of total

Earning
number<double>

Earning on sale

ContactId
integer<int32>

Optional contact reference

AssociateId
integer<int32>

The sale's owner id

PersonId
integer<int32>

The sale's contact persons id

SaleTypeId
integer<int32>

The sale's type id

SaleTypeName
string

The sale's type name

PersonFullName
string

The name of the person this sale belongs to.

Completed
enum<string>

The Sale completed state. The completed state is either Started or Completed. NotStarted is treated as Started. The value maps to the Done database field.

Available options:
Unknown,
NotStarted,
Started,
Completed

The number of active erp links

NextDueDate
string<date-time>

Next due date, this is a denormalization of 'closest future activity date, or most recent if no future activities'. Maintained by the system, but very convenient for searching.

Number
string

Alphanumeric user field

TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.