POST api/solduri/ImportSolduriFurnizori
Request Information
URI Parameters
None.
Body Parameters
Collection of SoldSaga| Name | Description | Type | Additional information |
|---|---|---|---|
| id_doc | integer |
None. |
|
| tip_doc | Object |
None. |
|
| numar | string |
None. |
|
| id_tert | string |
None. |
|
| data_doc | date |
None. |
|
| data_scad | date |
None. |
|
| SoldFactura | decimal number |
None. |
|
| cont_furn | string |
None. |
|
| solduriTI | Collection of SolduriTI |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"id_doc": 1,
"tip_doc": {},
"numar": "sample string 3",
"id_tert": "sample string 4",
"data_doc": "2025-12-26T15:10:55.8576056+02:00",
"data_scad": "2025-12-26T15:10:55.8576056+02:00",
"SoldFactura": 7.0,
"cont_furn": "sample string 8",
"solduriTI": [
{
"id_doc": 1,
"Sold": 2.0,
"SoldTVA": 3.0,
"cota": 4
},
{
"id_doc": 1,
"Sold": 2.0,
"SoldTVA": 3.0,
"cota": 4
}
]
},
{
"id_doc": 1,
"tip_doc": {},
"numar": "sample string 3",
"id_tert": "sample string 4",
"data_doc": "2025-12-26T15:10:55.8576056+02:00",
"data_scad": "2025-12-26T15:10:55.8576056+02:00",
"SoldFactura": 7.0,
"cont_furn": "sample string 8",
"solduriTI": [
{
"id_doc": 1,
"Sold": 2.0,
"SoldTVA": 3.0,
"cota": 4
},
{
"id_doc": 1,
"Sold": 2.0,
"SoldTVA": 3.0,
"cota": 4
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfSoldSaga xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITigriscont.clase">
<SoldSaga>
<SoldFactura>7</SoldFactura>
<cont_furn>sample string 8</cont_furn>
<data_doc>2025-12-26T15:10:55.8576056+02:00</data_doc>
<data_scad>2025-12-26T15:10:55.8576056+02:00</data_scad>
<id_doc>1</id_doc>
<id_tert>sample string 4</id_tert>
<numar>sample string 3</numar>
<solduriTI>
<SolduriTI>
<Sold>2</Sold>
<SoldTVA>3</SoldTVA>
<cota>4</cota>
<id_doc>1</id_doc>
</SolduriTI>
<SolduriTI>
<Sold>2</Sold>
<SoldTVA>3</SoldTVA>
<cota>4</cota>
<id_doc>1</id_doc>
</SolduriTI>
</solduriTI>
<tip_doc />
</SoldSaga>
<SoldSaga>
<SoldFactura>7</SoldFactura>
<cont_furn>sample string 8</cont_furn>
<data_doc>2025-12-26T15:10:55.8576056+02:00</data_doc>
<data_scad>2025-12-26T15:10:55.8576056+02:00</data_scad>
<id_doc>1</id_doc>
<id_tert>sample string 4</id_tert>
<numar>sample string 3</numar>
<solduriTI>
<SolduriTI>
<Sold>2</Sold>
<SoldTVA>3</SoldTVA>
<cota>4</cota>
<id_doc>1</id_doc>
</SolduriTI>
<SolduriTI>
<Sold>2</Sold>
<SoldTVA>3</SoldTVA>
<cota>4</cota>
<id_doc>1</id_doc>
</SolduriTI>
</solduriTI>
<tip_doc />
</SoldSaga>
</ArrayOfSoldSaga>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>