Create Opportunity ID & Quote ID
Version v1
Endpoint
POST
Contact DL-APS_API_Services@att.com to get Endpoint details /opportunity-quote
Allows users to create the quote ID and opportunity ID.
Header Parameters
Body Parameters
Responses
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
curl --request POST \
--url https://Contact%20DL-APS_API_Services@att.com/%20to%20get%20Endpoint%20details/opportunity-quote \
--header 'accept: application/json' \
--header 'client_id: string' \
--header 'client_secret: string' \
--header 'content-type: application/json' \
--header 'source: string' \
--header 'x-trace-id: string' \
--header 'x-transaction-id: string' \
--data '
{
"createQuoteOpty": {
"quoteName": "E2E-doc-Test2-Quote-API",
"quoteTerm": "18",
"stageName": "Prequalifying",
"subAccountId": "U8GOM4",
"opportunityName": "Doc1-sham-Test1-Oppty-API",
"opportunityType": "Growth"
}
}
'
RESPONSE
1
2
3
4
5
6
7
{
"spId": "10006",
"quoteId": "0Q0Kf000000xjVKKAY",
"subAccountId": "U8GOM4",
"opportunityId": "006Kf00000JkiR8IAJ",
"romeSpUId": "8337GE"
}