GET v1/divisions/{divisionId}/imports/{serviceCode}/sample/{importAction}?isInline={isInline}
Retrieve Sample Import Data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| divisionId |
IGNORED - The ID of the division. |
string |
Required |
| serviceCode |
The type of import. |
ImportServiceCode |
Required |
| importAction |
The import action. |
ImportAction |
Required |
| isInline |
When isInline is set to true, the result will include a ContentDisposition header with the value "inline" (can be used for embedding a document in an HTML element) otherwise the result will include a ContentDisposition header with the value "attachment" in order to trigger file download on the client (e.g. Browser) |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |