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": "b1f8435e-6b71-4596-8c3a-900afe15c170",
"idCliente": "8af46429-81ee-4995-84f2-b92ea1f33599",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4"
}