POST api/ExportImport

Request Information

URI Parameters

None.

Body Parameters

Collection of AttachmentReferrer
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Headers

Collection of Object

None.

Response Formats

application/json, text/json, text/csv

Sample:

Sample not available.