| Name | Type | Description | Notes |
|---|---|---|---|
| asynchronous | bool | If `true`, run the job in asynchronous mode, which means that the REST API call will immediately return, reporting the identifier of a job. Prefer this flavor wherever possible. | [optional] |
| compress | bool | Whether to compress the DICOM instances using gzip before the actual sending | [optional] |
| permissive | bool | If `true`, ignore errors during the individual steps of the job. | [optional] |
| priority | float | In asynchronous mode, the priority of the job. The lower the value, the higher the priority. | [optional] |
| resources | string[] | List of the Orthanc identifiers of all the DICOM resources to be sent | [optional] |
| synchronous | bool | If `true`, run the job in synchronous mode, which means that the HTTP answer will directly contain the result of the job. This is the default, easy behavior, but it is not desirable for long jobs, as it might lead to network timeouts. | [optional] |
| transcode | string | Transcode to the provided DICOM transfer syntax before the actual sending | [optional] |