POST api/ExportImport
Request Information
URI Parameters
None.
Body Parameters
Collection of AttachmentReferrerName | Description | Type | Additional information |
---|---|---|---|
usage | AttachmentUsage |
None. |
|
assignment | string |
None. |
|
name | string |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "usage": "ApplicationCoverLetter", "assignment": "sample string 1", "name": "sample string 2", "id": 3 }, { "usage": "ApplicationCoverLetter", "assignment": "sample string 1", "name": "sample string 2", "id": 3 } ]
Response Information
Resource Description
StreamContentName | Description | Type | Additional information |
---|---|---|---|
Headers | Collection of Object |
None. |
Response Formats
application/json, text/json, text/csv
Sample:
Sample not available.