POST api/invoice/{id}/linkfees
Add a fee to an existing invoice
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Collection of LinkedFeeDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| LiableAccountId | integer |
None. |
|
| RecipientAccountId | integer |
None. |
|
| FeeId | integer |
None. |
|
| ExternalReference | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"LiableAccountId": 1,
"RecipientAccountId": 2,
"FeeId": 3,
"ExternalReference": 4,
"Id": 5
},
{
"LiableAccountId": 1,
"RecipientAccountId": 2,
"FeeId": 3,
"ExternalReference": 4,
"Id": 5
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.