GET Encore/PO/{po}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| po | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EncorePoReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| PO | string |
Required |
|
| encdoc | Collection of byte |
Required |
|
| error | string |
Required |
Response Formats
application/json, text/json
Sample:
{
"PO": "sample string 1",
"encdoc": "QEA=",
"error": "sample string 2"
}