notifyQuote

post

/ccadmin/v1/quotes/notify

Notify Quote Request. This operation is used to notify the quote request to the given quote to contacts.

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : notifyQuote_request
Type: object
Show Source
Example:
{
    "quote":{
        "quoteDetails":{
            "totalListAmount":0,
            "createdDate":"",
            "createdBy":"SalesUser",
            "totalNetAmount":0,
            "totalContractValue":220,
            "name":"Solar panel proposal",
            "additionalInfo":{
            },
            "totalDiscount":0,
            "totalContractDiscount":0,
            "currencyCode":"USD",
            "items":[
                {
                    "quantity":"",
                    "productId":"",
                    "totalContractValue":617.6,
                    "additionalInfo":{
                    },
                    "productName":""
                }
            ],
            "status":"CREATED"
        },
        "quoteToContacts":[
            {
                "organization":{
                    "additionalInfo":{
                    },
                    "partyNumber":"A41k0",
                    "partyID":"432108",
                    "contacts":[
                        {
                            "firstName":"Dave4",
                            "lastName":"Warner4",
                            "additionalInfo":{
                            },
                            "partyNumber":"B123",
                            "partyId":"30102345",
                            "email":"dave4@example.com"
                        }
                    ]
                }
            }
        ],
        "id":"123"
    }
}
Nested Schema : quoteDetails
Type: object
Quote details
Show Source
Nested Schema : quoteToContacts
Type: array
List of assigned quote to contacts
Show Source
Nested Schema : additionalInfo
Type: object
Additional details on organization
Show Source
Nested Schema : items
Type: array
Quote line items
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : additionalInfo
Type: object
Additional details on organization
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : organization
Type: object
Organization details
Show Source
Nested Schema : additionalInfo
Type: object
Additional details on organization
Show Source
Nested Schema : contacts
Type: array
List of contacts
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : additionalInfo
Type: object
Additional details on organization
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : notifyQuote_response
Type: object
Show Source
Example Response (application/json)
{
    "success":true
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce: |Error Code|Description| |------------------|------------------| |43001|Generic error occured in notify quote flow| |43002|If an error occured while notifying quote request|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top