POST api/Services/CreateInvoice
Request Information
URI Parameters
None.
Body Parameters
FetctInvoiceBillDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthenticationCode | string |
None. |
|
| ClientId | integer |
None. |
|
| PageMode | integer |
None. |
|
| InvoiceCopyId | integer |
None. |
|
| AllocateInvoiceTo | integer |
None. |
|
| InvoiceId | integer |
None. |
|
| LanguageId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthenticationCode": "sample string 1",
"ClientId": 2,
"PageMode": 3,
"InvoiceCopyId": 4,
"AllocateInvoiceTo": 5,
"InvoiceId": 6,
"LanguageId": 7
}
text/html
Sample:
{"AuthenticationCode":"sample string 1","ClientId":2,"PageMode":3,"InvoiceCopyId":4,"AllocateInvoiceTo":5,"InvoiceId":6,"LanguageId":7}
application/xml, text/xml
Sample:
<FetctInvoiceBillDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyAccounting.ViewModel"> <AllocateInvoiceTo>5</AllocateInvoiceTo> <AuthenticationCode>sample string 1</AuthenticationCode> <ClientId>2</ClientId> <InvoiceCopyId>4</InvoiceCopyId> <InvoiceId>6</InvoiceId> <LanguageId>7</LanguageId> <PageMode>3</PageMode> </FetctInvoiceBillDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |