POST api/Creditos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Creditos| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditoID | integer |
None. |
|
| EmprasaID | integer |
None. |
|
| OrdenID | integer |
None. |
|
| ClienteID | integer |
None. |
|
| MontoTotal | decimal number |
None. |
|
| Saldo | decimal number |
None. |
|
| FechaCreacion | date |
None. |
|
| FechaModificacion | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreditoID": 1,
"EmprasaID": 1,
"OrdenID": 1,
"ClienteID": 1,
"MontoTotal": 1.0,
"Saldo": 1.0,
"FechaCreacion": "2025-12-13T15:51:14.5645395+00:00",
"FechaModificacion": "2025-12-13T15:51:14.5645395+00:00"
}
application/xml, text/xml
Sample:
<Creditos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/siscor_entidades"> <ClienteID>1</ClienteID> <CreditoID>1</CreditoID> <EmprasaID>1</EmprasaID> <FechaCreacion>2025-12-13T15:51:14.5645395+00:00</FechaCreacion> <FechaModificacion>2025-12-13T15:51:14.5645395+00:00</FechaModificacion> <MontoTotal>1</MontoTotal> <OrdenID>1</OrdenID> <Saldo>1</Saldo> </Creditos>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.