POST api/GetCPT_x_id?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_catCPT| Name | Description | Type | Additional information |
|---|---|---|---|
| idCPT | globally unique identifier |
None. |
|
| codCPT | string |
None. |
|
| nomCPT | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCPT": "adc62c47-c792-4b4a-b3c2-8e71b419f1d1",
"codCPT": "sample string 2",
"nomCPT": "sample string 3"
}