Discussions

Ask a Question
Back to All

Customer address is displaying in a single field called 'headOfficeFormattedAddress'. This value is having \n and comma( , ). It is better to have comma(,) seperated instead of both \n and comma(,)

Additional Details:

Request URL: https://network.roserocket.com/api/v2/platformModel/objects/search

Board ID: af1c0e83-5253-517d-aeff-e25a37f59beb

Request Body:

{
    "boardId": "af1c0e83-5253-517d-aeff-e25a37f59beb"
}

Response:

{
  "total": 1,
  "results": [
    {
      "id": "30d4b518-adbe-4fc2-b772-072255a674de",
      "objectKey": "customer",
      "orgId": "9dfa8026-8a4b-4ecd-a081-8b61311af7d7",
      "createdAt": "2024-06-27T23:08:26.658Z",
      "fullId": "CUST-1",
      "name": " Vita-Pakt (SALES)",
      "headOfficeFormattedAddress": "10000 Stockdale Highway\nSte 390\nBakersfield\nCA, 93311, US",
      "companyEmail": "[email protected]",
      "commissionedUsers": [],
      "tariffs": []
    }
  ],
  "bookmarks": []
}