GET api/PurchaseOrder/{id}
Fast method to get Purchase Order by id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PurchaseOrderOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| outer_id | string |
None. |
|
| fp_expense | Object |
None. |
|
| fp_plan | Object |
None. |
|
| fp_fund | Object |
None. |
|
| fp_payment_type | Object |
None. |
|
| orgboard_position | Object |
None. |
|
| status | FPPurchaseOrderStatus |
None. |
|
| name | string |
None. |
|
| comment | string |
None. |
|
| csw_data | string |
None. |
|
| csw_situation | string |
None. |
|
| csw_solution | string |
None. |
|
| planned_value | decimal number |
None. |
|
| confirmed_value | decimal number |
None. |
|
| payed_amount | decimal number |
None. |
|
| payments | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"outer_id": "sample string 2",
"fp_expense": {},
"fp_plan": {},
"fp_fund": {},
"fp_payment_type": {},
"orgboard_position": {},
"status": 0,
"name": "sample string 8",
"comment": "sample string 9",
"csw_data": "sample string 10",
"csw_situation": "sample string 11",
"csw_solution": "sample string 12",
"planned_value": 13.0,
"confirmed_value": 14.0,
"payed_amount": 15.0,
"payments": [
{},
{}
]
}