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": "7cd78fd5-fb48-471a-b17b-086a66903247",
"idCliente": "5784da5e-e4ad-42ec-8b5c-b2f482006d97",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4"
}