POST api/PurchaseOrderPayment
Request Information
URI Parameters
None.
Body Parameters
PurchaseOrderPaymentInput| Name | Description | Type | Additional information |
|---|---|---|---|
| payment_date | date |
None. |
|
| po_id | integer |
None. |
|
| id_fp_asset | integer |
None. |
|
| description | string |
None. |
|
| amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"<payment_date>k__BackingField": "2025-10-29T01:51:15.0393429+00:00",
"<po_id>k__BackingField": 2,
"<id_fp_asset>k__BackingField": 1,
"<description>k__BackingField": "sample string 3",
"<amount>k__BackingField": 4.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>2025-10-29T01:51:15.0393429+00:00</payment_date> <po_id>2</po_id> <id_fp_asset>1</id_fp_asset> <description>sample string 3</description> <amount>4</amount> </PurchaseOrderPaymentInput>
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. |