POST web/ExportImport
Request Information
URI Parameters
None.
Body Parameters
Collection of AttachmentReferrer| Name | 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
StreamContent| Name | Description | Type | Additional information |
|---|---|---|---|
| Headers | Collection of Object |
None. |
Response Formats
application/json, text/json, text/csv
Sample:
Sample not available.