POST api/Values?NomStr={NomStr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NomStr | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
evensSilo| Name | Description | Type | Additional information |
|---|---|---|---|
| cartId | integer |
None. |
|
| MexaniId | integer |
None. |
|
| TranId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"cartId": 1,
"MexaniId": 2,
"TranId": 3
}
application/xml, text/xml
Sample:
<evensSilo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBproject.Controllers"> <MexaniId>2</MexaniId> <TranId>3</TranId> <cartId>1</cartId> </evensSilo>