POST api/GetDerhab_x_Codigo_x_Registro?xcodCliente={xcodCliente}&xregistro={xregistro}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| xcodCliente | string |
Required |
|
| xregistro | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Puestos| Name | Description | Type | Additional information |
|---|---|---|---|
| idPuesto | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomPuesto | string |
None. |
|
| nomCliente | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPuesto": "dcbce3ef-d07c-41a6-a737-4c4118ea381b",
"idCliente": "274ea336-1e02-4542-8c84-80ac8a2ed305",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4"
}