POST Invoice/saveInvoice
Request Information
URI Parameters
None.
Body Parameters
SaveInvoiceName | Description | Type | Additional information |
---|---|---|---|
installer_master_id | string |
None. |
|
package_mast_id | string |
None. |
|
subscription_amount | string |
None. |
|
total_payable_amount | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "installer_master_id": "sample string 1", "package_mast_id": "sample string 2", "subscription_amount": "sample string 3", "total_payable_amount": "sample string 4" }
application/xml, text/xml
Sample:
<SaveInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models"> <installer_master_id>sample string 1</installer_master_id> <package_mast_id>sample string 2</package_mast_id> <subscription_amount>sample string 3</subscription_amount> <total_payable_amount>sample string 4</total_payable_amount> </SaveInvoice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.