GET api/GetPO?proid={proid}&ctrtmid={ctrtmid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| proid | integer |
Required |
|
| ctrtmid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of poview| Name | Description | Type | Additional information |
|---|---|---|---|
| ctrtmid | integer |
None. |
|
| PONO | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ctrtmid": 1,
"PONO": "sample string 2"
},
{
"ctrtmid": 1,
"PONO": "sample string 2"
}
]