Assignment Document
This API endpoint allows client send/attach new documents to assignment post assignment creation status. A client sending data for assignment document creation is validated against their APIKEY.
Endpoint
Protocol | Endpoint |
---|---|
POST | api/assignment/document |
Request
Parameter | Data Type | Parameter | Description |
---|---|---|---|
ConfirmationID | Long Integer | Body | ConfirmationID (Identifier) received while creating assignment using iQ Connect |
Documents | Array | Body | List of documents to be attached to assignment. This list should be of type containing properties DocumentType and DocumentURL. Array should contain at least one valid document to be considered for processing. In case no document type is provided, then document would be handled as per the default system behavior. |
APIKEY | String | Header | Expected APIKEY used for Authentication |
Response
Field | Description |
---|---|
Message | Success or Failure message from the system. |