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": "8abcaac4-34fe-4798-b462-53df2ba3c467",
"codCPT": "sample string 2",
"nomCPT": "sample string 3"
}