POST api/v3/datsar/export

Creates the export request.

Request Information

URI Parameters

None.

Body Parameters

The model.

Ghostery.Privacy.Api.Models.DATSAR.ExportRequestModel
NameDescriptionTypeAdditional information
ExportIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "exportIds": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'Ghostery.Privacy.Api.Models.DATSAR.ExportRequestModel'.

Response Information

Resource Description

int

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.