POST api/Support/AddVendorIP
Request Information
URI Parameters
None.
Body Parameters
FormVendorIPName | Description | Type | Additional information |
---|---|---|---|
WebUrl | string |
None. |
|
Title | string |
None. |
|
TaxCode | string |
None. |
|
TotalPayment | decimal number |
None. |
|
TotalPaidAmount | decimal number |
None. |
|
TotalDebt | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "WebUrl": "sample string 1", "Title": "sample string 2", "TaxCode": "sample string 3", "TotalPayment": 4.1, "TotalPaidAmount": 5.1, "TotalDebt": 6.1 }
application/xml, text/xml
Sample:
<FormVendorIP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.IPService"> <TaxCode>sample string 3</TaxCode> <Title>sample string 2</Title> <TotalDebt>6.1</TotalDebt> <TotalPaidAmount>5.1</TotalPaidAmount> <TotalPayment>4.1</TotalPayment> <WebUrl>sample string 1</WebUrl> </FormVendorIP>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.