POST api/OrdersOutsourced

Request Information

URI Parameters

None.

Body Parameters

OrdersOutsourcedData
NameDescriptionTypeAdditional information
OrderID

integer

None.

VendorID

integer

None.

OrderNumber

string

None.

OrderDate

date

None.

OrderType

integer

None.

BorrowerName

string

None.

PropertyAddress

string

None.

StateCode

string

None.

County

string

None.

Instructions

string

None.

Comments

string

None.

Notes

string

None.

Status

integer

None.

DueDate

date

None.

CompletedDate

date

None.

InvoiceNumber

string

None.

InvoiceAmount

decimal number

None.

PaymentAmount

decimal number

None.

PaymentStatus

integer

None.

PaymentNotes

string

None.

AddedDate

date

None.

AddedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderID": 1,
  "VendorID": 2,
  "OrderNumber": "sample string 3",
  "OrderDate": "2026-02-10T16:15:03.2558132-08:00",
  "OrderType": 4,
  "BorrowerName": "sample string 5",
  "PropertyAddress": "sample string 6",
  "StateCode": "sample string 7",
  "County": "sample string 8",
  "Instructions": "sample string 9",
  "Comments": "sample string 10",
  "Notes": "sample string 11",
  "Status": 12,
  "DueDate": "2026-02-10T16:15:03.2558132-08:00",
  "CompletedDate": "2026-02-10T16:15:03.2558132-08:00",
  "InvoiceNumber": "sample string 13",
  "InvoiceAmount": 14.0,
  "PaymentAmount": 15.0,
  "PaymentStatus": 16,
  "PaymentNotes": "sample string 17",
  "AddedDate": "2026-02-10T16:15:03.2558132-08:00",
  "AddedBy": "sample string 18"
}

text/xml

Sample:
<OrdersOutsourcedData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL">
  <AddedBy>sample string 18</AddedBy>
  <AddedDate>2026-02-10T16:15:03.2558132-08:00</AddedDate>
  <BorrowerName>sample string 5</BorrowerName>
  <Comments>sample string 10</Comments>
  <CompletedDate>2026-02-10T16:15:03.2558132-08:00</CompletedDate>
  <County>sample string 8</County>
  <DueDate>2026-02-10T16:15:03.2558132-08:00</DueDate>
  <Instructions>sample string 9</Instructions>
  <InvoiceAmount>14</InvoiceAmount>
  <InvoiceNumber>sample string 13</InvoiceNumber>
  <Notes>sample string 11</Notes>
  <OrderDate>2026-02-10T16:15:03.2558132-08:00</OrderDate>
  <OrderID>1</OrderID>
  <OrderNumber>sample string 3</OrderNumber>
  <OrderType>4</OrderType>
  <PaymentAmount>15</PaymentAmount>
  <PaymentNotes>sample string 17</PaymentNotes>
  <PaymentStatus>16</PaymentStatus>
  <PropertyAddress>sample string 6</PropertyAddress>
  <StateCode>sample string 7</StateCode>
  <Status>12</Status>
  <VendorID>2</VendorID>
</OrdersOutsourcedData>

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

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.