POST api/VendorBillPassthroughs

Request Information

URI Parameters

None.

Body Parameters

VendorBillPassthrough
NameDescriptionTypeAdditional information
PassthroughId

integer

None.

BillId

integer

None.

GLCode

string

Max length: 50

AcctDesc

string

Max length: 255

ItemDesc

string

Max length: 255

ItemAmt

decimal number

None.

FlatRate

string

Max length: 1

UseSqft

string

Max length: 1

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PassthroughId": 1,
  "BillId": 2,
  "GLCode": "sample string 3",
  "AcctDesc": "sample string 4",
  "ItemDesc": "sample string 5",
  "ItemAmt": 6.0,
  "FlatRate": "sample string 7",
  "UseSqft": "sample string 8",
  "DateCreated": "2024-03-28T11:36:14.5412273+00:00",
  "DateUpdated": "2024-03-28T11:36:14.5412273+00:00",
  "CreatedBy": 11,
  "UpdatedBy": 12
}

application/xml, text/xml

Sample:
<VendorBillPassthrough xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <AcctDesc>sample string 4</AcctDesc>
  <BillId>2</BillId>
  <CreatedBy>11</CreatedBy>
  <DateCreated>2024-03-28T11:36:14.5412273+00:00</DateCreated>
  <DateUpdated>2024-03-28T11:36:14.5412273+00:00</DateUpdated>
  <FlatRate>sample string 7</FlatRate>
  <GLCode>sample string 3</GLCode>
  <ItemAmt>6</ItemAmt>
  <ItemDesc>sample string 5</ItemDesc>
  <PassthroughId>1</PassthroughId>
  <UpdatedBy>12</UpdatedBy>
  <UseSqft>sample string 8</UseSqft>
</VendorBillPassthrough>

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

Response Information

Resource Description

VendorBillPassthrough
NameDescriptionTypeAdditional information
PassthroughId

integer

None.

BillId

integer

None.

GLCode

string

Max length: 50

AcctDesc

string

Max length: 255

ItemDesc

string

Max length: 255

ItemAmt

decimal number

None.

FlatRate

string

Max length: 1

UseSqft

string

Max length: 1

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PassthroughId": 1,
  "BillId": 2,
  "GLCode": "sample string 3",
  "AcctDesc": "sample string 4",
  "ItemDesc": "sample string 5",
  "ItemAmt": 6.0,
  "FlatRate": "sample string 7",
  "UseSqft": "sample string 8",
  "DateCreated": "2024-03-28T11:36:14.5724765+00:00",
  "DateUpdated": "2024-03-28T11:36:14.5724765+00:00",
  "CreatedBy": 11,
  "UpdatedBy": 12
}

application/xml, text/xml

Sample:
<VendorBillPassthrough xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <AcctDesc>sample string 4</AcctDesc>
  <BillId>2</BillId>
  <CreatedBy>11</CreatedBy>
  <DateCreated>2024-03-28T11:36:14.5724765+00:00</DateCreated>
  <DateUpdated>2024-03-28T11:36:14.5724765+00:00</DateUpdated>
  <FlatRate>sample string 7</FlatRate>
  <GLCode>sample string 3</GLCode>
  <ItemAmt>6</ItemAmt>
  <ItemDesc>sample string 5</ItemDesc>
  <PassthroughId>1</PassthroughId>
  <UpdatedBy>12</UpdatedBy>
  <UseSqft>sample string 8</UseSqft>
</VendorBillPassthrough>