POST purge/adddocumentpurge

Add a Purge Document.

Request Information

URI Parameters

None.

Body Parameters

SubscribersPurge_Document
NameDescriptionTypeAdditional information
SubscriberInfoId

Subscriber Application Id

integer

None.

DocId

Document Id

integer

None.

FileName

Document File Name

string

None.

ImageBase

Document convert to Base64

string

None.

Remarks

Document remarks

string

None.

Longitude

Longitude

decimal number

None.

Latitude

Latitude

decimal number

None.

MobileCreated

Mobile created

string

None.

Creator

Document Uploader

string

None.

Request Formats

application/json, text/json

Sample:
{
  "subscriberInfoId": 1,
  "docId": 1,
  "fileName": "sample string 2",
  "imageBase": "sample string 3",
  "remarks": "sample string 4",
  "longitude": 5.1,
  "latitude": 6.1,
  "mobileCreated": "sample string 7",
  "creator": "sample string 8"
}

application/xml, text/xml

Sample:
<SubscribersPurge_Document xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Creator>sample string 8</Creator>
  <DocId>1</DocId>
  <FileName>sample string 2</FileName>
  <ImageBase>sample string 3</ImageBase>
  <Latitude>6.1</Latitude>
  <Longitude>5.1</Longitude>
  <MobileCreated>sample string 7</MobileCreated>
  <Remarks>sample string 4</Remarks>
  <SubscriberInfoId>1</SubscriberInfoId>
</SubscribersPurge_Document>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SubscribersPurge_Document'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.