Close Sidebar
Description

Users can use POST to create a binary collection field group using a single child. If there is more than one child, additional children must be created using PATCH with the entryID of the group added through POST.

API Examples

URL: 

https://api.icims.com/customers/{customerId}/{profileType}/{profileId}/fields/{parentFieldID}/{groupId}/fields/{ChildFieldID}/binary

{groupId}

The groupId is the entryId.

Note: Binary files support text extraction; for full details, please see the Binary Files page and review Example 2.

Action Definition
Patch:

PATCH request to to sent with the URL, for e.g.:

https://api.icims.com/customers/{customerId}/{profileType}/{profileId}/fields/{parentFieldID}/{groupId}/fields/{ChildFieldID}/binary

Delete:

DELETE request URL e.g.:

https://api.icims.com/customers/{customerId}/{profileType}/{profileId}/fields/{parentFieldID}/{groupId}/fields/{ChildFieldID}/binary