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": "f8bb815c-3c37-4718-8e50-82bdea45359e",
"codCPT": "sample string 2",
"nomCPT": "sample string 3"
}