POST api/v2/vendor/1099adj

Request Information

URI Parameters

None.

Body Parameters

Collection of Vendor1099Adjustment
NameDescriptionTypeAdditional information
VendorID

integer

None.

ClientID

integer

None.

Amount

decimal number

None.

PostingDate

date

None.

Description

string

None.

IsDeleted

boolean

None.

DateCreated

date

None.

LastModified

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "VendorID": 1,
    "ClientID": 2,
    "Amount": 3.0,
    "PostingDate": "2025-05-20T11:24:24.3285628-07:00",
    "Description": "sample string 5",
    "IsDeleted": true,
    "DateCreated": "2025-05-20T11:24:24.3285628-07:00",
    "LastModified": "2025-05-20T11:24:24.3285628-07:00"
  },
  {
    "VendorID": 1,
    "ClientID": 2,
    "Amount": 3.0,
    "PostingDate": "2025-05-20T11:24:24.3285628-07:00",
    "Description": "sample string 5",
    "IsDeleted": true,
    "DateCreated": "2025-05-20T11:24:24.3285628-07:00",
    "LastModified": "2025-05-20T11:24:24.3285628-07:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVendor1099Adjustment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaliberAPI">
  <Vendor1099Adjustment>
    <Amount>3</Amount>
    <ClientID>2</ClientID>
    <DateCreated>2025-05-20T11:24:24.3285628-07:00</DateCreated>
    <Description>sample string 5</Description>
    <IsDeleted>true</IsDeleted>
    <LastModified>2025-05-20T11:24:24.3285628-07:00</LastModified>
    <PostingDate>2025-05-20T11:24:24.3285628-07:00</PostingDate>
    <VendorID>1</VendorID>
  </Vendor1099Adjustment>
  <Vendor1099Adjustment>
    <Amount>3</Amount>
    <ClientID>2</ClientID>
    <DateCreated>2025-05-20T11:24:24.3285628-07:00</DateCreated>
    <Description>sample string 5</Description>
    <IsDeleted>true</IsDeleted>
    <LastModified>2025-05-20T11:24:24.3285628-07:00</LastModified>
    <PostingDate>2025-05-20T11:24:24.3285628-07:00</PostingDate>
    <VendorID>1</VendorID>
  </Vendor1099Adjustment>
</ArrayOfVendor1099Adjustment>

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 'List`1'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.