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": "3b6efa00-d19a-4d73-9241-a7e9b22296a1",
"codCPT": "sample string 2",
"nomCPT": "sample string 3"
}