Skip to content

ARCONTACTS

Contact

Customer contact information

Inherits from EbmsDetailEntity

Properties

Version 1.8.89, Updated on Tuesday, May 19, 2026

Creating and/or updating a contact

PATCHhttps://123456789012345.koblesystems.dev/MyEbms/ABC/OData/ARCUST('DOEJOH')
{
 "ARCONTACTSs@delta":
    [
     {
       "@ID": "GD1OG7QHPIE65531",
       "EMAIL": "JohnDoe@test.com",
       "NAME": "John Doe",
       "Mobile": "(717) 442-3247"
     },
     {
       "EMAIL": "JaneDoe@test.com",
       "NAME": "Jane Doe",
       "Mobile": "(717) 442-3247"
     }
    ]
}