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": "ae85f17d-707a-4eda-952c-f932b994bf66",
"idCliente": "d90e6a04-e44b-4778-8b3f-af82a93b8d03",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4"
}