POST tgn/services/migrateProof

Request Information

URI Parameters

None.

Body Parameters

ProofMigration
NameDescriptionTypeAdditional information
url

string

None.

file

integer

None.

plaqueimage

integer

None.

id

integer

None.

name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "url": "sample string 1",
  "file": 2,
  "plaqueimage": 3,
  "id": 4,
  "name": "sample string 5"
}

application/xml, text/xml

Sample:
<ProofMigration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/restconnect.Models">
  <file>2</file>
  <id>4</id>
  <name>sample string 5</name>
  <plaqueimage>3</plaqueimage>
  <url>sample string 1</url>
</ProofMigration>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.