POST api/list/propertypipeline/csv
Generates a csv file from selected property list items
Request Information
URI Parameters
None.
Body Parameters
ListCsvCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of integer |
None. |
|
| ExcludedIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Ids": [
1,
2
],
"ExcludedIds": [
1,
2
]
}
Response Information
Resource Description
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation | boolean |
None. |
|
| ReportsProgress | boolean |
None. |
|
| InitialStatusText | string |
None. |
|
| JobReference | globally unique identifier |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "5866b7e4-fb97-4398-abc9-34e79222d6e1",
"Success": true
}