post https://mytenant.cx.onecloud.com/configapi/v2/callinglist/addAll/<list_name>
This method adds multiple new records to the specified calling list. It returns an error if a record with the same values of unique keys as configured in the list definition already exists.
Notes:
- Field names are provided as they were defined during list creation.
- Key fields and required fields are mandatory.
- list_name is the name of the calling list (e.g., list.csv).
Response Codes
Code | Description |
---|---|
200 | Success (may be partial success; additional problem description contained in response) |
400 | Bad request (format not understood) |
401 | Authentication failed |
403 | User authenticated but does not have sufficient privileges |
404 | Calling List is not found or invalid URL |