GET api/Getblock2?proid={proid}&ctrtmid={ctrtmid}&pono={pono}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| proid | integer |
Required |
|
| ctrtmid | integer |
Required |
|
| pono | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Getblock| Name | Description | Type | Additional information |
|---|---|---|---|
| PROID | integer |
None. |
|
| CTRTMID | integer |
None. |
|
| SONO | string |
None. |
|
| BLOCKCD | string |
None. |
|
| BLOCKNM | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PROID": 1,
"CTRTMID": 2,
"SONO": "sample string 3",
"BLOCKCD": "sample string 4",
"BLOCKNM": "sample string 5"
},
{
"PROID": 1,
"CTRTMID": 2,
"SONO": "sample string 3",
"BLOCKCD": "sample string 4",
"BLOCKNM": "sample string 5"
}
]