POST api/NetSuite/AddVendorBill

Request Information

URI Parameters

None.

Body Parameters

NetSuiteVendorBillInfo
NameDescriptionTypeAdditional information
NSInternalId

string

None.

PurchaseOrderNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NSInternalId": "sample string 1",
  "PurchaseOrderNumber": "sample string 2"
}

application/xml, text/xml

Sample:
<NetSuiteVendorBillInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NSInternalId>sample string 1</NSInternalId>
  <PurchaseOrderNumber>sample string 2</PurchaseOrderNumber>
</NetSuiteVendorBillInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.