Updating an Account
📋 Prerequisites
- Existing Account in DJUST
✅ Required Fields
accountExternalId
☑️ Optional Fields
You can find the complete list of optional fields at the following link: Account - Fields
🔍 Example
[
{
"accountName": "John",
"accountExternalId": "0987654321"
}
]
❌ Possible Errors
Code | Message |
---|---|
F-E-001 | Missing mandatory field |
F-E-033 | Account not found in DJUST |
Updated 18 days ago