POST api/SubmitBillFromAPP
Request Information
URI Parameters
None.
Body Parameters
InstallerBilling| Name | Description | Type | Additional information |
|---|---|---|---|
| InstallerId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| PdfBillingUrl | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| Flag | string |
None. |
|
| BillingMessage | string |
None. |
|
| filePath | string |
None. |
|
| IsBillAlreadySubmitted | integer |
None. |
|
| PdfCompletedJobUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstallerId": 1,
"CompanyId": 2,
"PdfBillingUrl": "sample string 3",
"InvoiceNumber": "sample string 4",
"Flag": "sample string 5",
"BillingMessage": "sample string 6",
"filePath": "sample string 7",
"IsBillAlreadySubmitted": 8,
"PdfCompletedJobUrl": "sample string 9"
}
application/xml, text/xml
Sample:
<InstallerBilling xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACSStore.WebAPI.Models"> <BillingMessage>sample string 6</BillingMessage> <CompanyId>2</CompanyId> <Flag>sample string 5</Flag> <InstallerId>1</InstallerId> <InvoiceNumber>sample string 4</InvoiceNumber> <IsBillAlreadySubmitted>8</IsBillAlreadySubmitted> <PdfBillingUrl>sample string 3</PdfBillingUrl> <PdfCompletedJobUrl>sample string 9</PdfCompletedJobUrl> <filePath>sample string 7</filePath> </InstallerBilling>
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.