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": "97e5e8a2-e403-4e5a-8352-8aa23afb88f3",
"idCliente": "9eef0dc5-3fbf-4952-a1e2-33061f3859fe",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4"
}