POST TidaexWarehouseManagement/RejectInvoice

Request Information

URI Parameters

None.

Body Parameters

RejectInvoiceParameters
NameDescriptionTypeAdditional information
TRefXID

integer

None.

ExternalPayload

TidaexExternalPayload

None.

VehicleId

integer

None.

TransactionCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TRefXID": 1,
  "ExternalPayload": {
    "UniqueId": "sample string 1"
  },
  "VehicleId": 2,
  "TransactionCount": 3
}

application/xml, text/xml

Sample:
<RejectInvoiceParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cam.Cameo.Structures.WarehouseManagement.Tidaex">
  <TransactionCount>3</TransactionCount>
  <VehicleId>2</VehicleId>
  <ExternalPayload>
    <UniqueId>sample string 1</UniqueId>
  </ExternalPayload>
  <TRefXID>1</TRefXID>
</RejectInvoiceParameters>

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 'RejectInvoiceParameters'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.