PUT api/AmountOwes/EditAmountOwe?PaymentId={PaymentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PaymentId

integer

Required

Body Parameters

AmountOwe
NameDescriptionTypeAdditional information
AmountOweId

integer

None.

Amount

decimal number

None.

Note

string

None.

RecordedBy

string

None.

RecordedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Disabled

boolean

None.

RfqVenueId

integer

None.

UserId

string

None.

DueDate

date

None.

SupplierName

string

None.

VenueId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "amountOweId": 1,
  "amount": 1.0,
  "note": "sample string 2",
  "recordedBy": "sample string 3",
  "recordedDate": "2025-08-27T10:32:50.622746+00:00",
  "updatedBy": "sample string 4",
  "updatedDate": "2025-08-27T10:32:50.622746+00:00",
  "disabled": true,
  "rfqVenueId": 6,
  "userId": "sample string 7",
  "dueDate": "2025-08-27T10:32:50.622746+00:00",
  "supplierName": "sample string 8",
  "venueId": 9
}

text/html

Sample:
{"amountOweId":1,"amount":1.0,"note":"sample string 2","recordedBy":"sample string 3","recordedDate":"2025-08-27T10:32:50.622746+00:00","updatedBy":"sample string 4","updatedDate":"2025-08-27T10:32:50.622746+00:00","disabled":true,"rfqVenueId":6,"userId":"sample string 7","dueDate":"2025-08-27T10:32:50.622746+00:00","supplierName":"sample string 8","venueId":9}

application/xml, text/xml

Sample:
<AmountOwe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Common.Models">
  <Amount>1</Amount>
  <AmountOweId>1</AmountOweId>
  <Disabled>true</Disabled>
  <DueDate>2025-08-27T10:32:50.622746+00:00</DueDate>
  <Note>sample string 2</Note>
  <RecordedBy>sample string 3</RecordedBy>
  <RecordedDate>2025-08-27T10:32:50.622746+00:00</RecordedDate>
  <RfqVenueId>6</RfqVenueId>
  <SupplierName>sample string 8</SupplierName>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDate>2025-08-27T10:32:50.622746+00:00</UpdatedDate>
  <UserId>sample string 7</UserId>
  <VenueId>9</VenueId>
</AmountOwe>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>