Create a proposal
post
/crmRestApi/resources/11.13.18.05/proposals
Request
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
-
Upsert-Mode: string
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ActFailureReasonCode: string
Title:
Failure Reason CodeMaximum Length:60The code indicating the reason for failure of the proposal activation. -
ActivationDateTime: string
(date-time)
The date when the proposal is activated.
-
Description: string
Title:
DescriptionMaximum Length:240A brief description of the proposal and its intended changes. -
Name: string
Title:
NameMaximum Length:60The name of the proposal. -
OwnerId: integer
(int64)
Title:
Owner IDThe unique identifier of the resource who initiated the proposal, typically the owner of the territory. -
PartitionCode: string
Title:
Partition TypeMaximum Length:30Default Value:PRODUCTIONThe code indicating whether or not the proposal is an error correction proposal for territories that were made invalid by dimension, or member changes, by recording whether the proposal is in the Stage or Production partition. The default value is PRODUCTION. -
ProposalNumber: string
Title:
Proposal NumberMaximum Length:30The alternate key identifier of the proposal. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:DRAFTThe code indicating the status of the proposal. For example, DRAFT or PENDING ACTIVATION. -
TerrProposalId: integer
(int64)
Title:
Territory Proposal IDThe unique identifier of the proposal.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : proposals-item-response
Type:
Show Source
object-
ActFailureReasonCode: string
Title:
Failure Reason CodeMaximum Length:60The code indicating the reason for failure of the proposal activation. -
ActivationDateTime: string
(date-time)
The date when the proposal is activated.
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DeleteFlag: boolean
Read Only:
trueIndicates whether a proposal can be deleted. -
Description: string
Title:
DescriptionMaximum Length:240A brief description of the proposal and its intended changes. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameMaximum Length:60The name of the proposal. -
Owner: string
Title:
OwnerRead Only:trueMaximum Length:360The display name for the initiator of the proposal. -
OwnerId: integer
(int64)
Title:
Owner IDThe unique identifier of the resource who initiated the proposal, typically the owner of the territory. -
OwnerNumber: string
Title:
Owner Registry IDRead Only:trueMaximum Length:30The number of the owner. -
PartitionCode: string
Title:
Partition TypeMaximum Length:30Default Value:PRODUCTIONThe code indicating whether or not the proposal is an error correction proposal for territories that were made invalid by dimension, or member changes, by recording whether the proposal is in the Stage or Production partition. The default value is PRODUCTION. -
ProposalNumber: string
Title:
Proposal NumberMaximum Length:30The alternate key identifier of the proposal. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:DRAFTThe code indicating the status of the proposal. For example, DRAFT or PENDING ACTIVATION. -
TerrProposalId: integer
(int64)
Title:
Territory Proposal IDThe unique identifier of the proposal. -
UpdateFlag: boolean
Read Only:
trueIndicates whether a proposal can be updated.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
The following example shows how to create a proposal by submitting a POST request on the REST resource using cURL.
cURL Command
curl -v -u sales_cloud_user -H "content-type:application/vnd.oracle.adf.resourceitem+json" -X POST "https://servername.fa.us2.oraclecloud.com/crmPerformanceApi/resources/11.13.0.0/proposals/" -d '{request_payload}'
Example of Request Body
The following example shows the contents of the request body in JSON format:
{
"Name":"Rest Proposals",
"ActivationDateTime":"2016-12-11T00:00:00-07:00"
}Example of Response Body
The following example shows the contents of the response body in JSON format:
{
"TerrProposalId": 300100129032294,
"Name": "Rest Proposals",
"Description": null,
"StatusCode": "DRAFT",
"OwnerId": 100010025532672,
"Owner": "Gabrielle Lee",
"PartitionCode": "PRODUCTION",
"ActFailureReasonCode": null,
"ProposalNumber": "CDRM_274065",
"ActivationDateTime": "2016-12-10T23:00:00-08:00",
"UpdateFlag": true,
"DeleteFlag": true,
"links":[
{"rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/crmPerformanceApi/resources/11.13.0.0/proposals/300100129032294",},
{"rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com/crmPerformanceApi/resources/11.13.0.0/proposals/300100129032294",},
{"rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/crmPerformanceApi/resources/11.13.0.0/proposals/300100129032294/lov/ValidStatusCodeViewAccessor",…}
]
}