POST api/PurchaseOrderPayment

Request Information

URI Parameters

None.

Body Parameters

PurchaseOrderPaymentInput
NameDescriptionTypeAdditional information
payment_date

date

None.

po_id

integer

None.

id_fp_asset

integer

None.

amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "<payment_date>k__BackingField": "2024-11-16T04:49:19.0520459+00:00",
  "<po_id>k__BackingField": 2,
  "<id_fp_asset>k__BackingField": 1,
  "<amount>k__BackingField": 3.0
}

application/xml, text/xml

Sample:
<PurchaseOrderPaymentInput xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <payment_date>2024-11-16T04:49:19.0520459+00:00</payment_date>
  <po_id>2</po_id>
  <id_fp_asset>1</id_fp_asset>
  <amount>3</amount>
</PurchaseOrderPaymentInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.