POST Suppliapi/cxcSaldos/PostSaldo
Request Information
URI Parameters
None.
Body Parameters
cxcSaldos| Name | Description | Type | Additional information |
|---|---|---|---|
| cxcSaldosId | integer |
None. |
|
| tenantId | integer |
None. |
|
| accountId | integer |
None. |
|
| SaldoInicial | decimal number |
None. |
|
| SaldoActual | decimal number |
None. |
|
| updatedById | integer |
None. |
|
| createdById | integer |
None. |
|
| modifyDateTime | date |
None. |
|
| insertDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"cxcSaldosId": 1,
"tenantId": 2,
"accountId": 3,
"SaldoInicial": 4.0,
"SaldoActual": 5.0,
"updatedById": 1,
"createdById": 6,
"modifyDateTime": "2025-10-29T01:30:25.9491631-06:00",
"insertDateTime": "2025-10-29T01:30:25.9491631-06:00"
}
application/xml, text/xml
Sample:
<cxcSaldos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuppliModel"> <SaldoActual>5</SaldoActual> <SaldoInicial>4</SaldoInicial> <accountId>3</accountId> <createdById>6</createdById> <cxcSaldosId>1</cxcSaldosId> <insertDateTime>2025-10-29T01:30:25.9491631-06:00</insertDateTime> <modifyDateTime>2025-10-29T01:30:25.9491631-06:00</modifyDateTime> <tenantId>2</tenantId> <updatedById>1</updatedById> </cxcSaldos>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |