POST api/Services/SendEHF03Manually
Request Information
URI Parameters
None.
Body Parameters
SendEHFManually| Name | Description | Type | Additional information |
|---|---|---|---|
| Path | string |
None. |
|
| ClientId | integer |
None. |
|
| InvoiceId | integer |
None. |
|
| AuthCode | string |
None. |
|
| UserId | integer |
None. |
|
| FinancialPeriodId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Path": "sample string 1",
"ClientId": 2,
"InvoiceId": 3,
"AuthCode": "sample string 4",
"UserId": 5,
"FinancialPeriodId": 6
}
text/html
Sample:
{"Path":"sample string 1","ClientId":2,"InvoiceId":3,"AuthCode":"sample string 4","UserId":5,"FinancialPeriodId":6}
application/xml, text/xml
Sample:
<SendEHFManually xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyAccounting.ViewModel"> <AuthCode>sample string 4</AuthCode> <ClientId>2</ClientId> <FinancialPeriodId>6</FinancialPeriodId> <InvoiceId>3</InvoiceId> <Path>sample string 1</Path> <UserId>5</UserId> </SendEHFManually>
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. |