POST TidaexWarehouseManagement/CreateInvoice

Request Information

URI Parameters

None.

Body Parameters

CreateInvoiceParameters
NameDescriptionTypeAdditional information
DepotId

integer

None.

AccountCode

string

None.

TRefXID

integer

None.

ExternalPayload

TidaexExternalPayload

None.

TidaexJobTypeId

integer

None.

IsTabletInitiated

boolean

None.

VehicleRegistration

string

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DepotId": 1,
  "AccountCode": "sample string 2",
  "TRefXID": 3,
  "ExternalPayload": {
    "UniqueId": "sample string 1"
  },
  "TidaexJobTypeId": 4,
  "IsTabletInitiated": true,
  "VehicleRegistration": "sample string 6",
  "CreatedDate": "2025-12-06T04:18:54.1745378+00:00"
}

application/xml, text/xml

Sample:
<CreateInvoiceParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cam.Cameo.Structures.WarehouseManagement.Tidaex">
  <AccountCode>sample string 2</AccountCode>
  <CreatedDate>2025-12-06T04:18:54.1745378+00:00</CreatedDate>
  <DepotId>1</DepotId>
  <ExternalPayload>
    <UniqueId>sample string 1</UniqueId>
  </ExternalPayload>
  <IsTabletInitiated>true</IsTabletInitiated>
  <TRefXID>3</TRefXID>
  <TidaexJobTypeId>4</TidaexJobTypeId>
  <VehicleRegistration>sample string 6</VehicleRegistration>
</CreateInvoiceParameters>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.