POST api/vendorBilling/CreateSageBill

Request Information

URI Parameters

None.

Body Parameters

CreateSageBill
NameDescriptionTypeAdditional information
VendorBillId

integer

None.

MasterBillId

integer

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorBillId": 1,
  "MasterBillId": 1,
  "Type": "sample string 1"
}

application/xml, text/xml

Sample:
<CreateSageBill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.Billing.Sage_Integration">
  <MasterBillId>1</MasterBillId>
  <Type>sample string 1</Type>
  <VendorBillId>1</VendorBillId>
</CreateSageBill>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.