POST api/SIGOClientes/AñadirRegimen?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | integer |
Required |
Body Parameters
RegimenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CodRegimen | string |
None. |
|
| ObjetoImpuesto | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CodRegimen": "sample string 1",
"ObjetoImpuesto": "sample string 2"
}
application/xml, text/xml
Sample:
<RegimenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Models.Tramites"> <CodRegimen>sample string 1</CodRegimen> <Id>1</Id> <ObjetoImpuesto>sample string 2</ObjetoImpuesto> </RegimenModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.