/{businessId}/budgetDetails
[POST]
This use case is to send budgetDetails to SFDC
URL
https://nonprod.esb.cloud.lla.com/test/sar-ux/sar-ux/v1/CO/budgetDetails
url Param
name | type | description | required |
---|
businessId | string | 2 letter ISO 3166 country code (CO, HN, CR, DO, SV, GT, WHS etc.) identifying the business unit. | Y |
name | type | description | required |
---|
client_id | string | The client_id identifying the channel. Minimum characters: 5 | Y |
client_secret | string | Password associated with the client_id. Minimum characters: 5 | Y |
X-Correlation-ID | string | Identifier that correlates HTTP request between a client and server. Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction. Syntax: correlationId: uuid:cwc--, example: X-Correlation-ID: f058ebd6-02f7-4d3f-942e-904344e8cde7:cwc--qacarepc | Y |
Salesforce tenants
SF Environment to Connect | SF Instance |
---|
QA | cwc--qacarepc |
UAT | cwc--uatsfdc |
Production | cwc--prod |
Body Definition
name | type | description | required |
---|
internalBudget | string | Internal Budget | N |
externalBudget | string | External Budget | N |
status | string | Status of Budget Quote | N |
taskId | string | Task Id which received in feasibility budget quote request | Y |
Sample Request
{
"internalBudget":"1000",
"externalBudget":"2000",
"status":"",
"taskId":"00Tdq000003kcmvEAA"
}
Sample Response
{
"id":"a0Tdq000003kcmvEAA",
"status":"success"
}