Update a business line
PATCH {{baseUrl}}/businessLines/:id
Updates a business line.
Request Body
{"industryCode"=>"55", "webData"=>[{"webAddress"=>"https://www.example.com"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"service":"banking","industryCode":"55","legalEntityId":"LE00000000000000000000001","sourceOfFunds":{"adyenProcessedFunds":false,"description":"Funds from my flower shop business","type":"business"},"webData":[{"webAddress":"https://www.example.com","webAddressId":"SE966LI345672J5H8V87B3FGH"}],"id":"SE322JV223222F5GVGMLNB83F"}