PUT Paperwork

Updates Pacejet print data as not yet retrieved and returns HTTP 200 on success.

Request Information

URI Parameters

NameDescriptionType
api-version click for description string

Body Parameters

PacejetAPI.Models.CommonModels+Confirms
NameDescriptionType
TransactionID click for description string
Status click for description string
StatusMessage click for description string

Request Formats

application/json; v=1, text/json; v=1

Sample:
{
  "transactionID": "sample string 1",
  "status": "sample string 2",
  "statusMessage": "sample string 3"
}

application/xml; v=1, text/xml; v=1

Sample:
<Confirms xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TransactionID>sample string 1</TransactionID>
  <Status>sample string 2</Status>
  <StatusMessage>sample string 3</StatusMessage>
</Confirms>

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionType
Version System.Version
Content System.Net.Http.HttpContent
StatusCode System.Net.HttpStatusCode
ReasonPhrase click for description string
Headers Collection of Object
RequestMessage System.Net.Http.HttpRequestMessage
IsSuccessStatusCode boolean