POST api/forecastjob/{orgKey}/add

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

Body Parameters

ForecastJobs
NameDescriptionTypeAdditional information
ForecastJobKey

integer

None.

OrgKey

integer

None.

ManufacturerModels

ManufacturerModels

None.

Assets

Assets

None.

BranchModel

BranchModel

None.

ForecastJobType

ForecastJobType

None.

RentalTypes

RentalTypes

None.

CustomerAccounts

CustomerAccounts

None.

ForecastJobSiteAddress

ForecastJobSiteAddress

None.

ForecastJobStartDate

date

None.

ForecastJobEndDate

date

None.

ForecastJobSponsor

string

None.

ForecastJobNotes

string

None.

ForecastJobRate

decimal number

None.

ForecastJobRateUnit

string

None.

ForecastJobStatusType

ForecastJobStatusTypes

None.

UserKey

integer

None.

EquipmentBranchList

Collection of BranchModel

None.

CustomerAccountList

Collection of CustomerAccounts

None.

ForecastJobOpportunityName

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

TotalCount

integer

None.

ModelObject

Object

None.

CurrentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "totalCount": 3,
  "modelObject": {},
  "currentDateTime": "2026-01-30T00:37:08.6929055+00:00"
}