POST api/ContractService/ContractApprovalForecastOperation

Request Information

URI Parameters

None.

Body Parameters

ContractApprovalForecastModel
NameDescriptionTypeAdditional information
ContractId

string

None.

ContractName

string

None.

Duration

decimal number

None.

ApprovalStatus

integer

None.

OwnerId

string

None.

OwnerName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContractId": "sample string 1",
  "ContractName": "sample string 2",
  "Duration": 3.0,
  "ApprovalStatus": 4,
  "OwnerId": "sample string 5",
  "OwnerName": "sample string 6"
}

application/xml, text/xml

Sample:
<ContractApprovalForecastModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Net.MSCrm.Model">
  <ApprovalStatus>4</ApprovalStatus>
  <ContractId>sample string 1</ContractId>
  <ContractName>sample string 2</ContractName>
  <Duration>3</Duration>
  <OwnerId>sample string 5</OwnerId>
  <OwnerName>sample string 6</OwnerName>
</ContractApprovalForecastModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.