sar-ux

(0 reviews)

budgetDetails

/{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
nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (CO, HN, CR, DO, SV, GT, WHS etc.) identifying the business unit.Y
nametypedescriptionrequired
client_idstringThe client_id identifying the channel. Minimum characters: 5Y
client_secretstringPassword associated with the client_id. Minimum characters: 5Y
X-Correlation-IDstringIdentifier 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 ConnectSF Instance
QAcwc--qacarepc
UATcwc--uatsfdc
Productioncwc--prod
Body Definition
nametypedescriptionrequired
internalBudgetstringInternal BudgetN
externalBudgetstringExternal BudgetN
statusstringStatus of Budget QuoteN
taskIdstringTask Id which received in feasibility budget quote requestY
Sample Request
{
    "internalBudget":"1000",
    "externalBudget":"2000",
    "status":"",
    "taskId":"00Tdq000003kcmvEAA"
}
Sample Response
{
    "id":"a0Tdq000003kcmvEAA",
    "status":"success"
}

Reviews