POST api/GetCPT
Request Information
URI Parameters
None.
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": "4a50d91f-01b6-4c3d-aaf0-60a9ef314e3d",
"codCPT": "sample string 2",
"nomCPT": "sample string 3"
}