POST api/invoice/{id}/linkfees

Add a fee to an existing invoice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Collection of LinkedFeeDataContract
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.